Overview

With Porter you can package your application artifact, client tools, configuration and deployment logic together as a versioned bundle that you can distribute, and then install with a single command.

Most commands require a Docker daemon, either local or remote.

Try our QuickStart https://porter.sh/quickstart to learn how to use Porter.

porter [flags]

Examples

  porter create
  porter build
  porter install
  porter uninstall

Options

      --experimental strings   Comma separated list of experimental features to enable. See https://porter.sh/configuration/#experimental-feature-flags for available feature flags.
  -h, --help                   help for porter
      --verbosity string       Threshold for printing messages to the console. Available values are: debug, info, warning, error. (default "info")
  -v, --version                Print the application version

SEE ALSO