b6791e6ae3
* 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
5 lines
428 B
YAML
5 lines
428 B
YAML
minor_changes:
|
|
- ansible-galaxy - Added the ``collection init`` command to create a skeleton collection directory.
|
|
- ansible-galaxy - Added the ``collection build`` command to build a collection tarball ready for uploading.
|
|
- ansible-galaxy - Added the ``collection publish`` command to publish a collection tarball to a Galaxy server.
|
|
- ansible-galaxy - Added the ``collection install`` command to install collections locally.
|