Skip to content

Commit

Permalink
WordPress: link wp to wp-cli, remove wrapper script (#1810)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Westerheide authored and rfay committed Nov 17, 2019
1 parent ba8ae6d commit 098fbaa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 18 deletions.
16 changes: 0 additions & 16 deletions containers/ddev-webserver/files/usr/local/bin/wp

This file was deleted.

1 change: 1 addition & 0 deletions containers/ddev-webserver/files/usr/local/bin/wp
2 changes: 1 addition & 1 deletion docs/users/developer-tools.md
Expand Up @@ -6,7 +6,7 @@ Several useful developer tools are included inside the containers. Run `ddev des
### Command-line Tools in the Containers
- MySQL Client (mysql) - Command-line interface for interacting with MySQL/MariaDB.
- [Drush](http://www.drush.org) - Command-line shell and Unix scripting interface for Drupal.
- [WP-CLI](http://wp-cli.org/) - Command-line tools for managing WordPress installations.
- [WP-CLI](http://wp-cli.org/) - Command-line tools for managing WordPress installations, available both as "wp" and as "wp-cli".
- npm and yarn
- node
- sqlite3
Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version.go
Expand Up @@ -49,7 +49,7 @@ var DockerComposeFileFormatVersion = "3.6"
var WebImg = "drud/ddev-webserver"

// WebTag defines the default web image tag for drud dev
var WebTag = "20191104_heddn_drush_node_version" // Note that this can be overridden by make
var WebTag = "20191113_jdoubleu_wp_cli" // Note that this can be overridden by make

// DBImg defines the default db image used for applications.
var DBImg = "drud/ddev-dbserver"
Expand Down

0 comments on commit 098fbaa

Please sign in to comment.