0.0.18 • Published 5 years ago
@sbx-tools/sobix-cli v0.0.18
Sobix-CLI
Sobix-CLI is a CLI interface to the famous Sobix Console.
Description
Sobix-CLI is invented to simplify all your every-day tasks, such as:
- Moving tasks in the task board
- Deploying projects
- Manage DNS records
- Adding server instances
- and maybe others
Installation
npm i -g @sbx-tools/sobix-cliUsage
Login to the console with email and password
sobix-cli login george@example.com pass123List available task boards:
sobix-cli boardsList all tasks in the Foo project in sections "To Do" and "In Progress":
sobix-cli tasks Foo -c "To Do" "In Progress"Or using numeric IDs:
sobix-cli tasks 21 --c 1 3Find tasks mentioning pickles:
sobix-cli tasks 21 -d picklesView task details:
sobix-cli task 421View task comments:
sobix-cli comments 421Comment the task directly from the console:
sobix-cli add-comment 421 "Can't reproduce"List project groups in the 'Projects' list
sobix-cli projectsList platforms in the project #10
sobix-cli platforms 10Find platforms in the project #10 where the host contains example.com
sobix-cli platforms 10 -h example.comRollback (redeploy) the latest version of project 321:
sobix-cli rollback 321 v5.0.0Deploy the new version of project 321:
sobix-cli deploy 321 v5.0.1 "added tests"