cli: add version command (#1726)

Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
bobby 2020-12-29 20:04:32 -08:00 committed by GitHub
parent ea4e9fa3aa
commit e56e7e4b9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 32 additions and 11 deletions

View file

@ -124,7 +124,7 @@ brew install pomerium-cli
```shell
git clone git@github.com:pomerium/pomerium.git
cd pomerium
make
make build NAME=pomerium-cli
./bin/pomerium-cli --help
```