Releases: amalfra/docker-hub
Releases · amalfra/docker-hub
Fix docker login bug when docker client not installed
Fix docker login bug when docker client not installed
Fix python 3 issues and add support for shorthand commands
This release fixes a bug which prevents docker-hub from working in python 3. It also fixes user command bug where it was always displaying no results found.
Support for shorthand commands has also been added in this release. Following is the list of supported parameters:
- -h, --help show this help message and exit
- -u USERNAME, --username USERNAME The Docker Hub username
- -o ORGNAME, --orgname ORGNAME Your orgname
- -r REPONAME, --reponame REPONAME The name of repository
- -p [PAGE], --page [PAGE] The page of result to fetch
- -f {table,json}, --format {table,json} You can dispaly results in table, json formats
Now query list of auto builds in your repos
This release adds two new commands:
- builds - To query auto-builds of a repository
- queue - To query the auto-build repositories with pending builds only
Also includes few small bug fixes
0.0.4
0.0.3
0.0.2
Initial Release
First Release!
Supports:
- Querying repos for organization