updatecli compose apply

Documentation for the command `updatecli compose apply`

updatecli compose apply

apply checks and apply changes defined by the compose file

updatecli compose apply [flags]

Options

      --clean         Remove updatecli working directory like '--clean=true'
      --commit        Record changes to the repository, '--commit=false' (default 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 apply
      --push          Update remote refs '--push=false' (default true)

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