Skip to content

lynxpm export

Terminal window
lynxpm export --namespace <name>

Export all applications in a namespace to a Lynxfile YAML document printed to stdout. Useful for migrating or backing up configurations.

FlagTypeDefaultDescription
-n, --namespacestringdefaultNamespace to export.
-h, --help--Show help message.

Export the default namespace:

Terminal window
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.