mirror of
https://github.com/profullstack/logicsrc.git
synced 2026-08-13 22:37:29 +00:00
636 B
636 B
CLI Conventions
Primary command style:
commandboard <resource> <action> [options]
Aliases:
commandboard
cb
Required v1 command groups:
login
logout
whoami
boards
read
post
task
wallet
events
plugins
tui
update / upgrade
remove / uninstall
Machine-readable output should be available anywhere data is returned:
commandboard task list --format json
commandboard plugins --format json
commandboard task get task_123 --raw-schema --format json
Installer:
curl -fsSL https://commandboard.run/install.sh | sh
Local scaffold installer:
sh scripts/install.sh