This question seems to be really old. No Composer involved now a days to install wp-cli. Just curl, chmod, and copy the file as indicated in http://wp-cli.org/ (:
Now, if anyone wants to add a specific include_path for wp-cli to be aware of (which is how I found this Q) there’s 2 options: set a WP_CLI_PHP environment variable OR set include_path in a local php.ini file and modify the wp script to add the -c option after /path/to/php
.
Related Posts:
- wp-cli displays php notices when display errors off
- How to use command ‘wp post create’ in wp-cli properly?
- Generate WP-CLI @alias for each site on multisite
- How do I set and list page_template with wpcli?
- How do I pass an array as an argument to a WP-CLI command?
- How to disable XML-RPC from Linux command-line in a total way?
- How can I get a link path to use for my resources such as JS scripts?
- Get WP CLI to hide debug warnings and notices in JSON output, same setting as website
- How to change a post attribute to homepage using WP CLI?
- Shortest way to install WP-CLI
- WP Cli will not execute on Windows
- Error updating WP-CLI
- How to retrieve text only from a post using WP CLI?
- wp search-replace (not executing)
- Running custom defined WP-CLI commands without WordPress installation present
- How can I list all installed plugins/themes/versions from CLI/API?
- wp-cli for Creating page-template
- What is procedure to let set path in wordpress?
- What setting should I configure to move new site folder?
- Bulk update published posts date randomly using wp-cli?
- Using the WP CLI to output the HTML results of calling a post?
- bash script wp-cli search-replace 0 replacements, but command-line 3000+
- Difference between how to set path to the theme folder
- How to add a breadcrumb to WordPress header?
- proper syntax of getting wp-admin pages/links
- Absolute path in WordPress Network site
- Including $_SERVER[‘DOCUMENT_ROOT’] to load files outside of wordpress installation doesn’t work remotely
- Cannot register a custom WP-CLI command
- wp search-replace returns no output on Multisite installation
- “No such file or directory” but it exists
- Error unable to access jarfile C:\Jar
- Node.js version on the command line? (not the REPL)
- How to pretty print XML from the command line?
- Git is not working after macOS Update (xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- Git is not working after macOS Update (xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- How to find which version of TensorFlow is installed in my system?
- How do I copy a folder from remote to local using scp?
- What does cmd /C mean?
- How do I parse command line arguments in Bash?
- What does cmd /C mean?
- syntax error when using command line in python
- https connection using CURL from command line
- Where can I find php.ini?
- syntax error when using command line in python
- How to install JQ on Mac on the command line?
- Using multiple delimiters in awk
- Create an empty file on the commandline in windows (like the linux touch command)
- How do I import an SQL file using the command line in MySQL?
- Why do JVM arguments start with “-D”?
- How do I import an SQL file using the command line in MySQL?
- How to reload .bash_profile from the command line?
- What is the purpose of “&&” in a shell command?
- Angular – ng: command not found
- How to run SQL script in MySQL?
- Mysql: Setup the format of DATETIME to ‘DD-MM-YYYY HH:MM:SS’ when creating a table
- Change PHP version on server using either .htaccess or php.ini
- How can I pass an argument to a PowerShell script?
- Command Prompt “Net View System Error 6118”
- Windows 7 Symbolic Link – Cannot create a file when that file already exists
- mkdir’s “-p” option
- How to change the output color of echo in Linux
- Recursively find all files that match a certain pattern
- Diff command along with Grep gives “Binary file (standard input) matches”
- How do I make a python script executable?
- What is cp: cannot stat error in Unix, I get this error when trying to copy thing from one folder to another
- How do I set a variable to the output of a command in Bash?
- Run C++ in command prompt – Windows
- What is cp: cannot stat error in Unix, I get this error when trying to copy thing from one folder to another
- fatal: This operation must be run in a work tree
- Run R script from command line
- How to edit a py file from terminal?
- How do you input command line arguments in IntelliJ IDEA?
- How do I parse command line arguments in Java?
- How to colorize diff on the command line
- How to colorize diff on the command line
- How can I find out if I have Xcode commandline tools installed?
- Python not working in the command line of git bash
- How to count lines in a document?
- What is the reason for the CD /D switch in Windows cmd?
- Running Command Line in Java
- How to easily print ascii-art text?
- Command Prompt Error ‘C:\Program’ is not recognized as an internal or external command, operable program or batch file
- phpmyadmin #1045 Cannot log in to the MySQL server. after installing mysql command line client
- git undo all uncommitted or unsaved changes
- Run Command Prompt Commands
- What is %0|%0 and how does it work?
- npm install multiple package names
- How to recursively download a folder via FTP on Linux
- Install oAuth PECL error: Cannot install, php_dir for channel “pecl.php.net” is not writeable by the current user
- Difference between $? and $LastExitCode in PowerShell
- Command prompt won’t change directory to another drive
- ‘ssh’ is not recognized as an internal or external command
- How to stop (and restart) the Rails Server?
- How to compile C program on command line using MinGW?
- how to empty recyclebin through command prompt?
- Timeout a command in bash without unnecessary delay
- Delete .DS_STORE files in current folder and all subfolders from command line on Mac
- Run function from the command line
- How to get the path to the current theme?
- How to change user password with wp-cli?