Skip to content

Commit bb91c4b

Browse files
committed
APP-1447 - Add keep promotion type
1 parent 1c39a37 commit bb91c4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apptrust/model/promote_app_version_request.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ package model
33
const (
44
PromotionTypeCopy = "copy"
55
PromotionTypeMove = "move"
6+
PromotionTypeKeep = "keep"
67

78
// This value cannot be set via the --promotion-type flag in the CLI.
89
// It is sent to the promotion_type field in the REST API only when the --dry-run flag is used.

0 commit comments

Comments
 (0)