You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/cli
Brian Coca 00ddc27d69
actually show plugin config warnings/deprecations (#82593)
previouslly we recorded but did not show to avoid spam
since we could not dedup from forks, that was already
fixed in another PR so now we can show/display them.

Also:
  * funcitonalize deprecation msg construct from docs
  * reuse formatting func in cli
  * normalize alternatives: most of the code used intended plural
    but some and most data/tests used the singular
  * update schemas and tests

Co-authored-by: Matt Davis <6775756+nitzmahone@users.noreply.github.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
5 months ago
..
arguments Require `from __future__ import annotations` (#81902) 1 year ago
scripts clean up ansible-connection (#82992) 7 months ago
__init__.py Remove Python 3.10 support for the controller (#83221) 5 months ago
adhoc.py Require `from __future__ import annotations` (#81902) 1 year ago
config.py config, integrate dynamic galaxy servers (#83129) 6 months ago
console.py Require `from __future__ import annotations` (#81902) 1 year ago
doc.py actually show plugin config warnings/deprecations (#82593) 5 months ago
galaxy.py config, integrate dynamic galaxy servers (#83129) 6 months ago
inventory.py Make inventory --list help text wording consistent (#83035) 7 months ago
playbook.py Require `from __future__ import annotations` (#81902) 1 year ago
pull.py fixes typo in cli/ansible-pull arguments (#82316) 1 year ago
vault.py Require `from __future__ import annotations` (#81902) 1 year ago