YAML examples for WP CLI
Run WordPress CLI
yaml- action: "Run WordPress CLI" type: "WP_CLI" trigger_time: "ON_EVERY_EXECUTION" shell: "SH" setup_commands: - "apt-get update && apt-get -y install git" execute_commands: - "wp admin" version: "cli"
yaml- action: "Run WordPress CLI" type: "WP_CLI" trigger_time: "ON_EVERY_EXECUTION" shell: "SH" setup_commands: - "apt-get update && apt-get -y install git" execute_commands: - "wp admin" version: "cli"