commit
inctl solution_version commit
Commit new version.
Synopsis
Commit a new version of the solution with the modified solution from a file (textproto by default).
inctl solution_version commit [flags]
Examples
inctl solution_version commit --solution "$SOLUTION_NAME" --org "$ORG" --in /path/to/ms.textproto --title "$TITLE" --description "$DESCRIPTION"
inctl solution_version commit --solution "$SOLUTION_NAME" --org "$ORG" --in /path/to/ms.pb --binary
Options
--binary Read --in as a binary proto instead of a textproto.
--description string Commit description.
-h, --help help for commit
--in string Path to the file containing the ModifiedSolution as textproto (unless --binary is set).
--solution string ID of the solution to commit the version for.
--title string Commit title.
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
- inctl solution_version - SolutionVersion interacts with solution versions