We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c89e19 commit 9a9fc55Copy full SHA for 9a9fc55
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