0.0.18 • Published 4 years ago

@sbx-tools/sobix-cli v0.0.18

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

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-cli

Usage

Login to the console with email and password

sobix-cli login george@example.com pass123

List available task boards:

sobix-cli boards

List 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 3

Find tasks mentioning pickles:

sobix-cli tasks 21 -d pickles

View task details:

sobix-cli task 421

View task comments:

sobix-cli comments 421

Comment the task directly from the console:

sobix-cli add-comment 421 "Can't reproduce"

List project groups in the 'Projects' list

sobix-cli projects

List platforms in the project #10

sobix-cli platforms 10

Find platforms in the project #10 where the host contains example.com

sobix-cli platforms 10 -h example.com

Rollback (redeploy) the latest version of project 321:

sobix-cli rollback 321 v5.0.0

Deploy the new version of project 321:

sobix-cli deploy 321 v5.0.1 "added tests"
0.0.18

4 years ago

0.0.15

4 years ago

0.0.16

4 years ago

0.0.17

4 years ago

0.0.14

4 years ago

0.0.13

4 years ago

0.0.12

4 years ago

0.0.10

4 years ago

0.0.11

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.5

4 years ago

0.0.6

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago