linode/linode-cli

[Bug]: calling help on alias does not show anything

Closed this issue · 5 comments

CLI Version

linode-cli 5.29.0 Built off spec version 4.143.1

Command

linode-cli linodes ls --help

Output

No response

Expected Behavior

linode-cli linodes ls --help
linode-cli linodes list
Linodes List
API Documentation: https://www.linode.com/docs/api/linode-instances/#linodes-list

You may filter results with:
--label
--region
--image
--group
--tags
--id
--ipv4

Actual Behavior

Shows nothing

Steps to Reproduce

linode-cli linodes ls --help

Thanks for the bug report! We'll take a look at this soon and get a PR up.

@rouzier I've put up a pull request to resolve this issue and it should go out with our next scheduled release 🙂

I tried this on the latest release.

linode-cli -v
linode-cli 5.31.0
Built off spec version 4.144.1

Still the command below produces no output.
I am running this on Macos
linode-cli linodes ls --help

Sorry about that, we did resolve the issue in the related PR but weren't able to merge it into the release quite yet due to some large internal refactors it relies on.

Thank You for getting back to me