updatecli diff

Documentation for the command `updatecli diff`

updatecli diff

diff shows changes

updatecli diff 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-tls           Disable TLS verification like '--disable-tls=true'
  -h, --help                  help for diff
      --reportAPI string      Set the report API URL where to publish pipeline reports
      --secrets stringArray   Sets Sops 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

  • updatecli - Updatecli is a declarative dependency manager command line tool
Top