Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cf-mgmt-config global documentation #238

Closed
Petahhh opened this issue Aug 26, 2020 · 1 comment
Closed

Update cf-mgmt-config global documentation #238

Petahhh opened this issue Aug 26, 2020 · 1 comment
Assignees

Comments

@Petahhh
Copy link
Contributor

Petahhh commented Aug 26, 2020

Describe the solution you'd like

  • The cf-mgmt-config global README.md should match the output from running cf-mgmt-config global --help command.
  • The output from cf-mgmt-config global --help does not seem to be complete.
    • The --no-access-plan flag contains the same description as --all-access-plan=

Sample output:

>cf-mgmt-config global --help
error: Usage:
  cf-mgmt-config [OPTIONS] global [global-OPTIONS]

Help Options:
  -h, --help                                              Show this help message

[global command options]
          --config-dir=                                   Name of the config directory
                                                          (default: config) [$CONFIG_DIR]
          --enable-delete-isolation-segments=[true|false] Enable removing isolation
                                                          segments
          --enable-delete-shared-domains=[true|false]     Enable removing shared domains
          --enable-service-access=[true|false]            Enable managing service access
          --enable-unassign-security-groups=[true|false]  Enable unassigning security
                                                          groups
          --metadata-prefix=                              Prefix for org/space metadata
          --staging-security-group=                       Staging Security Group to add
          --remove-staging-security-group=                Staging Security Group to remove
          --running-security-group=                       Running Security Group to add
          --remove-running-security-group=                Running Security Group to remove
          --shared-domain=                                Shared Domain to add
          --router-group-shared-domain=                   Router Group Shared Domain to
                                                          add
          --router-group-shared-domain-group=             Router Group Shared Domain group
          --internal-shared-domain=                       Internal Shared Domain to add
          --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

@hsinn0
Copy link
Contributor

hsinn0 commented Oct 22, 2024

Merged the PR.

@hsinn0 hsinn0 closed this as completed Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants