diff --git a/internal/cmd/appgroups/crtapp.go b/internal/cmd/appgroups/crtapp.go index ab931ed7..7fd2dab5 100644 --- a/internal/cmd/appgroups/crtapp.go +++ b/internal/cmd/appgroups/crtapp.go @@ -69,5 +69,4 @@ func init() { _ = CreateAppCmd.MarkFlagRequired("name") _ = CreateAppCmd.MarkFlagRequired("app-name") - _ = CreateAppCmd.MarkFlagRequired("prods") }