Skip to content

Instantly share code, notes, and snippets.

@jamesmorrison
Forked from Azrael808/30_wpcli.config
Created November 9, 2017 22:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamesmorrison/a8fec4922104c884fff978848a29d7d5 to your computer and use it in GitHub Desktop.
Save jamesmorrison/a8fec4922104c884fff978848a29d7d5 to your computer and use it in GitHub Desktop.
Elastic Beanstalk extension for installing WP CLI.
commands:
"01":
command: curl https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar -o /usr/local/bin/wp
"02":
command: chmod +x /usr/local/bin/wp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment