updatecli compose show

Documentation for the command `updatecli compose show`

updatecli compose show

show manifest(s) defined by the compose file that should be executed

updatecli compose show [flags]

Options

      --clean                Remove updatecli working directory like '--clean=true'
      --disable-prepare      --disable-prepare skip the Updatecli 'prepare' stage
      --disable-templating   Disable manifest templating
      --disable-tls          Disable TLS verification like '--disable-tls=true'
  -f, --file string          Define the update-compose file (default "update-compose.yaml")
  -h, --help                 help for show

Options inherited from parent commands

      --debug          Debug Output
      --experimental   Enable Experimental mode

SEE ALSO

  • updatecli compose - compose executes specific Updatecli compose tasks such as diff or apply
Top