Open johnfmorton opened 3 years ago
With this Makefile, executing the wp-cli commands is easier. Instead of typing docker-compose run --rm wp user list, you can just type make wp user list.
docker-compose run --rm wp user list
make wp user list
With this Makefile, executing the wp-cli commands is easier. Instead of typing
docker-compose run --rm wp user list
, you can just typemake wp user list
.