summaryrefslogtreecommitdiffstats
path: root/ipalib/cli.py
Commit message (Expand)AuthorAgeFilesLines
* plugable: support plugin versioningJan Cholasta2016-06-281-0/+4
* plugable: use plugin class as the key in API namespacesJan Cholasta2016-06-281-3/+3
* plugable: initialize plugins on demandJan Cholasta2016-06-151-1/+1
* Fix: Local variable s_indent might be referenced before definedMartin Basti2016-06-131-0/+1
* parameters: introduce cli_metavar keyword argumentJan Cholasta2016-06-031-3/+1
* help, makeapi: do not use hardcoded plugin package nameJan Cholasta2016-06-031-13/+21
* help, makeapi: specify module topic by nameJan Cholasta2016-06-031-4/+5
* help, makeapi: allow setting command topic explicitlyJan Cholasta2016-06-031-36/+26
* cli: make optional positional command arguments actually optionalJan Cholasta2016-06-031-2/+2
* frontend: do not forward argument defaults to serverJan Cholasta2016-05-251-0/+2
* ipalib.cli: Improve reporting of binary values in the CLIPetr Viktorin2016-05-101-2/+3
* pylint: remove bare exceptMartin Basti2016-03-221-2/+2
* cli: Don't encode/decode for stdin/stdout on Python 3Petr Viktorin2016-02-171-17/+24
* Avoid builtins that were removed in Python 3Petr Viktorin2016-01-201-1/+1
* Don't index exceptions directlyPetr Viktorin2016-01-201-2/+2
* ipapython: remove default_encoding_utf8Jan Cholasta2016-01-151-10/+3
* Enable pylint empty-docstring checkMartin Basti2015-12-231-2/+0
* Remove unused importsMartin Basti2015-12-231-3/+2
* Package ipapython, ipalib, ipaplatform, ipatests for Python 3Petr Viktorin2015-12-171-0/+1
* Replace StandardError with ExceptionRobert Kuska2015-09-301-1/+1
* Use bytes instead of str where appropriateJan Cholasta2015-09-171-2/+2
* Alias "unicode" to "str" under Python 3Jan Cholasta2015-09-171-0/+3
* Use the print functionPetr Viktorin2015-09-011-15/+16
* Replace uses of map()Petr Viktorin2015-09-011-1/+1
* Use six.moves.input instead of raw_inputPetr Viktorin2015-09-011-1/+2
* Use Python3-compatible dict method namesPetr Viktorin2015-09-011-4/+3
* Use six.string_types instead of "basestring"Petr Viktorin2015-09-011-2/+5
* Use absolute importsPetr Viktorin2015-08-121-9/+9
* Modernize 'except' clausesPetr Viktorin2015-08-121-4/+4
* ipalib: pass api instance into textui in doctest snippetsMilan KubĂ­k2015-07-101-12/+13
* add option to skip client API version checkMartin Babinsky2015-07-081-1/+0
* plugable: Pass API to plugins on initialization rather than using set_apiJan Cholasta2015-07-011-1/+1
* plugable: Load plugins only from modules imported by APIJan Cholasta2015-07-011-2/+1
* Do not print traceback when pipe is brokenGabe2015-06-021-1/+4
* Allow ipa help command to run when ipa-client-install is not configuredGabe2015-06-021-1/+1
* cli: differentiate Flag a Bool when autofill is setPetr Vobornik2015-05-121-2/+2
* CLI conversion of DNSName typeMartin Basti2014-06-031-0/+3
* ipalib.cli: Add filename argument to ipa consolePetr Viktorin2014-05-221-6/+25
* ipalib: Add DateTime parameterTomas Babej2014-05-051-1/+5
* Allow primary keys to use different type than unicode.Jan Cholasta2014-04-181-1/+2
* cli: Add mechanism for deprecated option name aliasesPetr Viktorin2014-03-211-14/+28
* cli: Show list of values in --help for all EnumsPetr Viktorin2014-03-211-4/+4
* cli: Clean up importsPetr Viktorin2014-03-211-6/+3
* cli.print_attribute: Convert values to stringsPetr Viktorin2014-01-031-1/+1
* Changed CLI to allow to use FILE as optional paramMartin Basti2013-12-021-5/+7
* Help plugin: don't fail if a topic's module is not foundPetr Viktorin2013-10-301-3/+8
* Add prompt_param method to avoid code duplicationTomas Babej2013-06-051-13/+12
* Remove redundant check for env.interactiveTomas Babej2013-06-051-1/+0
* Display full command documentation in online helpPetr Viktorin2013-04-031-1/+17
* Fix internal error for ipa show-mappingsAna Krivokapic2013-03-181-1/+1