Skip to main content
Version: Next 🚧

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​

CommandWhat it does
epinio loginAuthenticate against an Epinio server and save credentials
epinio logoutRemove saved credentials for the current server
epinio targetSet the namespace that subsequent commands act on
epinio infoShow server and component version information
epinio settingsManage local CLI settings

Applications​

CommandWhat it does
epinio pushBuild, stage, and deploy an application from sources
epinio appTop-level command for application management
epinio app listList applications in the targeted namespace
epinio app showShow details for an application
epinio app logsStream or print application logs
epinio app execOpen a shell inside a running application
epinio app port-forwardForward a local port to an application
epinio app envManage application environment variables
epinio app chartInspect and select application charts

Configurations​

CommandWhat it does
epinio configurationTop-level command for configuration management
epinio configuration createCreate a configuration
epinio configuration bindBind a configuration to an application
epinio configuration listList configurations

Services​

CommandWhat it does
epinio serviceTop-level command for service management
epinio service catalogBrowse the service catalog
epinio service createProvision a service from the catalog
epinio service bindBind a service to an application

Namespaces​

CommandWhat it does
epinio namespaceTop-level command for namespace management
epinio namespace createCreate a namespace
epinio namespace listList namespaces

Git configurations​

CommandWhat it does
epinio gitconfigTop-level command for git configuration management
epinio gitconfig createRegister a git configuration for private sources

Operator and automation​

CommandWhat it does
epinio serverRun the Epinio API server
epinio client-syncSync the CLI binary to match the server version
epinio export-registriesManage registries used for application export
epinio completionGenerate shell completion scripts
epinio versionPrint the CLI version