Epinio CLI command index
Every epinio command, grouped by what it acts on. Each entry links to its full
reference page (flags, arguments, and examples). For the root command and global
flags, see epinio.
First time here?
If you have not installed the CLI yet, start with Install the CLI, then run through the Quickstart.
Session​
| Command | What it does |
|---|---|
epinio login | Authenticate against an Epinio server and save credentials |
epinio logout | Remove saved credentials for the current server |
epinio target | Set the namespace that subsequent commands act on |
epinio info | Show server and component version information |
epinio settings | Manage local CLI settings |
Applications​
| Command | What it does |
|---|---|
epinio push | Build, stage, and deploy an application from sources |
epinio app | Top-level command for application management |
epinio app list | List applications in the targeted namespace |
epinio app show | Show details for an application |
epinio app logs | Stream or print application logs |
epinio app exec | Open a shell inside a running application |
epinio app port-forward | Forward a local port to an application |
epinio app env | Manage application environment variables |
epinio app chart | Inspect and select application charts |
Configurations​
| Command | What it does |
|---|---|
epinio configuration | Top-level command for configuration management |
epinio configuration create | Create a configuration |
epinio configuration bind | Bind a configuration to an application |
epinio configuration list | List configurations |
Services​
| Command | What it does |
|---|---|
epinio service | Top-level command for service management |
epinio service catalog | Browse the service catalog |
epinio service create | Provision a service from the catalog |
epinio service bind | Bind a service to an application |
Namespaces​
| Command | What it does |
|---|---|
epinio namespace | Top-level command for namespace management |
epinio namespace create | Create a namespace |
epinio namespace list | List namespaces |
Git configurations​
| Command | What it does |
|---|---|
epinio gitconfig | Top-level command for git configuration management |
epinio gitconfig create | Register a git configuration for private sources |
Operator and automation​
| Command | What it does |
|---|---|
epinio server | Run the Epinio API server |
epinio client-sync | Sync the CLI binary to match the server version |
epinio export-registries | Manage registries used for application export |
epinio completion | Generate shell completion scripts |
epinio version | Print the CLI version |