Skip to content

Instantly share code, notes, and snippets.

@Azrael808
Created February 10, 2016 15:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save Azrael808/a4ee9bfcc18639b53cc4 to your computer and use it in GitHub Desktop.
Save Azrael808/a4ee9bfcc18639b53cc4 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