Skip to content

Latest commit

 

History

History
56 lines (49 loc) · 941 Bytes

README.md

File metadata and controls

56 lines (49 loc) · 941 Bytes

wp-cli Chef Cookbook

Installs WP-CLI.

Attributes

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

Usage

Just include wp-cli in your node's run_list:

{
  "name":"my_node",
  "run_list": [
    "recipe[wp-cli]"
  ]
}

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (like add_component_x)
  3. Write your change
  4. Test your change
  5. Submit a Pull Request using Github

Author(s)

Rubem Nakamura

License

MIT LICENSE