crazyrabbitLTC / elliot-cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

helloiamelliot-cli

oclif Version Downloads/week License

Usage

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

Commands

elliot deploy [DIRECTORY]

Deploy storefront to Varcel

USAGE
  $ elliot deploy [DIRECTORY]

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

About


Languages

Language:TypeScript 94.4%Language:Shell 4.6%Language:JavaScript 0.8%Language:Batchfile 0.2%