Skip to content

Latest commit

 

History

History
61 lines (39 loc) · 1.38 KB

File metadata and controls

61 lines (39 loc) · 1.38 KB

Pier One CLI

Build Status Code Coverage PyPI Downloads Latest PyPI version License

Convenience command line tool for Pier One Docker registry.

$ sudo pip3 install --upgrade stups-pierone

Usage

$ pierone login
$ pierone teams

See the STUPS documentation on pierone for details.

You can also run it locally from source:

$ python3 -m pierone

Running Unit Tests

$ python3 setup.py test --cov-html=true

Releasing

$ ./release.sh <NEW-VERSION>