ansible / mazer

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

Clean up cli args and help. Rm -g, hide -t #98

Closed alikins closed 6 years ago

alikins commented 6 years ago

The '-g', '--keep-scm-meta' option isnt used at the moment, so remove it.

The '-t', '--content-type' doesn't do much at the moment, so hide it by default. Since there is logic that references it, keep the option attribute however.

Update some references of 'roles' to 'repos'

SUMMARY
ISSUE TYPE
GALAXY CLI VERSION
Ansible Galaxy CLI, version0.1.0
Linux, newswoop, 4.16.6-202.fc27.x86_64, #1 SMP Wed May 2 00:09:32 UTC 2018, x86_64
3.6.5 (default, Apr  4 2018, 15:01:18) 
[GCC 7.3.1 20180303 (Red Hat 7.3.1-5)]/home/adrian/venvs/galaxy-cli-py3/bin/python
Using /home/adrian/.ansible/mazer.yml as config file
ADDITIONAL INFORMATION
alikins commented 6 years ago

This should resolve https://github.com/ansible/mazer/issues/97