Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

export

Generate deployment artifacts from the manifest

Usage

lightshuttle export [OPTIONS] <TARGET>

Arguments

ArgumentDescription
<TARGET>Target format to generate [possible values: compose, kubernetes, helm]

Options

OptionDefaultDescription
-o, --output <OUTPUT>Output directory. Defaults to ./export/<target>
--forceOverwrite a non-empty output directory

Examples

  # Generate a docker-compose.yml under ./export/compose
  lightshuttle export compose

  # Generate Kubernetes manifests into a chosen directory, overwriting it
  lightshuttle export kubernetes --output ./k8s --force