Import CDS pipeline
PATH: Path or URL of pipeline to import
Without –force, CDS won’t update an existing pipeline. With –force, CDS will allow you to update an existing pipeline. If this pipeline is managed ‘as-code’, CDS will override it. This pipeline will be detached from the repository, until it is re-imported again following a commit on the repo.
cdsctl pipeline import [ PROJECT-KEY ] PATH [flags]
--force Use force flag to update your pipeline
-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
Manage CDS pipeline