You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we add more CLI commands, it makes more sense to name the individual commands using reverse-Polish notation so related commands are more closely associated. As an example: create-cluster would become cluster-create.
This task is to update our existing commands to the new notation and update the README
Acceptance Criteria
Command names updated to new format
README updated to reflect new command names
The text was updated successfully, but these errors were encountered:
Description
As we add more CLI commands, it makes more sense to name the individual commands using reverse-Polish notation so related commands are more closely associated. As an example:
create-cluster
would becomecluster-create
.This task is to update our existing commands to the new notation and update the README
Acceptance Criteria
The text was updated successfully, but these errors were encountered: