Deploying from the CLI
Deploying from the CLI
Porter lets you create and update applications using the CLI. By default, the CLI builds your application, pushes it to a Docker registry, and re-deploys your application on Porter. Note that these commands are used internally when you deploy from Github or use your own CI tools.
Prerequisites
- A Kubernetes cluster and container registry linked to Porter (linked by default if you following the Getting Started guide)
- The Porter CLI installed (view installation instructions).
This section contains the following guides:
- Creating an Application from the CLI
- Updating an Application from the CLI
- Common Configuration Options
For a full overview of the CLI, see the CLI section of the docs.