ansible / mazer

Experimental Ansible Galaxy Content Manager
GNU General Public License v3.0
114 stars 18 forks source link

`init` command #115

Closed chouseknecht closed 5 years ago

chouseknecht commented 6 years ago

Based on the Galaxy CLI Developer workflow discussion here: https://docs.google.com/document/d/1nx65quXCyYORNel72rRCovyQo_qO5fhHlqrnKyYNlYU/edit?usp=sharing

mazer init will do the following:

Examples

Create new collection:

mazer init collection --namespace mynamespace --collection-name mynewrepo

Create new role in existing collection:

mazer init role --namespace mynamespace --collection-name myexistingrepo --role-name myrolename
chouseknecht commented 6 years ago

One thing the init collection command should include is a .gitignore file containing a line for the release directory that may be created by the build command. For more on the build command, see #116.

chouseknecht commented 5 years ago

init was removed. It will become part of Molecule.