This repository was archived by the owner on Jan 25, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -4,18 +4,18 @@ cat <<EOF
44
55${YELLOW} WPLib Box ${GREEN} CLI${RESET} usage:
66
7- box ${GREEN} database${RESET} [<args>] - Manage databases.
8- box ${GREEN} container${RESET} [<args>] - Manage Docker containers.
7+ box ${GREEN} database${RESET} [<args>] - Manage databases.
8+ box ${GREEN} container${RESET} [<args>] - Manage Docker containers.
99
10- box ${GREEN} start${RESET} - Start Docker containers found in project.json's services object.
11- box ${GREEN} restart${RESET} - Restart Docker containers found in project.json's services object.
12- box ${GREEN} shutdown${RESET} - Shutdown all Docker containers.
10+ box ${GREEN} start${RESET} - Start Docker containers found in project.json's services object.
11+ box ${GREEN} restart${RESET} - Restart Docker containers found in project.json's services object.
12+ box ${GREEN} shutdown${RESET} - Shutdown all Docker containers.
1313
14- box ${GREEN} status${RESET} - Output status of WPLib Box's standard containers.
15- box ${GREEN} version${RESET} - Display the current version of this WPLib Box VM.
16- box ${GREEN} self-update${RESET} - Update this CLI tool to the latest version for this Box version.
14+ box ${GREEN} status${RESET} - Output status of WPLib Box's standard containers.
15+ box ${GREEN} version${RESET} - Display the current version of this WPLib Box VM.
16+ box ${GREEN} self-update${RESET} - Update this CLI tool to the latest version for this Box version.
1717
18- box ${GREEN} test${RESET} - Update this CLI tool to the latest version for this Box version .
18+ box ${GREEN} test${RESET} [<args>] - Testing framework .
1919
20- box [${GREEN} help${RESET} ] - Display the above information.
20+ box [${GREEN} help${RESET} ] - Display the above information.
2121EOF
You can’t perform that action at this time.
0 commit comments