diff options
Diffstat (limited to 'doc/src/usage/ddev-status.md')
-rw-r--r-- | doc/src/usage/ddev-status.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/src/usage/ddev-status.md b/doc/src/usage/ddev-status.md new file mode 100644 index 0000000..f4faac1 --- /dev/null +++ b/doc/src/usage/ddev-status.md @@ -0,0 +1,9 @@ +# ddev status + +Displays the status of all containers in the environment, including internal +and external addresses, domains and ports to the terminal. + +**Example:** +```bash +$ ddev status +``` |