ansible/lib/ansible/cli
Abhijit Menon-Sen 090cfc9e03 More helpful prompts from ansible-vault encrypt/decrypt
Now we issue a "Reading … from stdin" prompt if our input isatty(), as
gpg does. We also suppress the "x successful" confirmation message at
the end if we're part of a pipeline.

(The latter requires that we not close sys.stdout in VaultEditor, and
for symmetry we do the same for sys.stdin, though it doesn't matter in
that case.)
2015-08-27 22:04:18 +05:30
..
__init__.py Implement cat-like filtering behaviour for encrypt/decrypt 2015-08-27 22:04:18 +05:30
adhoc.py pushed module_loader to task_queue_manager so all cli's can benefit from it 2015-08-25 18:14:03 -04:00
doc.py pushed module_loader to task_queue_manager so all cli's can benefit from it 2015-08-25 18:14:03 -04:00
galaxy.py now output works for both search and info 2015-08-22 02:42:21 -04:00
playbook.py pushed module_loader to task_queue_manager so all cli's can benefit from it 2015-08-25 18:14:03 -04:00
pull.py pushed module_loader to task_queue_manager so all cli's can benefit from it 2015-08-25 18:14:03 -04:00
vault.py More helpful prompts from ansible-vault encrypt/decrypt 2015-08-27 22:04:18 +05:30