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

Feature Request: Add option to import/export pkgmanagers #271

Closed
kbdharun opened this issue Aug 19, 2023 · 0 comments
Closed

Feature Request: Add option to import/export pkgmanagers #271

kbdharun opened this issue Aug 19, 2023 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@kbdharun
Copy link
Member

This could be similar to import/export subcommands in Stacks.

kbdharun@vanillaos:~$ apx pkgmanagers
Work with the package managers that are available in apx.

Usage:
  apx pkgmanagers [command]

Available Commands:
  list        List all available package managers.
  new         Create a new package manager.
  rm          Remove the specified package manager.
  show        Show information about the specified package manager.

Flags:
  -h, --help   help for pkgmanagers

Use "apx pkgmanagers [command] --help" for more information about a command.
kbdharun@vanillaos:~$ apx stacks
Work with the stacks that are available in apx.

Usage:
  apx stacks [command]

Available Commands:
  export      Export the specified stack.
  import      Import the specified stack.
  list        List all available stacks.
  new         Create a new stack.
  rm          Remove the specified stack.
  show        Show information about the specified stack.
  update      Update the specified stack.

Flags:
  -h, --help   help for stacks

Use "apx stacks [command] --help" for more information about a command.
@kbdharun kbdharun added the enhancement New feature or request label Aug 19, 2023
@mirkobrombin mirkobrombin added this to the 2-beta milestone Sep 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

No branches or pull requests

2 participants