settings <command>
Commands for managing the Connections Directory setting options.
Examples
# Export the settings to the `directory_settings.json` file. wp connections_directory settings export --filename=directory_settings # Import a valid JSON settings file. wp connections_directory settings import test/settings.json # Reset the settings options to their default values. wp connections_directory settings reset
Subcommands
| Command | Description |
|---|---|
| wp connections_directory settings export | Export the setting options to a JSON file. |
| wp connections_directory settings import | Import a setting options JSON file. |
| wp connections_directory settings reset | Reset the setting options to their default values. |
