Installs WP-CLI.
Key | Type | Description | Default |
---|---|---|---|
['wp-cli']['dir'] | String | The installation dir | /usr/share/wp-cli |
['wp-cli']['link'] | String | The binary link | /usr/bin/wp |
Just include wp-cli
in your node's run_list
:
{
"name":"my_node",
"run_list": [
"recipe[wp-cli]"
]
}
- Fork the repository on Github
- Create a named feature branch (like
add_component_x
) - Write your change
- Test your change
- Submit a Pull Request using Github
Rubem Nakamura