We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
apppack <action> <resource>
There are commands that follow pattern
apppack <resource> <action>
like apppack auth accounts, apppack admins add
apppack auth accounts
apppack admins add
But then for apps/pipeline/redis/region this syntax is flipped to apppack <action> <resource> like apppack create app ...
apppack create app ...
This should be made consistent to apppack <action> <resource>. The existing commands should be aliased to be backward-compatible.
Consistency in CLI commands
⏱ Estimated Level of Effort (LOE): unestimated
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
There are commands that follow pattern
apppack <resource> <action>
like
apppack auth accounts
,apppack admins add
But then for apps/pipeline/redis/region this syntax is flipped to
apppack <action> <resource>
likeapppack create app ...
This should be made consistent to
apppack <action> <resource>
. The existing commands should be aliased to be backward-compatible.Reason for task
Consistency in CLI commands
⏱ Estimated Level of Effort (LOE): unestimated
Developer Checklist
The text was updated successfully, but these errors were encountered: