updatecli manifest show

Documentation for the command `updatecli manifest show`

updatecli manifest show

show manifest(s) which will be executed

updatecli manifest show NAME[:TAG|@DIGEST] [flags]

Options

      --clean                 Remove updatecli working directory like '--clean=true'
  -c, --config stringArray    Sets config file or directory. By default, Updatecli looks for a file named 'updatecli.yaml' or a directory named 'updatecli.d'
      --disable-prepare       --disable-prepare skip the Updatecli 'prepare' stage
      --disable-templating    Disable manifest templating
      --disable-tls           Disable TLS verification like '--disable-tls=true'
  -h, --help                  help for show
      --secrets stringArray   Sets secrets file uses for templating
  -v, --values stringArray    Sets values file uses for templating

Options inherited from parent commands

      --debug          Debug Output
      --experimental   Enable Experimental mode

SEE ALSO

Top