cdsctl application import

Import an application with a local filepath or an URL

Synopsis

PATH: Path or URL of application to import

Without –force, CDS won’t update an existing application. With –force, CDS will allow you to update an existing application. If this application is managed ‘as-code’, CDS will override it. This application will be detached from the repository, until it is re-imported again following a commit on the repo.

cdsctl application import [ PROJECT-KEY ] PATH [flags]

Options

      --force   Override application if exists

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