CLI for interacting with Zesty.io services
$ npm install -g @zesty-io/cli
$ zesty COMMAND
running command...
$ zesty (--version)
@zesty-io/cli/0.0.4 darwin-x64 node-v20.10.0
$ zesty --help [COMMAND]
USAGE
$ zesty COMMAND
...
zesty auth
zesty auth get-user-token
zesty auth login [EMAIL] [PASS]
zesty auth signup [EMAIL] [PASS] [FIRSTNAME] [LASTNAME]
zesty help [COMMANDS]
zesty init
zesty instance
zesty instance create [NAME]
zesty instance list
USAGE
$ zesty auth [-h]
FLAGS
-h, --help Show CLI help.
See code: dist/commands/auth/index.ts
Show current user session token CLI is configured to use
USAGE
$ zesty auth get-user-token
DESCRIPTION
Show current user session token CLI is configured to use
Command for authenticating with a Zesty.io account
USAGE
$ zesty auth login [EMAIL] [PASS] [-h]
ARGUMENTS
EMAIL Your user account email
PASS Your user account password
FLAGS
-h, --help Show CLI help.
DESCRIPTION
Command for authenticating with a Zesty.io account
EXAMPLES
$ zesty auth:login user@example.com strong-password-for-security
Command for creating a Zesty.io account
USAGE
$ zesty auth signup [EMAIL] [PASS] [FIRSTNAME] [LASTNAME] [-h]
ARGUMENTS
EMAIL Your user account email
PASS Your user account password
FIRSTNAME Your first name
LASTNAME Your last name
FLAGS
-h, --help Show CLI help.
DESCRIPTION
Command for creating a Zesty.io account
EXAMPLES
$ zesty auth:signup jane+doe@example.com strong-password-for-security Jane Doe
Display help for zesty.
USAGE
$ zesty help [COMMANDS] [-n]
ARGUMENTS
COMMANDS Command to show help for.
FLAGS
-n, --nested-commands Include all nested commands in the output.
DESCRIPTION
Display help for zesty.
See code: @oclif/plugin-help
Initialize a project with a Zesty.io instance
USAGE
$ zesty init [-h]
FLAGS
-h, --help Show CLI help.
DESCRIPTION
Initialize a project with a Zesty.io instance
See code: dist/commands/init.ts
USAGE
$ zesty instance [-h]
FLAGS
-h, --help Show CLI help.
See code: dist/commands/instance/index.ts
Create a new instance
USAGE
$ zesty instance create [NAME] [-h]
ARGUMENTS
NAME name for your instance
FLAGS
-h, --help Show CLI help.
DESCRIPTION
Create a new instance
List your instances
USAGE
$ zesty instance list [-h]
FLAGS
-h, --help Show CLI help.
DESCRIPTION
List your instances