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

Group mgradm commands #274

Open
cbosdo opened this issue Apr 25, 2024 · 2 comments
Open

Group mgradm commands #274

cbosdo opened this issue Apr 25, 2024 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@cbosdo
Copy link
Contributor

cbosdo commented Apr 25, 2024

Leverage the feature implemented in spf13/cobra#1003 to group the subcommands in mgradm as those start to be numerous.

@cbosdo cbosdo added enhancement New feature or request good first issue Good for newcomers labels Apr 25, 2024
@mbussolotto
Copy link
Member

mbussolotto commented Apr 30, 2024

I try to group the current subcommand. Let me know what you think about it:

  • Deploy:
    • install
    • migrate
    • uninstall
    • hub
  • System Management:
    • restart
    • start
    • status
    • stop
  • Tools:
    • distribution
    • gpg
    • inspect

@cbosdo
Copy link
Contributor Author

cbosdo commented Apr 30, 2024

How about this?

 * **Server deployment:**
   
   * install
   * migrate
   * uninstall
   * inspect

 * **Server management:**
   
   * restart
   * start
   * status
   * stop

 * **Administrator tools:**
   
   * distribution
   * gpg
   * hub

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants