updatecli compose diff

Documentation for the command `updatecli compose diff`

updatecli compose diff

diff show changes defined by the compose file

updatecli compose diff [flags]

Options

      --clean         Remove updatecli working directory like '--clean=true'
      --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 diff

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