1.0.5 • Published 4 years ago

helloiamelliot-cli v1.0.5

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

helloiamelliot-cli

oclif Version Downloads/week License

Usage

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

Commands

elliot deploy

Deploy storefront to ZEIT

USAGE
  $ elliot deploy

OPTIONS
  -e, --env=staging|prod  [default: prod] environment to use

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

elliot deploy

Deploy storefront to ZEIT

USAGE
  $ elliot deploy

OPTIONS
  -e, --env=staging|prod  [default: prod] environment to use

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