updatecli pipeline prepare
Documentation for the command `updatecli pipeline prepare`
updatecli pipeline prepare
prepare run tasks needed for a run like git clone
updatecli pipeline prepare 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 prepare
--labels stringArray Filter pipelines to apply by their labels, accepted as a comma separated list (key:value)
--pipeline-ids stringArray Filter pipelines to apply by their pipeline IDs, accepted a comma separated list
--secrets stringArray Sets Sops secrets file uses for templating
-v, --values stringArray Sets values file uses for templating
-i, --values-inline stringArray Sets inline values uses for templating, accepted valid json/yaml string
Options inherited from parent commands
--debug Debug Output
--experimental Enable Experimental mode
--unique-tmp-dir Use a unique temporary directory to allow running multiple Updatecli instances in parallel
SEE ALSO
- updatecli pipeline - pipeline executes specific pipeline tasks such as diff or apply