Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

lenn4rd/wp-cli-cookbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wp-cli Cookbook

A Chef cookbook that installs WP-CLI, a command line interface for WordPress.

Requirements

  • Requires PHP to be installed (not added as a dependency)

Attributes

wp-cli::default

Key Type Description Default
['wp-cli']['user'] String Username to run the executable as deploy

Usage

wp-cli::default

Include wp-cli in your node's run_list:

{
  "name": "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. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request using Github

License and Authors

Authors: Lennard Timm

About

Chef cookbook to install WP-CLI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages