1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
# cli-utils
[](https://opensource.org/licenses/Apache-2.0)
[](https://travis-ci.com/smallstep/cli-utils)
[](https://pkg.go.dev/mod/go.step.sm/cli-utils)
Cli-utils is a collection of packages used in [smallstep](https://smallstep.com) products. See:
* [step](https://github.com/smallstep/cli): A zero trust swiss army knife for
working with X509, OAuth, JWT, OATH OTP, etc.
* [step-ca](https://github.com/smallstep/certificates): A private certificate
authority (X.509 & SSH) & ACME server for secure automated certificate
management, so you can use TLS everywhere & SSO for SSH.
> ⚠️: Other projects should not use this package. The API can change at any time.
## Usage
To add this to a project just run:
```sh
go get go.step.sm/cli-utils
```
|