-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
feat(cli): allow export-roles
to be beautified
#1724
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1724 +/- ##
==========================================
+ Coverage 77.04% 77.06% +0.01%
==========================================
Files 56 56
Lines 8219 8226 +7
==========================================
+ Hits 6332 6339 +7
Misses 1887 1887
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
c43fe95
to
7ebbd83
Compare
7ebbd83
to
4b355a2
Compare
2a55835
to
ba7b5ef
Compare
Signed-off-by: Étienne Boisseau-Sierra <[email protected]>
Signed-off-by: Étienne Boisseau-Sierra <[email protected]>
ba7b5ef
to
79ccc4f
Compare
@dpgaspar : this is now ready for review! FYI, the missing bits were:
|
as `None` is already defined through `Optional` — cf. https://docs.python.org/3/library/typing.html#typing.Optional Signed-off-by: Étienne Boisseau-Sierra <[email protected]>
Description
Expose
json.dump(indent=*)
to thefab export-roles --indent=*
CLI command.ADDITIONAL INFORMATION