updatecli manifest push

Documentation for the command `updatecli manifest push`

updatecli manifest push

push manifest(s) to an OCI registry

updatecli manifest push [PATH] [flags]

Options

  -c, --config stringArray    Sets config file or directory. By default, Updatecli looks for a file named 'updatecli.yaml' or a directory named 'updatecli.d' (default [updatecli.d])
      --disable-tls           Disable TLS verification like '--disable-tls=true'
  -h, --help                  help for push
      --policy string         Sets policy file containing policy metadata information (default "Policy.yaml")
      --secrets stringArray   Sets secrets file uses for templating
  -t, --tag stringArray       Name and optionally a tag (format: "name:tag")
  -v, --values stringArray    Sets values file uses for templating

Options inherited from parent commands

      --debug          Debug Output
      --experimental   Enable Experimental mode

SEE ALSO

Top