Skip to content

Commit

Permalink
Update config.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ina-stoyanova authored May 11, 2024
1 parent 13fba94 commit 78affb6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,13 @@ var ParameterList = []Parameter{
DefaultValue: "",
Shorthand: "w",
},
{
Name: "workspace",
Description: "Define the name of the workspace you want to be used.",
Required: false,
DefaultValue: "default",
Shorthand: "ws",
},
{
Name: "when-modified",
Description: "Atlantis will trigger an autoplan when these modifications occur (list of strings).",
Expand Down

0 comments on commit 78affb6

Please sign in to comment.