updatecli prepare

Documentation for the command `updatecli prepare`

updatecli prepare

prepare run tasks needed for a run like git clone

updatecli 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
      --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