0.5.3 • Published 1 year ago

otter-video-cli v0.5.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Otter Framework CLI

oclif Version

Todo

  • more options for deploy
  • more robust error handling
  • otter status: Health check all components and show the results
  • otter config: Display configuration file location (and maybe allow user to change them through cli)
  • otter and otter --help: Show introduction and help info
  • If Otter is deployed and user tries to otter deploy again, we could do:

    • create a cloudformation changeset and deploy it, or
    • ask user to destroy first before running deploy again

Usage

$ npm install -g otter-video-cli
$ otter COMMAND
running command...
$ otter (--version)
otter-video-cli/0.5.3 darwin-x64 node-v19.5.0
$ otter --help [COMMAND]
USAGE
  $ otter COMMAND
...

Commands

otter deploy

deploy otter aws infrastructure

USAGE
  $ otter deploy

DESCRIPTION
  deploy otter aws infrastructure

See code: dist/commands/deploy.ts

otter destroy

destroy otter aws infrastructure

USAGE
  $ otter destroy

DESCRIPTION
  destroy otter aws infrastructure

See code: dist/commands/destroy.ts

otter dev

why are you here?

USAGE
  $ otter dev

DESCRIPTION
  why are you here?

See code: dist/commands/dev.ts

otter help [COMMANDS]

Display help for otter.

USAGE
  $ otter help [COMMANDS] [-n]

ARGUMENTS
  COMMANDS  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for otter.

See code: @oclif/plugin-help