summaryrefslogtreecommitdiffstats
path: root/ipalib/cli.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* cli: Do interactive prompting after a context is createdPetr Viktorin2013-02-261-3/+3
* Drop support for CSV in the CLI clientPetr Viktorin2013-02-221-1/+0
* Add the version option to all CommandsPetr Viktorin2013-02-211-2/+2
* Run interactive_prompt callbacks after CSV values are split.Jan Cholasta2013-02-191-8/+8
* In topic help text, mention how to get help for commandsPetr Viktorin2013-02-181-0/+3
* Parse command arguments before creating a contextPetr Viktorin2013-02-181-1/+1
* Mention `ipa COMMAND --help` as the preferred way to get command helpPetr Viktorin2013-02-181-1/+4
* Add command summary to `ipa COMMAND --help` outputPetr Viktorin2013-02-181-2/+2
* Simplify `ipa help topics` outputPetr Viktorin2013-02-181-10/+3
* Store the OptionParser in the API, use it to print unified help messagesPetr Viktorin2013-02-181-7/+4
* Print help to stderr on errorPetr Viktorin2013-02-181-30/+46
* Internationalization for public errorsPetr Viktorin2012-09-031-1/+1
* Rework the CallbackInterfacePetr Viktorin2012-06-141-2/+7
* Add CLI parsing testsPetr Viktorin2012-03-281-4/+20
* Fix the procedure for getting default values of command parameters.Jan Cholasta2012-03-281-4/+4
* Only split CSV in the client, quote instead of escapingPetr Viktorin2012-03-201-1/+2
* Ignore case in yes/no promptsMartin Kosek2012-03-071-1/+1
* Improve dnsrecord interactive helpMartin Kosek2012-03-011-1/+5
* Add common helper for interactive promptsPetr Viktorin2012-02-191-29/+30
* Base64-decode unicode values in Bytes parameters.Jan Cholasta2012-02-131-5/+1
* Add argument help to CLIMartin Kosek2012-02-061-9/+81
* Improve migration helpMartin Kosek2012-02-031-1/+1
* Improve CLI output for complex commandsMartin Kosek2012-01-121-4/+23
* Finalize plugin initialization on demand.Jan Cholasta2011-11-221-2/+2
* Fix problems in help systemRob Crittenden2011-10-201-0/+8
* Unroll StrEnum values when displaying helpAlexander Bokovoy2011-10-031-1/+4
* Require current password when using passwd to change your own password.Rob Crittenden2011-10-041-2/+4
* ticket 1706 - internationalize cli help frameworkJohn Dennis2011-08-241-7/+7
* ticket 1705 - internationalize help topicsJohn Dennis2011-08-241-5/+3
* Add option to only prompt once for passwords, use in entitle_registerRob Crittenden2011-08-241-4/+6
* Improve interactive mode for DNS pluginMartin Kosek2011-06-021-0/+44
* Assume ipa help for plugins.Jan Cholasta2011-05-131-0/+6
* Several improvements of the lint script.Jan Cholasta2011-05-051-0/+1
* Fix lint false positives.Jan Cholasta2011-04-131-2/+2
* Use pygettext to generate translatable strings from plugin files.Pavel Zuna2011-03-011-1/+1
* Translate docstrings.Pavel Zuna2011-03-011-3/+7
* Fixed type of argument in class helpJan Zeleny2011-02-141-1/+1
* Provide a way to display CLI-LDAP relationJan Zeleny2011-02-101-1/+26
* Fix crash in ipa help for NO_CLI plugins.Pavel Zuna2011-02-021-14/+2
* Add support for tracking and counting entitlementsRob Crittenden2011-02-021-2/+12
* Add brackets around optional parameters when prompting.Rob Crittenden2011-01-251-4/+8
* Fix assorted bugs found by pylintJakub Hrozek2011-01-251-11/+0
* Fix crash when displaying values composed of white-space chars only in CLI.Pavel Zuna2011-01-241-0/+2