https://github.com/darkroomengineering/elliot-cli
https://github.com/darkroomengineering/elliot-cli
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/darkroomengineering/elliot-cli
- Owner: darkroomengineering
- Created: 2019-12-31T09:25:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T11:01:39.000Z (about 4 years ago)
- Last Synced: 2025-03-21T23:35:34.977Z (about 1 year ago)
- Language: TypeScript
- Size: 958 KB
- Stars: 2
- Watchers: 1
- Forks: 5
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
helloiamelliot-cli
[](https://oclif.io)
[](https://npmjs.org/package/helloiamelliot-cli)
[](https://npmjs.org/package/helloiamelliot-cli)
[](https://github.com/helloiamelliot/elliot-cli/blob/master/package.json)
* [Usage](#usage)
* [Commands](#commands)
# Usage
```sh-session
$ 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]`](#elliot-deploy-directory)
* [`elliot help [COMMAND]`](#elliot-help-command)
* [`elliot list`](#elliot-list)
* [`elliot login`](#elliot-login)
* [`elliot logout`](#elliot-logout)
## `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](https://github.com/helloiamelliot/elliot-cli/blob/v1.1.2/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](https://github.com/oclif/plugin-help/blob/v2.2.3/src/commands/help.ts)_
## `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](https://github.com/helloiamelliot/elliot-cli/blob/v1.1.2/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](https://github.com/helloiamelliot/elliot-cli/blob/v1.1.2/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](https://github.com/helloiamelliot/elliot-cli/blob/v1.1.2/src/commands/logout.ts)_
* [`elliot deploy`](#elliot-deploy)
* [`elliot help [COMMAND]`](#elliot-help-command)
* [`elliot list`](#elliot-list)
* [`elliot login`](#elliot-login)
* [`elliot logout`](#elliot-logout)
* [`elliot new [FILE]`](#elliot-new-file)
## `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](https://github.com/helloiamelliot/elliot-cli/blob/v1.0.3/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](https://github.com/oclif/plugin-help/blob/v2.2.3/src/commands/help.ts)_
## `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](https://github.com/helloiamelliot/elliot-cli/blob/v1.0.3/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](https://github.com/helloiamelliot/elliot-cli/blob/v1.0.3/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](https://github.com/helloiamelliot/elliot-cli/blob/v1.0.3/src/commands/logout.ts)_