mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-20 15:35:55 -04:00
Mark subscriptionID flag as not required
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
62ff48d5fe
commit
9644de5b5d
@ -28,8 +28,7 @@ func newIAMCreateAzureCmd() *cobra.Command {
|
||||
RunE: runIAMCreateAzure,
|
||||
}
|
||||
|
||||
cmd.Flags().String("subscriptionID", "", "subscription ID of the Azure account (required)")
|
||||
must(cobra.MarkFlagRequired(cmd.Flags(), "subscriptionID"))
|
||||
cmd.Flags().String("subscriptionID", "", "subscription ID of the Azure account. Required if the 'ARM_SUBSCRIPTION_ID' environment variable is not set")
|
||||
cmd.Flags().String("resourceGroup", "", "name prefix of the two resource groups your cluster / IAM resources will be created in (required)")
|
||||
must(cobra.MarkFlagRequired(cmd.Flags(), "resourceGroup"))
|
||||
cmd.Flags().String("region", "", "region the resources will be created in, e.g., westus (required)")
|
||||
|
Loading…
x
Reference in New Issue
Block a user