File: README.md

package info (click to toggle)
golang-github-smallstep-cli-utils 0.12.1%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 448 kB
  • sloc: makefile: 24
file content (23 lines) | stat: -rw-r--r-- 1,001 bytes parent folder | download | duplicates (2)
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

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Build Status](https://travis-ci.com/smallstep/cli-utils.svg?branch=main)](https://travis-ci.com/smallstep/cli-utils)
[![Documentation](https://godoc.org/github.com/smallstep/cli-utils?status.svg)](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
```