Skip to main content

get

inctl solution_version get

Get modified solution for a solution version.

Synopsis

Get the modified solution for the given snapshot / most recent snapshot of a solution as a textproto.

inctl solution_version get [flags]

Examples

inctl solution_version get --solution "$SOLUTION_ID" --snapshot_id "$SNAPSHOT_ID" --org "$ORG" > /tmp/ms.textproto

Options

      --binary_proto_out string   If set, write the modified solution as a binary proto to this path.
-h, --help help for get
--snapshot_id string ID of the snapshot to get the version for. If not provided, the tip snapshot will be used.
--solution string ID of the solution to get the version for.

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