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
Jordan Borean b6791e6ae3
ansible-galaxy: add collection sub command (#57106)
* ansible-galaxy: add collection init sub command

* Fix changelog and other sanity issues

* Slim down skeleton structure, fix encoding issue on template

* Fix doc generation code to include sub commands

* Added build step

* Tidy up the build action

* Fixed up doc changes and slight testing tweaks

* Re-organise tests to use pytest

* Added publish step and fixed up issues after working with Galaxy

* Unit test improvments

* Fix unit test on 3.5

* Add remaining build tests

* Test fixes, make the integration tests clearer to debug on failures

* Removed unicode name tests until I've got further clarification

* Added publish unit tests

* Change expected length value

* Added collection install steps, tests forthcoming

* Added unit tests for collection install entrypoint

* Added some more tests for collection install

* follow proper encoding rules and added more tests

* Add remaining tests

* tidied up tests and code based on review

* exclude pre-release versions from galaxy API
7 years ago
..
arguments Fix and refix help text for CLI (#55831) 7 years ago
__init__.py fix collection adjacent loading with --playbook-dir (#56194) 7 years ago
adhoc.py Make ansible adhoc work with include_role (#56163) 7 years ago
config.py ansible-config doesn't edit configs (#56355) 7 years ago
console.py Migrate command line parsing to argparse (#50610) 7 years ago
doc.py Add JSON output option to ansible-doc (#58209) 7 years ago
galaxy.py ansible-galaxy: add collection sub command (#57106) 7 years ago
inventory.py show host_vars/ also in --graph (#56307) 7 years ago
playbook.py Migrate command line parsing to argparse (#50610) 7 years ago
pull.py Migrate command line parsing to argparse (#50610) 7 years ago
vault.py ansible-vault: convert vault_password_files to list to prevent traceback (#57186) 7 years ago