Export configuration and users to JSON.
Export-ROConfig [-Path] <String> [-IncludePasswords]Exports the current RobOtters configuration and all registered users to a JSON file. The output includes an ExportedAt timestamp, all Config key-value pairs, and the full user list with their action weights. Passwords are set to null unless the -IncludePasswords switch is specified.
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| Path | String | Yes | -- | File path where the JSON export will be written |
| IncludePasswords | Switch | No | -- | Include decrypted passwords in the export |
Export-ROConfig -Path 'C:\backups\robotters-config.json'Writes configuration and user data to the specified file with passwords set to null.
Export-ROConfig -Path 'C:\backups\robotters-full.json' -IncludePasswordsIncludes decrypted passwords in the export for use when migrating to another machine.
| Property | Type | Description |
|---|---|---|
| (message) | String | Confirmation message with the export file path |