Skip to main content

cli install

cli install

Install a component on Trirematics

Synopsis

Install a Trirematics component on the cluster. This component could be either an operator, a model, or a network. By design the actions on Trirematics are idempotent, hence update and upgrade are aliased to install. If you specify the flag --force, then the components would be first removed and then installed again.

Examples

install operator|model|network

Options

  -f, --force   force the installation by removing the component first
-h, --help help for install

Options inherited from parent commands

  -c, --config string      config file (default "config.json")
-n, --namespace string namespace to perform the operations (default "trirematics")
-v, --verbose debug output

SEE ALSO

Auto generated by spf13/cobra on 16-Feb-2024