{"id":20610898,"url":"https://github.com/darkroomengineering/elliot-cli","last_synced_at":"2025-08-21T20:22:59.417Z","repository":{"id":42898791,"uuid":"231063328","full_name":"darkroomengineering/elliot-cli","owner":"darkroomengineering","description":null,"archived":false,"fork":false,"pushed_at":"2022-03-26T11:01:39.000Z","size":981,"stargazers_count":2,"open_issues_count":11,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-21T23:35:34.977Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/darkroomengineering.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-31T09:25:30.000Z","updated_at":"2022-03-03T21:24:10.000Z","dependencies_parsed_at":"2022-09-26T16:22:37.544Z","dependency_job_id":null,"html_url":"https://github.com/darkroomengineering/elliot-cli","commit_stats":null,"previous_names":["helloiamelliot/elliot-cli","darkroomengineering/elliot-cli"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkroomengineering%2Felliot-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkroomengineering%2Felliot-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkroomengineering%2Felliot-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkroomengineering%2Felliot-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/darkroomengineering","download_url":"https://codeload.github.com/darkroomengineering/elliot-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249006602,"owners_count":21197308,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-16T10:18:18.144Z","updated_at":"2025-04-15T04:32:36.947Z","avatar_url":"https://github.com/darkroomengineering.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"helloiamelliot-cli\n\n[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)\n[![Version](https://img.shields.io/npm/v/elliot-cli.svg)](https://npmjs.org/package/helloiamelliot-cli)\n[![Downloads/week](https://img.shields.io/npm/dw/elliot-cli.svg)](https://npmjs.org/package/helloiamelliot-cli)\n[![License](https://img.shields.io/npm/l/elliot-cli.svg)](https://github.com/helloiamelliot/elliot-cli/blob/master/package.json)\n\n\u003c!-- toc --\u003e\n* [Usage](#usage)\n* [Commands](#commands)\n\u003c!-- tocstop --\u003e\n# Usage\n\u003c!-- usage --\u003e\n```sh-session\n$ npm install -g elliot-cli\n$ elliot COMMAND\nrunning command...\n$ elliot (-v|--version|version)\nelliot-cli/1.1.2 darwin-x64 node-v13.5.0\n$ elliot --help [COMMAND]\nUSAGE\n  $ elliot COMMAND\n...\n```\n\u003c!-- usagestop --\u003e\n# Commands\n\u003c!-- commands --\u003e\n* [`elliot deploy [DIRECTORY]`](#elliot-deploy-directory)\n* [`elliot help [COMMAND]`](#elliot-help-command)\n* [`elliot list`](#elliot-list)\n* [`elliot login`](#elliot-login)\n* [`elliot logout`](#elliot-logout)\n\n## `elliot deploy [DIRECTORY]`\n\nDeploy storefront to Varcel\n\n```\nUSAGE\n  $ elliot deploy [DIRECTORY]\n\nOPTIONS\n  -e, --env=staging|prod  [default: prod] environment to use\n```\n\n_See code: [src/commands/deploy.ts](https://github.com/helloiamelliot/elliot-cli/blob/v1.1.2/src/commands/deploy.ts)_\n\n## `elliot help [COMMAND]`\n\ndisplay help for elliot\n\n```\nUSAGE\n  $ elliot help [COMMAND]\n\nARGUMENTS\n  COMMAND  command to show help for\n\nOPTIONS\n  --all  see all commands in CLI\n```\n\n_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.2.3/src/commands/help.ts)_\n\n## `elliot list`\n\nList all domains or storefronts within a domain\n\n```\nUSAGE\n  $ elliot list\n\nOPTIONS\n  -d, --domain_id=domain_id  Pass in domain id to list all storefronts with the domain\n  -h, --help                 show CLI help\n  -s, --storefront           List all storefronts in a domain\n```\n\n_See code: [src/commands/list.ts](https://github.com/helloiamelliot/elliot-cli/blob/v1.1.2/src/commands/list.ts)_\n\n## `elliot login`\n\nAuthenticate with elliot api\n\n```\nUSAGE\n  $ elliot login\n\nOPTIONS\n  -h, --help  show CLI help\n```\n\n_See code: [src/commands/login.ts](https://github.com/helloiamelliot/elliot-cli/blob/v1.1.2/src/commands/login.ts)_\n\n## `elliot logout`\n\nLogout from your account\n\n```\nUSAGE\n  $ elliot logout\n\nOPTIONS\n  -h, --help  show CLI help\n```\n\n_See code: [src/commands/logout.ts](https://github.com/helloiamelliot/elliot-cli/blob/v1.1.2/src/commands/logout.ts)_\n\u003c!-- commandsstop --\u003e\n* [`elliot deploy`](#elliot-deploy)\n* [`elliot help [COMMAND]`](#elliot-help-command)\n* [`elliot list`](#elliot-list)\n* [`elliot login`](#elliot-login)\n* [`elliot logout`](#elliot-logout)\n* [`elliot new [FILE]`](#elliot-new-file)\n\n## `elliot deploy`\n\nDeploy storefront to ZEIT\n\n```\nUSAGE\n  $ elliot deploy\n\nOPTIONS\n  -e, --env=staging|prod  [default: prod] environment to use\n```\n\n_See code: [src/commands/deploy.ts](https://github.com/helloiamelliot/elliot-cli/blob/v1.0.3/src/commands/deploy.ts)_\n\n## `elliot help [COMMAND]`\n\ndisplay help for elliot\n\n```\nUSAGE\n  $ elliot help [COMMAND]\n\nARGUMENTS\n  COMMAND  command to show help for\n\nOPTIONS\n  --all  see all commands in CLI\n```\n\n_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.2.3/src/commands/help.ts)_\n\n## `elliot list`\n\nList all domains or storefronts within a domain\n\n```\nUSAGE\n  $ elliot list\n\nOPTIONS\n  -d, --domain_id=domain_id  Pass in domain id to list all storefronts with the domain\n  -h, --help                 show CLI help\n  -s, --storefront           List all storefronts in a domain\n```\n\n_See code: [src/commands/list.ts](https://github.com/helloiamelliot/elliot-cli/blob/v1.0.3/src/commands/list.ts)_\n\n## `elliot login`\n\nAuthenticate with elliot api\n\n```\nUSAGE\n  $ elliot login\n\nOPTIONS\n  -h, --help  show CLI help\n```\n\n_See code: [src/commands/login.ts](https://github.com/helloiamelliot/elliot-cli/blob/v1.0.3/src/commands/login.ts)_\n\n## `elliot logout`\n\nLogout from your account\n\n```\nUSAGE\n  $ elliot logout\n\nOPTIONS\n  -h, --help  show CLI help\n```\n\n_See code: [src/commands/logout.ts](https://github.com/helloiamelliot/elliot-cli/blob/v1.0.3/src/commands/logout.ts)_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarkroomengineering%2Felliot-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdarkroomengineering%2Felliot-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarkroomengineering%2Felliot-cli/lists"}