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

Migrate to click framework #47

Merged
merged 5 commits into from
Apr 23, 2020
Merged

Migrate to click framework #47

merged 5 commits into from
Apr 23, 2020

Conversation

cornelinux
Copy link
Member

The click framework is a new framework for command line
interfaces. We use a file for each command in
the commands/ directory to keep things easier to manage.

We add a new command section "certificate" - although it
is a tokentype, but this makes creating certificates, CSRs...
easier.

Closes #45
Closes #44

The click framework is a new framework for command line
interfaces. We use a file for each command in
the commands/ directory to keep things easier to manage.

We add a new command section "certificate" - although it
is a tokentype, but this makes creating certificates, CSRs...
easier.

Closes #45
Closes #44
@cornelinux cornelinux requested a review from laclaro April 14, 2020 11:29
@pep8speaks
Copy link

pep8speaks commented Apr 14, 2020

Hello @cornelinux! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻

Comment last updated at 2020-04-23 15:02:25 UTC

@cornelinux
Copy link
Member Author

@laclaro Take a look at the tool in general, which will help you to see the use cases.

@cornelinux cornelinux marked this pull request as draft April 14, 2020 12:06
@cornelinux cornelinux marked this pull request as ready for review April 17, 2020 14:27
@laclaro
Copy link
Collaborator

laclaro commented Apr 23, 2020

To be honest, I did not read through all the lines. The tool seems to work as expected. Further testing will point us to possible issues with this migration.

@laclaro laclaro closed this Apr 23, 2020
@laclaro laclaro reopened this Apr 23, 2020
@laclaro laclaro merged commit ad4dcf1 into master Apr 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

migrate to click Allow to send CSR to privacyIDEA
3 participants