Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Group mgradm commands #274

Closed
cbosdo opened this issue Apr 25, 2024 · 2 comments · Fixed by #295
Closed

Group mgradm commands #274

cbosdo opened this issue Apr 25, 2024 · 2 comments · Fixed by #295
Assignees
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

@mbussolotto mbussolotto self-assigned this May 6, 2024
@mbussolotto mbussolotto linked a pull request May 6, 2024 that will close this issue
3 tasks
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants