Skip to content
This repository has been archived by the owner on Apr 11, 2022. It is now read-only.

zalando-stups/pierone-cli

Repository files navigation

DEPRECATED: This tool is no longer being developed as an open source project.

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>