arial-cli
v0.2.1
Published
Arial CLI — dispatch coding jobs from your terminal
Maintainers
Readme
arial-cli
Command-line interface for Arial — dispatch coding jobs from your terminal.
Installation
npm install -g arial-cliAuthentication
Get an API token from your Arial dashboard (Dashboard → Keys), then authenticate:
arial login --token ak_your_token_hereThis saves your credentials to ~/.arial/config.json.
Commands
dispatch
Dispatch a coding job to a repository:
arial dispatch owner/repo "Add a logout button to the navbar"Read the prompt from a file:
arial dispatch owner/repo -f task.mdOptions:
-f, --file <path>— Read prompt from a file--strategy <strategy>— Execution strategy (cruiseorglide, default:cruise)--json— Output as JSON
jobs
List recent jobs:
arial jobsInspect a specific job:
arial jobs <job-id>Stream logs from a running job:
arial jobs <job-id> --logsCancel a job:
arial jobs <job-id> --cancelOptions:
--logs— Stream job logs--cancel— Cancel the job--stop— Soft stop a running job--json— Output as JSON
repos
List connected GitHub repositories:
arial reposOptions:
--json— Output as JSON
status
Show usage and job status overview:
arial statusOptions:
--json— Output as JSON
usage
Show detailed usage statistics for the current billing period:
arial usageOptions:
--json— Output as JSON
Configuration
Configuration is stored in ~/.arial/config.json:
{
"apiToken": "ak_...",
"apiUrl": "https://api.arial.sh"
}You can override the API URL during login:
arial login --token ak_... --api-url https://custom-api.example.comLicense
MIT
