$ npm install -g @sentinel-paas/sentinel-cli
$ sentinel COMMAND
running command...
$ sentinel (--version)
@sentinel-paas/sentinel-cli/0.0.10 linux-x64 node-v16.14.2
$ sentinel --help [COMMAND]
USAGE
$ sentinel COMMAND
...
sentinel canary deploy
sentinel canary promote
sentinel canary rollback
sentinel canary traffic
sentinel cluster inspect
sentinel cluster scale
sentinel deploy
sentinel destroy
sentinel help [COMMAND]
sentinel init
sentinel inspect app
sentinel inspect inventory
sentinel inspect logs
sentinel metrics
sentinel plugins
sentinel plugins:install PLUGIN...
sentinel plugins:inspect PLUGIN...
sentinel plugins:install PLUGIN...
sentinel plugins:link PLUGIN
sentinel plugins:uninstall PLUGIN...
sentinel plugins:uninstall PLUGIN...
sentinel plugins:uninstall PLUGIN...
sentinel plugins update
sentinel remove app
sentinel scale app
Initiates a canary deployment
USAGE
$ sentinel canary deploy
DESCRIPTION
Initiates a canary deployment
EXAMPLES
$ sentinel canary deploy
Promotes the canary version of the application to full production and removes the previous production application
USAGE
$ sentinel canary promote
DESCRIPTION
Promotes the canary version of the application to full production and removes the previous production application
EXAMPLES
$ sentinel canary promote
Removes the canary version of the application and directs all user traffic back to the original production version.
USAGE
$ sentinel canary rollback
DESCRIPTION
Removes the canary version of the application and directs all user traffic back to the original production version.
EXAMPLES
$ sentinel canary rollback
Changes the amount of traffic going to the canary
USAGE
$ sentinel canary traffic
DESCRIPTION
Changes the amount of traffic going to the canary
EXAMPLES
$ sentinel canary traffic
This command allows you to obtain information about the cluster.
USAGE
$ sentinel cluster inspect
DESCRIPTION
This command allows you to obtain information about the cluster.
EXAMPLES
$ sentinel cluster inspect
This command scales your cluster up or down.
USAGE
$ sentinel cluster scale
DESCRIPTION
This command scales your cluster up or down.
EXAMPLES
$ sentinel cluster scale
Deploy your application
USAGE
$ sentinel deploy
DESCRIPTION
Deploy your application
EXAMPLES
$ sentinel deploy
See code: dist/commands/deploy.ts
Destroy the entire Sentinel infrastructure and all of your applications.
USAGE
$ sentinel destroy
DESCRIPTION
Destroy the entire Sentinel infrastructure and all of your applications.
EXAMPLES
$ sentinel destroy
See code: dist/commands/destroy.ts
Display help for sentinel.
USAGE
$ sentinel help [COMMAND] [-n]
ARGUMENTS
COMMAND Command to show help for.
FLAGS
-n, --nested-commands Include all nested commands in the output.
DESCRIPTION
Display help for sentinel.
See code: @oclif/plugin-help
Initialize Sentinel infrastructure
USAGE
$ sentinel init
DESCRIPTION
Initialize Sentinel infrastructure
EXAMPLES
$ sentinel init
See code: dist/commands/init.ts
Provides deployment information on a specific application
USAGE
$ sentinel inspect app
DESCRIPTION
Provides deployment information on a specific application
EXAMPLES
$ sentinel inspect app
List all deployed applications
USAGE
$ sentinel inspect inventory
DESCRIPTION
List all deployed applications
EXAMPLES
$ sentinel inspect inventory
Provides application logs
USAGE
$ sentinel inspect logs
DESCRIPTION
Provides application logs
EXAMPLES
$ sentinel inspect logs
Initialize domains for application metrics.
USAGE
$ sentinel metrics
DESCRIPTION
Initialize domains for application metrics.
EXAMPLES
$ sentinel metrics
See code: dist/commands/metrics.ts
List installed plugins.
USAGE
$ sentinel plugins [--core]
FLAGS
--core Show core plugins.
DESCRIPTION
List installed plugins.
EXAMPLES
$ sentinel plugins
See code: @oclif/plugin-plugins
Installs a plugin into the CLI.
USAGE
$ sentinel plugins:install PLUGIN...
ARGUMENTS
PLUGIN Plugin to install.
FLAGS
-f, --force Run yarn install with force flag.
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Installs a plugin into the CLI.
Can be installed from npm or a git url.
Installation of a user-installed plugin will override a core plugin.
e.g. If you have a core plugin that has a 'hello' command, installing a user-installed plugin with a 'hello' command
will override the core plugin implementation. This is useful if a user needs to update core plugin functionality in
the CLI without the need to patch and update the whole CLI.
ALIASES
$ sentinel plugins add
EXAMPLES
$ sentinel plugins:install myplugin
$ sentinel plugins:install https://github.com/someuser/someplugin
$ sentinel plugins:install someuser/someplugin
Displays installation properties of a plugin.
USAGE
$ sentinel plugins:inspect PLUGIN...
ARGUMENTS
PLUGIN [default: .] Plugin to inspect.
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Displays installation properties of a plugin.
EXAMPLES
$ sentinel plugins:inspect myplugin
Installs a plugin into the CLI.
USAGE
$ sentinel plugins:install PLUGIN...
ARGUMENTS
PLUGIN Plugin to install.
FLAGS
-f, --force Run yarn install with force flag.
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Installs a plugin into the CLI.
Can be installed from npm or a git url.
Installation of a user-installed plugin will override a core plugin.
e.g. If you have a core plugin that has a 'hello' command, installing a user-installed plugin with a 'hello' command
will override the core plugin implementation. This is useful if a user needs to update core plugin functionality in
the CLI without the need to patch and update the whole CLI.
ALIASES
$ sentinel plugins add
EXAMPLES
$ sentinel plugins:install myplugin
$ sentinel plugins:install https://github.com/someuser/someplugin
$ sentinel plugins:install someuser/someplugin
Links a plugin into the CLI for development.
USAGE
$ sentinel plugins:link PLUGIN
ARGUMENTS
PATH [default: .] path to plugin
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Links a plugin into the CLI for development.
Installation of a linked plugin will override a user-installed or core plugin.
e.g. If you have a user-installed or core plugin that has a 'hello' command, installing a linked plugin with a 'hello'
command will override the user-installed or core plugin implementation. This is useful for development work.
EXAMPLES
$ sentinel plugins:link myplugin
Removes a plugin from the CLI.
USAGE
$ sentinel plugins:uninstall PLUGIN...
ARGUMENTS
PLUGIN plugin to uninstall
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Removes a plugin from the CLI.
ALIASES
$ sentinel plugins unlink
$ sentinel plugins remove
Removes a plugin from the CLI.
USAGE
$ sentinel plugins:uninstall PLUGIN...
ARGUMENTS
PLUGIN plugin to uninstall
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Removes a plugin from the CLI.
ALIASES
$ sentinel plugins unlink
$ sentinel plugins remove
Removes a plugin from the CLI.
USAGE
$ sentinel plugins:uninstall PLUGIN...
ARGUMENTS
PLUGIN plugin to uninstall
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Removes a plugin from the CLI.
ALIASES
$ sentinel plugins unlink
$ sentinel plugins remove
Update installed plugins.
USAGE
$ sentinel plugins update [-h] [-v]
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Update installed plugins.
Removes an application from production.
USAGE
$ sentinel remove app
DESCRIPTION
Removes an application from production.
EXAMPLES
$ sentinel remove app
Scale an application up or down
USAGE
$ sentinel scale app
DESCRIPTION
Scale an application up or down
EXAMPLES
$ sentinel scale app