helloiamelliot-cli
$ 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
...
Deploy storefront to Varcel
USAGE
$ elliot deploy [DIRECTORY]
OPTIONS
-e, --env=staging|prod [default: prod] environment to use
See code: src/commands/deploy.ts
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
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
Authenticate with elliot api
USAGE
$ elliot login
OPTIONS
-h, --help show CLI help
See code: src/commands/login.ts
Logout from your account
USAGE
$ elliot logout
OPTIONS
-h, --help show CLI help
See code: src/commands/logout.ts
Deploy storefront to ZEIT
USAGE
$ elliot deploy
OPTIONS
-e, --env=staging|prod [default: prod] environment to use
See code: src/commands/deploy.ts
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
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
Authenticate with elliot api
USAGE
$ elliot login
OPTIONS
-h, --help show CLI help
See code: src/commands/login.ts
Logout from your account
USAGE
$ elliot logout
OPTIONS
-h, --help show CLI help
See code: src/commands/logout.ts