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

sandbox:realm:list help examples are incorrect #175

Closed
jlbruno opened this issue Sep 1, 2020 · 1 comment · Fixed by #234
Closed

sandbox:realm:list help examples are incorrect #175

jlbruno opened this issue Sep 1, 2020 · 1 comment · Fixed by #234
Assignees
Labels
bug Something isn't working doc
Milestone

Comments

@jlbruno
Copy link
Member

jlbruno commented Sep 1, 2020

Current examples when using the --help flag on sandbox:realm:list are:

    $ sfcc-ci sandbox:realm
    $ sfcc-ci sandbox:realm --json
    $ sfcc-ci sandbox:realm --realm zzzz
    $ sfcc-ci sandbox:realm --realm zzzz --json
    $ sfcc-ci sandbox:realm --realm zzzz --show-usage

They should be

    $ sfcc-ci sandbox:realm:list
    $ sfcc-ci sandbox:realm:list --json
    $ sfcc-ci sandbox:realm:list --realm zzzz
    $ sfcc-ci sandbox:realm:list --realm zzzz --json
    $ sfcc-ci sandbox:realm:list --realm zzzz --show-usage

PR in progress

@tobiaslohr
Copy link
Contributor

Provided a fix at #234, please review and approve.

@tobiaslohr tobiaslohr self-assigned this Jul 5, 2021
@tobiaslohr tobiaslohr added the bug Something isn't working label Jul 5, 2021
@tobiaslohr tobiaslohr added this to the 2.7.2 milestone Jul 5, 2021
@tobiaslohr tobiaslohr added the doc label Jul 5, 2021
tobiaslohr added a commit that referenced this issue Jul 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working doc
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants