Skip to content

Commit 95d1a36

Browse files
committed
Add back workdir
1 parent 06618d7 commit 95d1a36

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

cli/templatepush.go

+8
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,14 @@ func (r *RootCmd) templatePush() *clibase.Cmd {
352352
// This is for testing!
353353
Hidden: true,
354354
},
355+
{
356+
Flag: "test.workdir",
357+
Description: "Customize the working directory.",
358+
Default: "",
359+
Value: clibase.StringOf(&workdir),
360+
// This is for testing!
361+
Hidden: true,
362+
},
355363
{
356364
Flag: "variables-file",
357365
Description: "Specify a file path with values for Terraform-managed variables.",

0 commit comments

Comments
 (0)