Skip to content

korney4eg/wp-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

wp-cli chef cookbook

Resources

Stars

Watchers

Forks

Packages

No packages published