-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
help: update readme and provide command documentation (#18)
* help: update readme and provide command documentation * fix newlines * edit and expand Co-authored-by: alexfornuto <alex@fornuto.com>
- Loading branch information
1 parent
f5499bd
commit af3abcf
Showing
3 changed files
with
36 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,30 @@ | ||
# Pomerium Command Line Client | ||
|
||
Pomerium is capable of creating secure connections to services like SSH, Redis, and more by creating a TCP tunnel to the service with a local client. | ||
The Pomerium Command Line Client (CLI) is a client-side helper application for [Pomerium](https://pomerium.com). It's used to generate encrypted and authenticated connections for services that are not accessed through a web browser. | ||
|
||
See https://pomerium.com/docs/tcp/client.html for details. | ||
## Installation | ||
|
||
Installation instructions are available in the [Pomerium Docs](https://www.pomerium.com/docs/releases.html#pomerium-cli). | ||
|
||
## Usage | ||
|
||
The two CLI operations are: | ||
|
||
1. Establishing [TCP tunnels](https://www.pomerium.com/docs/tcp/client.html) through Pomerium. | ||
2. Generating `kubectl` credentials for [Kubernetes](https://www.pomerium.com/docs/k8s/). | ||
|
||
```text | ||
Usage: | ||
pomerium-cli [command] | ||
Available Commands: | ||
completion generate the autocompletion script for the specified shell | ||
help Help about any command | ||
k8s commands for the kubernetes credential plugin | ||
tcp creates a TCP tunnel through Pomerium | ||
version version | ||
Flags: | ||
-h, --help help for pomerium-cli | ||
-v, --version version for pomerium-cli | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters