Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
amalfra committed Aug 31, 2019
1 parent f15353f commit 9ff38c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ e.g.: Get tags of repository "ucp" in organization named "docker"
docker-hub tags --orgname docker --reponame ucp
```

If you want to display all pages result then use option `--all-pages` or `-a`
```sh
docker-hub tags --orgname docker --reponame ucp --all-pages
```

##### 4. Querying a user profile
To query a user profile use `users` argument. The username to query can be passed as `--username` or `-u` parameter.

Expand Down

0 comments on commit 9ff38c2

Please sign in to comment.