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
Generate deployment artifacts from the manifest
lightshuttle export [OPTIONS] <TARGET>
<TARGET>
-o, --output <OUTPUT>
./export/<target>
--force
# 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