CLI Commands
export
Export state or configuration
Export Command
The export
command allows you to export state or configuration data from your Ocuroot system.
Usage
Description
The export command creates a portable representation of your system’s state or configuration. This is useful for:
- Backup purposes
- Moving configuration between systems
- Version control of system state
- Debugging and troubleshooting
Flags
--format
: Output format (e.g., JSON, YAML)--output
: Output file path
Examples
Output Format
The exported data includes:
- Environment configurations
- Package definitions
- Build histories
- Deployment states
Related Commands
import
: Import state or configurationsync
: Synchronize state with server