We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d4b3c8 commit 0eec78dCopy full SHA for 0eec78d
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