cdsctl workflow push

Push a workflow

Synopsis

Useful when you want to push a workflow and his dependencies (pipelines, applications, environments)

For example if you have a workflow with pipelines build and tests you can push your workflow and pipelines with

cdsctl workflow push tests.pip.yml build.pip.yml myWorkflow.yml
cdsctl workflow push [ PROJECT-KEY ] YAML-FILE ... [flags]

Options

      --force               Override workflow if exists
      --skip-update-files   Useful if you don't want to update yaml files after pushing the workflow.

Options inherited from parent commands

  -c, --context string   cdsctl context name
  -f, --file string      set configuration file
      --insecure         (SSL) This option explicitly allows curl to perform "insecure" SSL connections and transfers.
  -n, --no-interactive   Set to disable interaction with ctl
      --verbose          Enable verbose output

SEE ALSO