lynxpm export
📖 Synopsis
Section titled “📖 Synopsis”lynxpm export --namespace <name>Description
Section titled “Description”Export all applications in a namespace to a Lynxfile YAML document printed to stdout. Useful for migrating or backing up configurations.
⚙️ Flags
Section titled “⚙️ Flags”| Flag | Type | Default | Description |
|---|---|---|---|
-n, --namespace | string | default | Namespace to export. |
-h, --help | - | - | Show help message. |
🚀 Examples
Section titled “🚀 Examples”Export the default namespace:
lynxpm export --namespace default > Lynxfile.yml- Only applications whose specs belong to the selected namespace are exported.
- The resulting file matches the format accepted by
lynxpm apply.