Skip to content

Commit

Permalink
fix documentation of global command option no-access-plan (#583)
Browse files Browse the repository at this point in the history
Co-authored-by: Stephan Freudl <[email protected]>
  • Loading branch information
hsinn0 and Stephan Freudl authored Oct 21, 2024
1 parent 0fab7d1 commit 9fe91c6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion configcommands/global.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,5 +168,5 @@ type GlobalServiceAccess struct {
LimitedAccessPlan string `long:"limited-access-plan" description:"Plan to give limited access to, must also provide org list"`
OrgsToAdd []string `long:"org" description:"Orgs to add to limited plan"`
OrgsToRemove []string `long:"remove-org" description:"Orgs to remove from limited plan"`
NoAccessPlan string `long:"no-access-plan" description:"Plan to give access to all orgs"`
NoAccessPlan string `long:"no-access-plan" description:"Plan to ensure no access for any org"`
}
18 changes: 9 additions & 9 deletions docs/config/global/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@

```
Usage:
main [OPTIONS] global [global-OPTIONS]
cf-mgmt-config [OPTIONS] global [global-OPTIONS]
Help Options:
-h, --help Show this help message
-h, --help Show this help message
[global command options]
--config-dir= Name of the config directory (default: config) [$CONFIG_DIR]
Expand All @@ -33,11 +33,11 @@ Help Options:
--remove-shared-domain= Shared Domain to remove
service-access:
--broker= Name of Broker
--service= Name of Service
--all-access-plan= Plan to give access to all orgs
--limited-access-plan= Plan to give limited access to, must also provide org list
--org= Orgs to add to limited plan
--remove-org= Orgs to remove from limited plan
--no-access-plan= Plan to give access to all orgs
--broker= Name of Broker
--service= Name of Service
--all-access-plan= Plan to give access to all orgs
--limited-access-plan= Plan to give limited access to, must also provide org list
--org= Orgs to add to limited plan
--remove-org= Orgs to remove from limited plan
--no-access-plan= Plan to ensure no access for any org
```

0 comments on commit 9fe91c6

Please sign in to comment.