Skip to content
/ WP_CLI Public

A Chassis extension to automate the installation of WP-CLI packages

Notifications You must be signed in to change notification settings

Chassis/WP_CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WP-CLI extension for Chassis

The WP-CLI extension automatically sets up your Chassis instance to be able to automatically install WP-CLI packages on your Chassis box.

Installation

  1. Add this extension to your extensions directory git clone https://github.com/Chassis/WP_CLI.git extensions/wp_cli
  2. Run vagrant provision.

Alternative Installation

  1. Add - chassis/wp_cli to your extensions in one of you yaml files. e.g.
    extensions:
      - chassis/wp_cli
    
  2. Run vagrant provision.

Installing WP-CLI packages

You can have Chassis automatically run composer install in a number of directories in your project by adding a list of directories in one of your yaml files. e.g.

wp_cli:
    packages:
        - wp-cli/server-command
        - wp-cli/restful

You'll need to run vagrant provision for those to be installed if you'd added them after your first initial Chassis vagrant up.

About

A Chassis extension to automate the installation of WP-CLI packages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages