summaryrefslogtreecommitdiff
path: root/lib/ansible/cli/console.py
Commit message (Expand)AuthorAgeFilesLines
* Fix docstrings RST markup in `ansible-console` CLI module (#80719)Sviatoslav Sydorenko2023-05-041-16/+20
* Use ansible.module_utils.common.text.converters (#80704)Matt Clay2023-05-031-1/+1
* ansible-console - Fix arg name to match base class. (#78502)Matt Clay2022-08-111-4/+4
* ansible-console fixes (#78064)Brian Coca2022-06-211-62/+151
* Type hint fixes.Matt Clay2022-03-041-1/+1
* Fix ansible console to respect ANSIBLE_STDOUT_CALLBACK (#77182)Pierre Blanc2022-03-041-1/+7
* Modernize install (#76021)Matt Martz2021-10-191-3/+16
* Fixes for ansible-console usability (#73665)ylmrx2021-03-011-17/+37
* Fix missing ansible.builtin FQCNs in hardcoded action names (#71824)Felix Fontein2020-11-031-1/+1
* rethink wording (#70028)Brian Coca2020-10-301-1/+1
* added timeout options to adhoc and console (#71230)Brian Coca2020-10-301-3/+25
* Version source tagging (automatic and manual) for version_added and deprecati...Felix Fontein2020-05-281-1/+1
* fix utils.color.stringc: enclosure non printable sequences in SOH,STX (#64751)Gregory Schevchenko2019-11-211-1/+1
* Migrate command line parsing to argparse (#50610)Matt Martz2019-04-231-12/+9
* Become plugins (#50991)Matt Martz2019-02-111-1/+0
* Move the arguments module into cli/ and context_objects into utilsToshio Kuratomi2019-01-031-1/+1
* Split up the base_parser functionToshio Kuratomi2019-01-031-10/+9
* Save the command line arguments into a global contextToshio Kuratomi2019-01-031-59/+79
* Add a Singleton metaclass, use it with Display (#48935)Matt Martz2018-11-201-5/+2
* Allow to specifically customize console's colorBrian Coca2018-07-241-3/+5
* Fix ansible-console always asking for vault passwordsAdrian Likins2018-02-151-9/+0
* Temporary (#31677)Brian Coca2018-01-151-3/+3
* dont warn on not matching 'all' (#32806)Brian Coca2017-12-151-10/+1
* Playbook dir option (#32275)Brian Coca2017-10-311-0/+1
* Fix -M/--module-path option for ansible-doc and ansible-console (#31744)Ilya Margolin2017-10-161-3/+4
* Ansible Config part2 (#27448)Brian Coca2017-08-151-1/+1
* Vault secrets default vault ids list (#28190)Adrian Likins2017-08-151-1/+4
* Support multiple vault passwords (#22756)Adrian Likins2017-07-281-0/+6
* Consolidate boolean/mk_boolean conversion functions into a single locationToshio Kuratomi2017-07-171-3/+4
* Collated PEP8 fixes (#25293)Dag Wieers2017-06-021-11/+11
* Transition inventory into plugins (#23001)Brian Coca2017-05-231-22/+1
* .--. . .--. ---.. / .. ... / .- -. -. --- -.-- .. -. --.Brian Coca2017-03-241-4/+2
* added docs to CLI docstringsaddedBrian Coca2017-03-241-0/+5
* draft to generate man pagesBrian Coca2017-03-241-1/+3
* Enable documentation in pluginsBrian Coca2017-03-231-3/+3
* PEP 8 indent cleanup. (#20800)Matt Clay2017-01-291-9/+9
* Fix exc on ansible-console --ask-vault-pass with empty passwordAdrian Likins2017-01-201-1/+1
* Fix error on 'help module' in ansible-console (#19390)Adrian Likins2016-12-201-3/+3
* Fix call of wrong super classThilo Uttendorfer2016-10-171-1/+1
* Refactor parsing of CLI args so that we can modify them in the base classToshio Kuratomi2016-10-061-3/+2
* Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-061-15/+10
* added check and diff mode control to consoleBrian Coca2016-07-251-0/+16
* correctly set become value in consoleBrian Coca2016-07-071-1/+1
* fixed confusing reporting when no hosts are matchedBrian Coca2016-05-311-3/+9
* fixes to vault/copyBrian Coca2016-04-141-0/+2
* Properly use check_raw when using parse_kv in cli/ codeJames Cammarata2016-03-211-2/+2
* Also changing ansible-shell -> ansible-console in cli code commentsJames Cammarata2016-03-091-2/+2
* draft 1st release of ansible-consoleBrian Coca2016-03-071-0/+444