You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -116,12 +114,7 @@ export class ConfigBundlePrimitive extends BasePrimitive<AddConfigBundleOptions,
116
114
'Components map as inline JSON. Keys are ARNs or placeholders: {{runtime:<name>}}, {{gateway:<name>}}. Placeholders resolve to real ARNs at deploy time.'
117
115
)
118
116
.option('--components-file <path>','Path to components JSON file (same format as --components)')
119
-
// Gated: custom branches blocked by upstream CFN read-back bug. Remove gate when service fixes GetConfigurationBundle.
120
-
.addOption(
121
-
isGatedFeaturesEnabled()
122
-
? newOption('--branch <name>','Branch name for versioning')
123
-
: newOption('--branch <name>','Branch name for versioning').hideHelp()
124
-
)
117
+
.option('--branch <name>','Branch name for versioning')
125
118
.option('--commit-message <text>','Commit message for this version')
126
119
.option('--json','Output as JSON')
127
120
.action(
@@ -173,7 +166,7 @@ export class ConfigBundlePrimitive extends BasePrimitive<AddConfigBundleOptions,
0 commit comments