diff --git a/pkg/config/config.go b/pkg/config/config.go index 3d4ce48..e8544f1 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -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).",