We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddb0674 commit 14aeb6bCopy full SHA for 14aeb6b
cli/templatepush.go
@@ -137,8 +137,9 @@ func (r *RootCmd) templatePush() *serpent.Command {
137
UserVariableValues: userVariableValues,
138
}
139
140
+ // This ensures the version name is set in the request arguments regardless of whether you're creating a new template or updating an existing one.
141
+ args.Name = versionName
142
if !createTemplate {
- args.Name = versionName
143
args.Template = &template
144
args.ReuseParameters = !alwaysPrompt
145
0 commit comments