Skip to content

Commit

Permalink
Merge pull request #506 from Nitrokey/piv-rebase
Browse files Browse the repository at this point in the history
Add PIV commands
  • Loading branch information
sosthene-nitrokey authored Sep 19, 2024
2 parents fb0b715 + a867028 commit faa3f50
Show file tree
Hide file tree
Showing 5 changed files with 1,233 additions and 0 deletions.
1 change: 1 addition & 0 deletions pynitrokey/cli/nk3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,4 +298,5 @@ def wink(ctx: Context) -> None:

# This import has to be added here to avoid circular dependency
# Import "secrets" subcommand from the secrets module
from . import piv # noqa: F401,E402
from . import secrets # noqa: F401,E402
Loading

0 comments on commit faa3f50

Please sign in to comment.