Skip to content

Commit 64dd054

Browse files
committed
Add back workdir
1 parent bce8710 commit 64dd054

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

cli/templatepush.go

Lines changed: 8 additions & 0 deletions
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)