Skip to main content

Export Configuration (export)

The export command allows you to enable or disable export mode, and specify the folder path as well as the file name where the configuration will be saved.


✅ Usage

watchman-agent configure export --activate <true|false> --path <folder> --file-name <file_name>

⚙️ Options

--activate     Enable (true) or disable (false) export mode
--path Folder where the configuration will be exported
--file-name Name of the exported file (recommended without extension: .json or .yaml)