View on GitHub
CLI Manual
Amphitheatre command-line interface provides the following commands:
End-to-end pipelines:
- amp run - to build & deploy once
- amp dev - to trigger the watch loop build & deploy workflow with cleanup on exit
- amp debug - to run a pipeline in debug mode
Pipeline building blocks for CI/CD:
- amp deploy - to deploy the given image(s)
- amp clean - to cleanup the deployed artifacts
- amp render - build and tag images, and output templated Kubernetes manifests
Getting started with a new project:
- amp init - to bootstrap Amphitheatre config
Other Commands:
- amp help - print help
- amp version - get Amphitheatre version
- amp completion - setup tab completion for the CLI
- amp config - interact with the global config file
- amp context - configure access to multiple clusters
- amp diagnose - diagnostics of Amphitheatre works in your project
Global flags
-v, --verbose...
More output per occurrence-q, --quiet...
Less output per occurrence-h, --help
Print help information
Global environment variables
AMP_UPDATE_CHECK
Enables checking for latest version of the Amphitheatre binary. By default it'strue
.
Environment vars
AMP_INTERACTIVE
(same as--interactive
)AMP_TIMESTAMPS
(same as--timestamps
)AMP_UPDATE_CHECK
(same as--update-check
)AMP_VERBOSITY
(same as--verbosity
)