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

Interactive Mode for License Generator #22

Closed
JeffAlyanak opened this issue May 29, 2019 · 1 comment
Closed

Interactive Mode for License Generator #22

JeffAlyanak opened this issue May 29, 2019 · 1 comment

Comments

@JeffAlyanak
Copy link
Collaborator

In pursuit of a more streamlined user experience, I think it's worthwhile to give the license generator an interactive mode of operation.

Similar to how openssl operates when generating a key, it can ask for for the requisite details and offer reasonable defaults where applicable (business name for org licenses).

Something along the lines of:

$  What would you like to generate, a [u]ser license or an [o]rg license?
$  Enter your selection, default is [u]ser license: 

$ o

$ Please enter a business name for the org license, default is [BitBetter]: 

$ MyCompany

$ Please enter the Install-ID used to install the server:

I'm thinking that the parameters -i and --interactive would be used for this mode, with the existing operation being unchanged.

@JeffAlyanak
Copy link
Collaborator Author

Interactive mode complete and awaiting merging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant