Skip to content

Commit

Permalink
Merge branch 'main' into issue327
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan authored Nov 6, 2023
2 parents 6ba2128 + 91da054 commit 9d9821d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/env/crtenv.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,6 @@ func init() {
"", "Deployment type - must be PROXY or ARCHIVE")
CreateCmd.Flags().StringVarP(&fwdProxyURI, "fwdproxyuri", "f",
"", "URL of the forward proxy to be applied to the runtime instances in this env")

_ = CreateCmd.MarkFlagRequired("env")
}

0 comments on commit 9d9821d

Please sign in to comment.