CLI Reference
Allowealth exposes a single CLI entrypoint: aw.
Help and discovery
Section titled “Help and discovery”bun run aw --helpbun run aw workspace --helpbun run aw db --helpTarget selection
Section titled “Target selection”Many commands accept --target (alias: -t):
sqlite(default local)d1(remote Cloudflare D1)d1-local(local D1 emulation)
Examples:
bun run aw db migrate --target sqlitebun run aw db migrate --target d1bun run aw db migrate -t d1-localbun run aw workspace create --target d1 --name "Ops" --email admin@example.comCommon command groups
Section titled “Common command groups”workspace: create, list, deletedb: migrate, generate, push, seed, reset, emptyrecurring: recurring templates and occurrence operationsadmin: super-admin and API key operationsmcp: start MCP serverdeploy: Cloudflare deployment helpers
Global options expectations
Section titled “Global options expectations”- Keep
--target/-tavailable on leaf subcommands to selectsqlite,d1, ord1-local. - Support
--jsonon leaf subcommands for script/agent-friendly output. - Require
--yes(or interactive confirmation) for destructive CRUD/alias operations likedelete/rm. - Some destructive commands use command-specific confirmations instead (for example
workspace delete --forceor typed confirmation inaw db drop).
Resource commands
Section titled “Resource commands”bun run aw transactions create|get|list|update|deletebun run aw accounts create|get|list|update|deletebun run aw budgets create|get|list|update|deleteAlias commands
Section titled “Alias commands”bun run aw tx add|show|ls|edit|rmbun run aw acc add|show|ls|edit|rmbun run aw bdg set|show|ls|edit|rm