Skip to main content
Version: 1.14.1

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 versionPrint the CLI version
epinio client-syncDownload a client binary matching the logged-in server

Settings​

CommandWhat it does
epinio settingsTop-level command for local CLI settings
epinio settings showShow the current settings
epinio settings colorsManage colored output
epinio settings update-caUpdate the API location and CA certificate

Deploying​

CommandWhat it does
epinio pushBuild, stage, and deploy an application from sources or a manifest
epinio app pushSame as epinio push
epinio app restageRebuild an existing application, then restart it unless suppressed
epinio app restartRestart the application without rebuilding
epinio app watchWatch a local directory and sync changes into the running app (experimental)

Applications​

CommandWhat it does
epinio appTop-level command for application management
epinio app listList applications in the targeted namespace
epinio app showDescribe an application: status, instances, routes, bindings, environment
epinio app createCreate the app record without deploying a workload
epinio app updateChange instances, environment, routes, bindings, or chart values
epinio app deleteDelete one or more applications
epinio app manifestSave the current state of an application as a manifest
epinio app exportExport an application to a directory or registry

Debugging​

CommandWhat it does
epinio app logsStream or print runtime and staging logs
epinio app execOpen a shell inside a running application instance
epinio app port-forwardForward one or more local ports to an application pod
epinio service port-forwardForward one or more local ports to a service

Environment variables​

CommandWhat it does
epinio app envTop-level command for application environment variables
epinio app env listList an application's environment
epinio app env showDescribe a single environment variable
epinio app env setAdd or change an environment variable
epinio app env unsetRemove an environment variable

Application charts​

CommandWhat it does
epinio app chartTop-level command for application chart management
epinio app chart listList application charts
epinio app chart showDescribe an application chart
epinio app chart defaultSet or show the default application chart
epinio app chart createCreate an application chart
epinio app chart updateUpdate an application chart
epinio app chart deleteDelete an application chart

Builder images​

CommandWhat it does
epinio buildimageTop-level command for builder image management
epinio buildimage listList builder images
epinio buildimage showDescribe a builder image
epinio buildimage createCreate a builder image
epinio buildimage updateUpdate a builder image
epinio buildimage deleteDelete a builder image

Configurations​

CommandWhat it does
epinio configurationTop-level command for configuration management
epinio configuration listList configurations
epinio configuration showDescribe a configuration
epinio configuration createCreate a configuration
epinio configuration updateAdd, change, or remove keys on an existing configuration
epinio configuration deleteDelete one or more configurations
epinio configuration bindBind a configuration to an application
epinio configuration unbindUnbind a configuration from an application

Services​

CommandWhat it does
epinio serviceTop-level command for service management
epinio service listList services in the targeted namespace
epinio service showDescribe a service
epinio service createProvision a service from a catalog service
epinio service updateChange the settings of a provisioned service
epinio service deleteDelete one or more services
epinio service bindBind a service to an application
epinio service unbindUnbind a service from an application

Service catalog​

CommandWhat it does
epinio service catalogList catalog services, or describe one
epinio service catalog createCreate a catalog service
epinio service catalog updateUpdate a catalog service
epinio service catalog deleteDelete a catalog service

Namespaces​

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

Git configurations​

CommandWhat it does
epinio gitconfigTop-level command for git configuration management
epinio gitconfig listList git configurations
epinio gitconfig showDescribe a git configuration
epinio gitconfig createRegister credentials for a private git repository
epinio gitconfig deleteDelete one or more git configurations

Operator and automation​

CommandWhat it does
epinio serverRun the Epinio API server
epinio export-registriesList registries used for application export
epinio completionGenerate shell completion scripts

Driving the CLI with an AI agent​

ResourceWhat it does
Agent skillDownloadable skill that teaches an AI assistant to manage Epinio through these commands, for environments without the MCP server