Premium extensions WP-CLI
June 29, 2024 at 4:56 AMThe WP-CLI plug-ins allows you to execute standard NADI tasks via the wp cli commands. At the moment the plug-in is used to circumvent webserver or proxy timeouts when calling Cron job for Sync to AD or Sync to WordPress.
Requirements
None.
Usage
- Install wp-cli
- Download the premium extension
- Copy the extracted ZIP file into your wp-content/plugins directory
- Activate the plug-in in your WordPress plug-in view
Additional information
Sync to WordPress
With wp-cli installed, execute
wp nadi sync_to_wp [--log-directory=/directory]
to start the Sync to WordPress task.
Sync to AD
With wp-cli installed, execute
wp nadi sync_to_ad [--log-directory=/directory]
to start the Sync to AD task.