1
0
mirror of https://github.com/ansible/tower-cli.git synced 2026-02-06 18:47:28 +01:00

13 Commits

Author SHA1 Message Date
AlanCoding
0916bec3b9 fix bug with resource discovery 2017-11-06 14:21:54 -05:00
AlanCoding
3387ca65fa remove use of sudo, gitignore, flake8 fixes
get rid of use of sudo in v1 branch
update .gitignore to recent changes
fix flake8 error
2017-10-24 14:28:57 -04:00
AlanCoding
b8b49c3165 remove use of whereami for listing packages 2017-10-24 14:01:17 -04:00
AlanCoding
644a1b6bfa switch v1 branch to use new entry_point 2017-10-23 14:43:50 -04:00
AlanCoding
3509f7b153 Get rid of VERSION file in v1 branch
In short, vendoring this VERSION file was not playing
nice with setuptools
* make CUR_API_VERSION importable in v1 branch as constant
* change setup and __init__.py code to adjust
2017-10-23 14:43:50 -04:00
Alan Rominger
2cff865174 Merge pull request #348 from AlanCoding/more_unicode
fix bug with format_human unicode
2017-09-05 11:16:35 -04:00
AlanCoding
c186e6f189 fix bug with format_human unicode 2017-09-02 15:46:07 -04:00
Edward Betts
5efe3ac544 correct spelling mistakes 2017-08-30 20:37:46 +01:00
AlanCoding
1de7e09465 All inv src loops do name replacement, workflow docs
This changes the inventory source resource to always replace the
name field with a querystring for "starts with" logic,
this enables the direct once-through use of such resources
by the workflow schema command, combined with other commands.

Additionallly, an example is added to demonstrate this type of
use, which also leverages the parallel work for workflow
schema overwriting.
2017-07-12 11:44:04 -04:00
AlanCoding
026b16e138 add new format option to just echo id 2017-07-09 07:33:20 -04:00
Aaron Tan
c1c130d0d9 Spread util code files 2017-07-06 17:22:54 -04:00
Aaron Tan
9723dfb647 Categorize help text options. 2017-07-06 15:25:03 -04:00
Aaron Tan
72cf8d4a9d Refactor to have cli directory. 2017-06-08 16:28:41 -04:00