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
Add 'ipa local-env' subcommand #247
Conversation
|
Maybe I am missing something, but we have |
|
|
|
So then it should be called |
ipa local-env simply dumps all values from api.env as sorted key="value" pairs. It's a convenient helper for debugging and to write tests for e.g. PR freeipa#182. https://fedorahosted.org/freeipa/ticket/6490 Signed-off-by: Christian Heimes <cheimes@redhat.com>
|
Good point! I changed the name to local-env. |
|
You have PEP8 error there |
|
The PEP8 error can't be fixed. The evil |
|
Fixed upstream |
|
Sorry, but this is wrong. |
|
@jcholast Please open a ticket. |
|
Reopened 6490. |
ipa local-env simply dumps all values from api.env as sorted key="value"
pairs. It's a convenient helper for debugging and to write tests for
e.g. PR #182.
https://fedorahosted.org/freeipa/ticket/6490
Signed-off-by: Christian Heimes cheimes@redhat.com