https://github.com/smallstep/cli-utils
Common code between step and step-ca
https://github.com/smallstep/cli-utils
Last synced: 7 months ago
JSON representation
Common code between step and step-ca
- Host: GitHub
- URL: https://github.com/smallstep/cli-utils
- Owner: smallstep
- License: apache-2.0
- Created: 2020-10-29T01:07:57.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-08-11T23:40:44.000Z (7 months ago)
- Last Synced: 2025-08-12T00:19:31.461Z (7 months ago)
- Language: Go
- Homepage:
- Size: 735 KB
- Stars: 11
- Watchers: 10
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# cli-utils
[](https://opensource.org/licenses/Apache-2.0)
[](https://travis-ci.com/smallstep/cli-utils)
[](https://pkg.go.dev/mod/github.com/smallstep/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 github.com/smallstep/cli-utils
```