Skip to content

Commit

Permalink
CLOUDP-179700 Update help text of all update commands that have array…
Browse files Browse the repository at this point in the history
…s to clarify updating such array will wipe out previous data (#1972)
  • Loading branch information
fmenezes authored May 30, 2023
1 parent b231c6a commit 1be7db5
Show file tree
Hide file tree
Showing 47 changed files with 60 additions and 59 deletions.
4 changes: 2 additions & 2 deletions docs/atlascli/command/atlas-customDbRoles-update.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@ Options
* - --inheritedRole
- strings
- false
- List of inherited roles and the database on which the role is granted.
- List of inherited roles and the database on which the role is granted. Passing this flag replaces preexisting data.
* - -o, --output
- string
- false
- Output format. Valid values are json, json-path, go-template, or go-template-file.
* - --privilege
- strings
- false
- List of actions per database and collection. If no database or collections are provided, cluster scope is assumed.
- List of actions per database and collection. If no database or collections are provided, cluster scope is assumed. Passing this flag replaces preexisting data.
* - --projectId
- string
- false
Expand Down
4 changes: 2 additions & 2 deletions docs/atlascli/command/atlas-dataLakePipelines-update.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Options
* - --sinkPartitionField
- strings
- false
- Ordered fields used to physically organize data in the destination.
- Ordered fields used to physically organize data in the destination. Passing this flag replaces preexisting data.
* - --sourceClusterName
- string
- false
Expand All @@ -104,7 +104,7 @@ Options
* - --transform
- strings
- false
- Fields to be excluded for this data lake pipeline.
- Fields to be excluded for this data lake pipeline. Passing this flag replaces preexisting data.

Inherited Options
-----------------
Expand Down
4 changes: 2 additions & 2 deletions docs/atlascli/command/atlas-dbusers-update.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ Options
* - --role
- strings
- false
- User's roles and the databases or collections on which the roles apply.
- User's roles and the databases or collections on which the roles apply. Passing this flag replaces preexisting data.
* - --scope
- strings
- false
- Array of clusters and Atlas Data Lakes that this user has access to.
- Array of clusters and Atlas Data Lakes that this user has access to. Passing this flag replaces preexisting data.
* - -u, --username
- string
- false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Options
* - --role
- strings
- false
- Role or roles that you want to assign to the API key. To assign more than one role, you can specify each role with a separate role flag or specify all of the roles as a comma-separated list using one role flag. Valid values are ORG_OWNER, ORG_MEMBER, ORG_GROUP_CREATOR, ORG_BILLING_ADMIN, and ORG_READ_ONLY.
- Role or roles that you want to assign to the API key. To assign more than one role, you can specify each role with a separate role flag or specify all of the roles as a comma-separated list using one role flag. Valid values are ORG_OWNER, ORG_MEMBER, ORG_GROUP_CREATOR, ORG_BILLING_ADMIN, and ORG_READ_ONLY. Passing this flag replaces preexisting data.

Inherited Options
-----------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Options
* - --role
- strings
- true
- User's roles for the associated organization. Valid values include ORG_OWNER, ORG_MEMBER, ORG_GROUP_CREATOR, ORG_BILLING_ADMIN, and ORG_READ_ONLY.
- User's roles for the associated organization. Valid values include ORG_OWNER, ORG_MEMBER, ORG_GROUP_CREATOR, ORG_BILLING_ADMIN, and ORG_READ_ONLY. Passing this flag replaces preexisting data.

Inherited Options
-----------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Options
* - --role
- strings
- true
- User's roles for the associated organization. Valid values include ORG_OWNER, ORG_MEMBER, ORG_GROUP_CREATOR, ORG_BILLING_ADMIN, and ORG_READ_ONLY.
- User's roles for the associated organization. Valid values include ORG_OWNER, ORG_MEMBER, ORG_GROUP_CREATOR, ORG_BILLING_ADMIN, and ORG_READ_ONLY. Passing this flag replaces preexisting data.

Inherited Options
-----------------
Expand Down
2 changes: 1 addition & 1 deletion docs/atlascli/command/atlas-projects-teams-update.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Options
* - --role
- strings
- true
- User role that applies to all members of the specified team for the associated project. Valid values include GROUP_CLUSTER_MANAGER, GROUP_DATA_ACCESS_ADMIN, GROUP_DATA_ACCESS_READ_ONLY, GROUP_DATA_ACCESS_READ_WRITE, GROUP_OWNER, and GROUP_READ_ONLY.
- User role that applies to all members of the specified team for the associated project. Valid values include GROUP_CLUSTER_MANAGER, GROUP_DATA_ACCESS_ADMIN, GROUP_DATA_ACCESS_READ_ONLY, GROUP_DATA_ACCESS_READ_WRITE, GROUP_OWNER, and GROUP_READ_ONLY. Passing this flag replaces preexisting data.

Inherited Options
-----------------
Expand Down
4 changes: 2 additions & 2 deletions docs/mongocli/command/mongocli-atlas-customDbRoles-update.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@ Options
* - --inheritedRole
- strings
- false
- List of inherited roles and the database on which the role is granted.
- List of inherited roles and the database on which the role is granted. Passing this flag replaces preexisting data.
* - -o, --output
- string
- false
- Output format. Valid values are json, json-path, go-template, or go-template-file.
* - --privilege
- strings
- false
- List of actions per database and collection. If no database or collections are provided, cluster scope is assumed.
- List of actions per database and collection. If no database or collections are provided, cluster scope is assumed. Passing this flag replaces preexisting data.
* - --projectId
- string
- false
Expand Down
4 changes: 2 additions & 2 deletions docs/mongocli/command/mongocli-atlas-dbusers-update.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ Options
* - --role
- strings
- false
- User's roles and the databases or collections on which the roles apply.
- User's roles and the databases or collections on which the roles apply. Passing this flag replaces preexisting data.
* - --scope
- strings
- false
- Array of clusters and Atlas Data Lakes that this user has access to.
- Array of clusters and Atlas Data Lakes that this user has access to. Passing this flag replaces preexisting data.
* - -u, --username
- string
- false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@ Options
* - --excludedNamespace
- strings
- false
- List of database names and collection names to omit from the backup.
- List of database names and collection names to omit from the backup. Passing this flag replaces preexisting data.
* - -h, --help
-
- false
- help for update
* - --includedNamespace
- strings
- false
- List of database names and collection names to include in the backup.
- List of database names and collection names to include in the backup. Passing this flag replaces preexisting data.
* - -o, --output
- string
- false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Options
* - --policy
- strings
- false
- List of policies that the external system applies to this Ops Manager Project.
- List of policies that the external system applies to this Ops Manager Project. Passing this flag replaces preexisting data.
* - --projectId
- string
- false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Options
* - --alertType
- strings
- false
- Alert types to silence during maintenance window. Valid values are HOST, REPLICA_SET, CLUSTER, AGENT, or BACKUP.
- Alert types to silence during maintenance window. Valid values are HOST, REPLICA_SET, CLUSTER, AGENT, or BACKUP. Passing this flag replaces preexisting data.
* - --desc
- string
- false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Options
* - --role
- strings
- true
- Role or roles that you want to assign to the API key. To assign more than one role, you can specify each role with a separate role flag or specify all of the roles as a comma-separated list using one role flag. Valid values are GLOBAL_AUTOMATION_ADMIN, GLOBAL_BACKUP_ADMIN GLOBAL_MONITORING_ADMIN, GLOBAL_OWNER, GLOBAL_READ_ONLY,GLOBAL_USER_ADMIN.
- Role or roles that you want to assign to the API key. To assign more than one role, you can specify each role with a separate role flag or specify all of the roles as a comma-separated list using one role flag. Valid values are GLOBAL_AUTOMATION_ADMIN, GLOBAL_BACKUP_ADMIN GLOBAL_MONITORING_ADMIN, GLOBAL_OWNER, GLOBAL_READ_ONLY,GLOBAL_USER_ADMIN. Passing this flag replaces preexisting data.

Inherited Options
-----------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Options
* - --role
- strings
- false
- Role or roles that you want to assign to the API key. To assign more than one role, you can specify each role with a separate role flag or specify all of the roles as a comma-separated list using one role flag. Valid values are ORG_OWNER, ORG_MEMBER, ORG_GROUP_CREATOR, ORG_BILLING_ADMIN, and ORG_READ_ONLY.
- Role or roles that you want to assign to the API key. To assign more than one role, you can specify each role with a separate role flag or specify all of the roles as a comma-separated list using one role flag. Valid values are ORG_OWNER, ORG_MEMBER, ORG_GROUP_CREATOR, ORG_BILLING_ADMIN, and ORG_READ_ONLY. Passing this flag replaces preexisting data.

Inherited Options
-----------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Options
* - --role
- strings
- true
- User's roles for the associated organization. To learn which values MCLI accepts, see the Items Enum for roles in the Atlas API spec: https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#operation/createOrganizationInvitation/.
- User's roles for the associated organization. To learn which values MCLI accepts, see the Items Enum for roles in the Atlas API spec: https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#operation/createOrganizationInvitation/. Passing this flag replaces preexisting data.

Inherited Options
-----------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Options
* - --role
- strings
- true
- User's roles for the associated organization. To learn which values MCLI accepts, see the Items Enum for roles in the Atlas API spec: https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#operation/createOrganizationInvitation/.
- User's roles for the associated organization. To learn which values MCLI accepts, see the Items Enum for roles in the Atlas API spec: https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#operation/createOrganizationInvitation/. Passing this flag replaces preexisting data.

Inherited Options
-----------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Options
* - --role
- strings
- true
- User role that applies to all members of the specified team for the associated project. Valid values include GROUP_CLUSTER_MANAGER, GROUP_DATA_ACCESS_ADMIN, GROUP_DATA_ACCESS_READ_ONLY, GROUP_DATA_ACCESS_READ_WRITE, GROUP_OWNER, and GROUP_READ_ONLY.
- User role that applies to all members of the specified team for the associated project. Valid values include GROUP_CLUSTER_MANAGER, GROUP_DATA_ACCESS_ADMIN, GROUP_DATA_ACCESS_READ_ONLY, GROUP_DATA_ACCESS_READ_WRITE, GROUP_OWNER, and GROUP_READ_ONLY. Passing this flag replaces preexisting data.

Inherited Options
-----------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Options
* - --label
- strings
- false
- Array of tags to manage which backup jobs Ops Manager can assign to which blockstores.
- Array of tags to manage which backup jobs Ops Manager can assign to which blockstores. Passing this flag replaces preexisting data.
* - --loadFactor
- int
- false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Options
* - --label
- strings
- false
- Array of tags to manage which backup jobs Ops Manager can assign to which blockstores.
- Array of tags to manage which backup jobs Ops Manager can assign to which blockstores. Passing this flag replaces preexisting data.
* - --loadFactor
- int
- false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Options
* - --label
- strings
- false
- Array of tags to manage which backup jobs Ops Manager can assign to which blockstores.
- Array of tags to manage which backup jobs Ops Manager can assign to which blockstores. Passing this flag replaces preexisting data.
* - --maxCapacityGB
- int
- false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Options
* - --label
- strings
- false
- Array of tags to manage which backup jobs Ops Manager can assign to which blockstores.
- Array of tags to manage which backup jobs Ops Manager can assign to which blockstores. Passing this flag replaces preexisting data.
* - --loadFactor
- int
- false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Options
* - --label
- strings
- false
- Array of tags to manage which backup jobs Ops Manager can assign to which blockstores.
- Array of tags to manage which backup jobs Ops Manager can assign to which blockstores. Passing this flag replaces preexisting data.
* - --loadFactor
- int
- false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@ Options
* - --excludedNamespace
- strings
- false
- List of database names and collection names to omit from the backup.
- List of database names and collection names to omit from the backup. Passing this flag replaces preexisting data.
* - -h, --help
-
- false
- help for update
* - --includedNamespace
- strings
- false
- List of database names and collection names to include in the backup.
- List of database names and collection names to include in the backup. Passing this flag replaces preexisting data.
* - -o, --output
- string
- false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Options
* - --policy
- strings
- false
- List of policies that the external system applies to this Ops Manager Project.
- List of policies that the external system applies to this Ops Manager Project. Passing this flag replaces preexisting data.
* - --projectId
- string
- false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Options
* - --alertType
- strings
- false
- Alert types to silence during maintenance window. Valid values are HOST, REPLICA_SET, CLUSTER, AGENT, or BACKUP.
- Alert types to silence during maintenance window. Valid values are HOST, REPLICA_SET, CLUSTER, AGENT, or BACKUP. Passing this flag replaces preexisting data.
* - --desc
- string
- false
Expand Down
4 changes: 2 additions & 2 deletions internal/cli/atlas/customdbroles/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ func UpdateBuilder() *cobra.Command {
},
}

cmd.Flags().StringSliceVar(&opts.inheritedRoles, flag.InheritedRole, []string{}, usage.InheritedRoles)
cmd.Flags().StringSliceVar(&opts.action, flag.Privilege, []string{}, usage.PrivilegeAction)
cmd.Flags().StringSliceVar(&opts.inheritedRoles, flag.InheritedRole, []string{}, usage.InheritedRoles+usage.UpdateWarning)
cmd.Flags().StringSliceVar(&opts.action, flag.Privilege, []string{}, usage.PrivilegeAction+usage.UpdateWarning)
cmd.Flags().BoolVar(&opts.append, flag.Append, false, usage.Append)

cmd.Flags().StringVar(&opts.ProjectID, flag.ProjectID, "", usage.ProjectID)
Expand Down
4 changes: 2 additions & 2 deletions internal/cli/atlas/datalakepipelines/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,13 +175,13 @@ func UpdateBuilder() *cobra.Command {

cmd.Flags().StringVar(&opts.sinkMetadataProvider, flag.SinkMetadataProvider, "", usage.SinkMetadataProvider)
cmd.Flags().StringVar(&opts.sinkMetadataRegion, flag.SinkMetadataRegion, "", usage.SinkMetadataRegion)
cmd.Flags().StringSliceVar(&opts.sinkPartitionField, flag.SinkPartitionField, nil, usage.SinkPartitionField)
cmd.Flags().StringSliceVar(&opts.sinkPartitionField, flag.SinkPartitionField, nil, usage.SinkPartitionField+usage.UpdateWarning)
cmd.Flags().StringVar(&opts.sourceType, flag.SourceType, "", usage.SourceType)
cmd.Flags().StringVar(&opts.sourceClusterName, flag.SourceClusterName, "", usage.SourceClusterName)
cmd.Flags().StringVar(&opts.sourceCollectionName, flag.SourceCollectionName, "", usage.SourceCollectionName)
cmd.Flags().StringVar(&opts.sourceDatabaseName, flag.SourceDatabaseName, "", usage.SourceDatabaseName)
cmd.Flags().StringVar(&opts.sourcePolicyItemID, flag.SourcePolicyItemID, "", usage.SourcePolicyItemID)
cmd.Flags().StringSliceVar(&opts.transform, flag.Transform, nil, usage.Transform)
cmd.Flags().StringSliceVar(&opts.transform, flag.Transform, nil, usage.Transform+usage.UpdateWarning)
cmd.Flags().StringVarP(&opts.filename, flag.File, flag.FileShort, "", usage.PipelineFilename)

_ = cmd.MarkFlagFilename(flag.File)
Expand Down
4 changes: 2 additions & 2 deletions internal/cli/atlas/dbusers/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ func UpdateBuilder() *cobra.Command {

cmd.Flags().StringVarP(&opts.username, flag.Username, flag.UsernameShort, "", usage.DBUsername)
cmd.Flags().StringVarP(&opts.password, flag.Password, flag.PasswordShort, "", usage.Password)
cmd.Flags().StringSliceVar(&opts.roles, flag.Role, []string{}, usage.Roles)
cmd.Flags().StringSliceVar(&opts.scopes, flag.Scope, []string{}, usage.Scopes)
cmd.Flags().StringSliceVar(&opts.roles, flag.Role, []string{}, usage.Roles+usage.UpdateWarning)
cmd.Flags().StringSliceVar(&opts.scopes, flag.Scope, []string{}, usage.Scopes+usage.UpdateWarning)

cmd.Flags().StringVar(&opts.ProjectID, flag.ProjectID, "", usage.ProjectID)
cmd.Flags().StringVarP(&opts.Output, flag.Output, flag.OutputShort, "", usage.FormatOut)
Expand Down
2 changes: 1 addition & 1 deletion internal/cli/atlas/organizations/apikeys/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ To view possible values for the apiKeyId argument, run %s organizations apiKeys
},
}

cmd.Flags().StringSliceVar(&opts.roles, flag.Role, []string{}, usage.APIKeyRoles)
cmd.Flags().StringSliceVar(&opts.roles, flag.Role, []string{}, usage.APIKeyRoles+usage.UpdateWarning)
cmd.Flags().StringVar(&opts.desc, flag.Description, "", usage.APIKeyDescription)

cmd.Flags().StringVar(&opts.OrgID, flag.OrgID, "", usage.OrgID)
Expand Down
2 changes: 1 addition & 1 deletion internal/cli/atlas/organizations/invitations/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func UpdateBuilder() *cobra.Command {
}

cmd.Flags().StringVar(&opts.username, flag.Email, "", usage.Email)
cmd.Flags().StringSliceVar(&opts.roles, flag.Role, []string{}, usage.OrgRole)
cmd.Flags().StringSliceVar(&opts.roles, flag.Role, []string{}, usage.OrgRole+usage.UpdateWarning)
cmd.Flags().StringVar(&opts.OrgID, flag.OrgID, "", usage.OrgID)
cmd.Flags().StringVarP(&opts.Output, flag.Output, flag.OutputShort, "", usage.FormatOut)
_ = cmd.RegisterFlagCompletionFunc(flag.Output, opts.AutoCompleteOutputFlag())
Expand Down
2 changes: 1 addition & 1 deletion internal/cli/atlas/projects/invitations/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func UpdateBuilder() *cobra.Command {
}

cmd.Flags().StringVar(&opts.username, flag.Email, "", usage.Email)
cmd.Flags().StringSliceVar(&opts.roles, flag.Role, []string{}, usage.OrgRole)
cmd.Flags().StringSliceVar(&opts.roles, flag.Role, []string{}, usage.OrgRole+usage.UpdateWarning)
cmd.Flags().StringVar(&opts.ProjectID, flag.ProjectID, "", usage.ProjectID)
cmd.Flags().StringVarP(&opts.Output, flag.Output, flag.OutputShort, "", usage.FormatOut)
_ = cmd.RegisterFlagCompletionFunc(flag.Output, opts.AutoCompleteOutputFlag())
Expand Down
2 changes: 1 addition & 1 deletion internal/cli/atlas/projects/teams/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func UpdateBuilder() *cobra.Command {
},
}

cmd.Flags().StringSliceVar(&opts.roles, flag.Role, []string{}, usage.TeamRole)
cmd.Flags().StringSliceVar(&opts.roles, flag.Role, []string{}, usage.TeamRole+usage.UpdateWarning)

cmd.Flags().StringVar(&opts.ProjectID, flag.ProjectID, "", usage.ProjectID)
cmd.Flags().StringVarP(&opts.Output, flag.Output, flag.OutputShort, "", usage.FormatOut)
Expand Down
2 changes: 1 addition & 1 deletion internal/cli/atlas/search/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func UpdateBuilder() *cobra.Command {
cmd.Flags().StringVar(&opts.analyzer, flag.Analyzer, defaultAnalyzer, usage.Analyzer)
cmd.Flags().StringVar(&opts.searchAnalyzer, flag.SearchAnalyzer, defaultAnalyzer, usage.SearchAnalyzer)
cmd.Flags().BoolVar(&opts.dynamic, flag.Dynamic, false, usage.Dynamic)
cmd.Flags().StringSliceVar(&opts.fields, flag.Field, nil, usage.SearchFields)
cmd.Flags().StringSliceVar(&opts.fields, flag.Field, nil, usage.SearchFields+usage.UpdateWarning)
cmd.Flags().StringVarP(&opts.filename, flag.File, flag.FileShort, "", usage.SearchFilename)

_ = cmd.MarkFlagFilename(flag.File)
Expand Down
2 changes: 1 addition & 1 deletion internal/cli/iam/globalapikeys/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func UpdateBuilder() *cobra.Command {
},
}

cmd.Flags().StringSliceVar(&opts.roles, flag.Role, []string{}, usage.GlobalAPIKeyRoles)
cmd.Flags().StringSliceVar(&opts.roles, flag.Role, []string{}, usage.GlobalAPIKeyRoles+usage.UpdateWarning)
cmd.Flags().StringVar(&opts.desc, flag.Description, "", usage.APIKeyDescription)

cmd.Flags().StringVarP(&opts.Output, flag.Output, flag.OutputShort, "", usage.FormatOut)
Expand Down
2 changes: 1 addition & 1 deletion internal/cli/iam/organizations/apikeys/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ To view possible values for the apiKeyId argument, run %s organizations apiKeys
},
}

cmd.Flags().StringSliceVar(&opts.roles, flag.Role, []string{}, usage.APIKeyRoles)
cmd.Flags().StringSliceVar(&opts.roles, flag.Role, []string{}, usage.APIKeyRoles+usage.UpdateWarning)
cmd.Flags().StringVar(&opts.desc, flag.Description, "", usage.APIKeyDescription)

cmd.Flags().StringVar(&opts.OrgID, flag.OrgID, "", usage.OrgID)
Expand Down
Loading

0 comments on commit 1be7db5

Please sign in to comment.