ansible / mazer

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

Cleanup `install` help message and 'repo_name' nomenclature #252

Closed chouseknecht closed 5 years ago

chouseknecht commented 5 years ago

The current help message for install is as follows:

mazer install [options] [-r FILE | repo_name(s)[,version] | scm+repo_url[,version] | tar_file(s)]

The term repo_name isn't valid. Change to collection_name(s), and somewhere further in the details (or Galaxy doc site) indicate that collection_name equates to <namespace>.<name>.

For now, please disable scm+repo_url[,version]. @thaumos has made it clear, as recently as today, that we do not want to encourage this behavior. Note that it should be disabled, as it is possible that this decision could be reversed in the future.

Please make sure that we have the -r File option documented with an example of the expected file format.