Skip to main content

duplicate

inctl solution_version duplicate

Duplicate a solution within the same project.

Synopsis

Duplicate a solution. This creates a new solution with the same content as the source solution's latest committed version within the same project.

inctl solution_version duplicate [flags]

Examples

inctl solution_version duplicate --solution my-solution --title "Copy of my-solution" --org my-org

Options

  -h, --help              help for duplicate
--solution string ID of the solution to duplicate.
--title string Display name for the new duplicated solution.

Options inherited from parent commands

      --org string       The Intrinsic organization to use. You can set the environment variable
INTRINSIC_ORG=organization to set a default organization.
-o, --output string (optional) Output format. One of: (json, ndjson)
--print-trace Print the trace identifier when exiting.
-p, --project string The Google Cloud Project (GCP) project to use. You can set the environment variable
INTRINSIC_PROJECT=project_name to set a default project name.

SEE ALSO