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

help output doesn't mention Command.deprecateAliases #800

Closed
mdonnalley opened this issue Sep 29, 2023 · 1 comment
Closed

help output doesn't mention Command.deprecateAliases #800

mdonnalley opened this issue Sep 29, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@mdonnalley
Copy link
Contributor

Describe the bug

When running --help on a deprecated command alias I would expect the output to warn me about the deprecation.

To Reproduce
sf force:org:list --help

List all orgs you’ve created or authenticated to.

USAGE
  $ sf force org list [--json] [--verbose] [--all] [-p --clean] [--skip-connection-status]

FLAGS
  -p, --no-prompt           Don't prompt for confirmation.
  --all                     Include expired, deleted, and unknown-status scratch orgs.
  --clean                   Remove all local org authorizations for non-active scratch orgs. Use "org logout" to remove non-scratch
                            orgs.
  --skip-connection-status  Skip retrieving the connection status of non-scratch orgs.
  --verbose                 List more information about each org.

GLOBAL FLAGS
  --json  Format output as json.

ALIASES
  $ sf force org list

EXAMPLES
  List all orgs you've created or authenticated to:

    $ sf force org list

  List all orgs, including expired, deleted, and unknown-status orgs; don't include the connection status:

    $ sf force org list --skip-connection-status --all

  List orgs and remove local org authorization info about non-active scratch orgs:

    $ sf force org list --clean

@mdonnalley mdonnalley added the bug Something isn't working label Sep 29, 2023
@git2gus
Copy link

git2gus bot commented Sep 29, 2023

This issue has been linked to a new work item: W-14208399

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants