cf help r prints the help for cf routes since r is an alias for the routes command.
If a CLI plugin contributes a command with an alias xxx, cf help xxx fails with:
'xxx' is not a registered command. See 'cf help'
We are developing a plugin with a number of commands which have fairly long, descriptive names (e.g., service-registry-list) and short aliases (e.g., srl) and it would save some typing and improve usability for users who are familiar with an alias if they were able to get help via the alias (e.g., cf help srl).
cf help rprints the help forcf routessinceris an alias for theroutescommand.If a CLI plugin contributes a command with an alias
xxx,cf help xxxfails with:We are developing a plugin with a number of commands which have fairly long, descriptive names (e.g.,
service-registry-list) and short aliases (e.g.,srl) and it would save some typing and improve usability for users who are familiar with an alias if they were able to get help via the alias (e.g.,cf help srl).