Skip to content

Commit

Permalink
chore: region is a must have
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexsJones committed May 18, 2023
1 parent 98e4ba6 commit 76799ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/cache/add.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,6 @@ func init() {
addCmd.Flags().StringVarP(&region, "region", "r", "", "The region to use for the cache")
addCmd.Flags().StringVarP(&bucketname, "bucket", "b", "", "The name of the bucket to use for the cache")
addCmd.MarkFlagRequired("bucket")
addCmd.MarkFlagRequired("region")

}

0 comments on commit 76799ec

Please sign in to comment.