summaryrefslogtreecommitdiff
path: root/lib/ansible/cli/config.py
Commit message (Expand)AuthorAgeFilesLines
* fixes to config manager (#58530)Brian Coca2019-07-171-2/+6
* ansible-config doesn't edit configs (#56355)Steve Bonds2019-05-131-1/+1
* Migrate command line parsing to argparse (#50610)Matt Martz2019-04-231-26/+32
* Cleanups and fixes to cliToshio Kuratomi2019-01-031-2/+2
* Split up the base_parser functionToshio Kuratomi2019-01-031-5/+7
* Save the command line arguments into a global contextToshio Kuratomi2019-01-031-10/+16
* VALID_ACTIONS for cli subcommands will now be a frozenset (#50058)Toshio Kuratomi2018-12-191-2/+2
* Update bare exceptions to specify Exception.Toshio Kuratomi2018-12-161-1/+1
* Misc typo fixes (#49816)Abhijeet Kasurde2018-12-141-1/+1
* Add a Singleton metaclass, use it with Display (#48935)Matt Martz2018-11-201-6/+2
* Remove unused imports from /bin and lib/ansible/cli (#43440)joren4852018-07-301-1/+1
* deal with no config for viewBrian Coca2018-02-141-12/+17
* ansible-config: add simple tests (#34900)Pilou2018-01-171-2/+2
* Make newer stuff PEP8 compliant (#26951)Dag Wieers2017-11-051-24/+9
* Miscellaneous pylint fixes.Matt Clay2017-09-131-0/+3
* fixes to config/setting retrievalBrian Coca2017-09-091-7/+3
* generate rst doc pages for command line tools (#27530)Adrian Likins2017-09-071-1/+2
* ansible-config view fixesBrian Coca2017-09-011-15/+15
* fix ansible-config viewBrian Coca2017-08-301-2/+2
* Ansible Config part2 (#27448)Brian Coca2017-08-151-5/+8
* 1st part of ansible config, adds ansible-config to view/manage configs (#12797)Brian Coca2017-06-141-0/+181