wordpress-dev/list-commands.sh

14 lines
529 B
Bash
Raw Normal View History

2020-05-06 13:57:25 +00:00
#!/bin/sh
echo ""
echo "wp-dev-container - provision container"
echo "wp-dev-create - create new configuration file"
echo "wp-dev-publish - publish to remote"
echo "wp-dev-testdata - install test data on development server"
echo "wp-dev-webserver - provision the web server"
echo ""
echo "All commands with the exception of 'wp-dev-create' must either have a"
echo "filename supplied as an argument or the default named configuration"
echo "file ('wp-dev-config') present in the working directory."
echo ""