copy
inctl solution copy
Copy a solution to a different organization
Synopsis
Copy a solution to a different organization.
This feature enables users to copy solutions from one organization to another.
Before triggering the copy operation of a solution, the user is presented with a preview of this operation, detailing which assets are sideloaded, which catalog assets are referenced in the solution, and to which assets the target organization has access.
During the copy, the service ensures that members of the target organization have access to all assets of the solution and copies all required data to the target organization.
Flags: --title and --description refer specifically to the title and description of the initial commit that will be generated in the target organization's new branch.
inctl solution copy [flags]
Examples
inctl solution copy \
--branch_id "f47ac10b-58cc-4372-a567-0e02b2c3d479_BRANCH" \
--snapshot_id "c56a4180-65aa-42ec-a945-5fd21dec0538_SNAP" \
--target_org "destination_org_id" \
--org "source_org_id" \
--target_branch_display_name "Copy branch from f47ac10b-58cc-4372-a567-0e02b2c3d479_BRANCH" \
--title "Copy of f47ac10b-58cc-4372-a567-0e02b2c3d479_BRANCH" \
--description "Copy of f47ac10b-58cc-4372-a567-0e02b2c3d479_BRANCH"
Options
-h, --help help for copy
--org string The Intrinsic organization to use. You can set the environment variable
INTRINSIC_ORG=organization to set a default organization.
-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.
Options inherited from parent commands
-o, --output string (optional) Output format. One of: (json, ndjson)
--print-trace Print the trace identifier when exiting.
SEE ALSO
- inctl solution - Solution interacts with solutions