We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df65d9 commit d73730fCopy full SHA for d73730f
apptrust/model/promote_app_version_request.go
@@ -4,7 +4,8 @@ const (
4
PromotionTypeCopy = "copy"
5
PromotionTypeMove = "move"
6
7
- // This is not a valid value for the --promotion-type flag, but is passed to the API if the --dry-run flag is set.
+ // This value cannot be set via the --promotion-type flag in the CLI.
8
+ // It is sent to the promotion_type field in the REST API only when the --dry-run flag is used.
9
PromotionTypeDryRun = "dry_run"
10
)
11
0 commit comments