settings export
Export the Connections Directory settings to a JSON file.
Examples
# Export the settings to the `directory_settings.json` file. wp connections_directory settings export --filename=directory_settings
Options
| Option | Description |
|---|---|
--dir | Full path to the directory where JSON export file should be stored. Defaults to the current working directory. |
--filename | The JSON filename. Defaults to cn-settings-export-{datetime}.json. |
