An open API service indexing awesome lists of open source software.

https://github.com/pomerium/cli

Pomerium CLI
https://github.com/pomerium/cli

pomerium

Last synced: 3 months ago
JSON representation

Pomerium CLI

Awesome Lists containing this project

README

          

# Pomerium Command Line 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.

## Installation

Installation instructions are available in the [Pomerium Docs](https://www.pomerium.com/docs/deploy/clients#install-pomerium-cli-and-desktop).

## 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
```