ansible / tower-cli

THIS TOOL IS NO LONGER UNDER ACTIVE DEVELOPMENT. This tool is being phased out in favor of the new official AWX CLI
https://github.com/ansible/awx/tree/devel/awxkit/awxkit/cli/docs
Apache License 2.0
361 stars 150 forks source link

Document examples of copying, and include the --format=id feature #329

Open AlanCoding opened 7 years ago

AlanCoding commented 7 years ago

We could use more elaboration and examples around the copy functionality.

Also, I think the new --format=id will be very helpful for that. Example

tower-cli inventory copy $(tower-cli inventory get --name="Alan AWS" --format=id)

A page inside of the docs for copying, in general, would be nice.

ansiblejunky commented 6 years ago

I totally agree. Would be great to get more documentation on this. Additionally, and as a result of perhaps lack of documentation, I noticed the copy command ignores the override of the name (it still just adds the timestamp). I will log an issue for this.