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

enonic distro ls #419

Open
ComLock opened this issue May 3, 2023 · 0 comments
Open

enonic distro ls #419

ComLock opened this issue May 3, 2023 · 0 comments
Labels
Feature To Be Discussed Should be discussed with a group

Comments

@ComLock
Copy link
Member

ComLock commented May 3, 2023

There is currently no way of getting the list of distros without going into "interactive mode".
For example enonic sandbox create -v ????

I would like to be able to find the value for any parameter without ever using interactive.
As such enonic sandbox create -h shows it has a -v parameter.
I want a list of versions, so I can craft the create command without interactive...
enonic sandbox create -v 7.12.2 MySandboxName

I want a command to list the distros, maybe with some parameters to determine how many distros to show.

Here are a bunch of ideas:
-l latest
-a all
-p patch releases
-f feature releases
-m major releases
-n nightlies
-r release candidates
-b betas
-s snapshots (hmm "s" could also mean stable)

Maybe two different sort:

  • [-v] version (default)
  • -d date

Maybe some of those ideas are useful :)

@ComLock ComLock added the Feature label May 3, 2023
@alansemenov alansemenov added the To Be Discussed Should be discussed with a group label May 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature To Be Discussed Should be discussed with a group
Projects
None yet
Development

No branches or pull requests

2 participants