1.0.3 • Published 4 years ago

test-elliot-cli v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

hello-iam-elliot

oclif Version Downloads/week License

Usage

$ npm install -g test-elliot-cli
$ elliot COMMAND
running command...
$ elliot (-v|--version|version)
test-elliot-cli/1.0.2 darwin-x64 node-v13.5.0
$ elliot --help [COMMAND]
USAGE
  $ elliot COMMAND
...

Commands

elliot deploy

Deploy storefront to ZEIT

USAGE
  $ elliot deploy

See code: src/commands/deploy.ts

elliot help [COMMAND]

display help for elliot

USAGE
  $ elliot help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

elliot list

List all domains or storefronts within a domain

USAGE
  $ elliot list

OPTIONS
  -d, --domain_id=domain_id  Pass in domain id to list all storefronts with the domain
  -h, --help                 show CLI help
  -s, --storefront           List all storefronts in a domain

See code: src/commands/list.ts

elliot login

Authenticate with elliot api

USAGE
  $ elliot login

OPTIONS
  -h, --help  show CLI help

See code: src/commands/login.ts

elliot logout

Logout from your account

USAGE
  $ elliot logout

OPTIONS
  -h, --help  show CLI help

See code: src/commands/logout.ts