https://github.com/pomerium/cli
Pomerium CLI
https://github.com/pomerium/cli
pomerium
Last synced: 3 months ago
JSON representation
Pomerium CLI
- Host: GitHub
- URL: https://github.com/pomerium/cli
- Owner: pomerium
- License: apache-2.0
- Created: 2021-11-11T21:02:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-07-10T17:34:28.000Z (3 months ago)
- Last Synced: 2025-07-10T23:46:13.834Z (3 months ago)
- Topics: pomerium
- Language: Go
- Size: 1.33 MB
- Stars: 10
- Watchers: 7
- Forks: 9
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: changelog/v0.29.0.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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 versionFlags:
-h, --help help for pomerium-cli
-v, --version version for pomerium-cli
```