diff options
Diffstat (limited to 'doc/src/usage/ddev-commands.md')
-rw-r--r-- | doc/src/usage/ddev-commands.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/src/usage/ddev-commands.md b/doc/src/usage/ddev-commands.md new file mode 100644 index 0000000..e293308 --- /dev/null +++ b/doc/src/usage/ddev-commands.md @@ -0,0 +1,7 @@ +# Useful DDEV commands + +DDEV provides out of the box a few convenient commands that can help with some common tasks. In addition we have added a few commands of our own that will be useful when working on Hubzilla. + +We will only document the most common of the built in commands in this guide, but see the [DDEV documentation] for the full list. + +[DDEV documentation]: https://ddev.readthedocs.io/en/stable/users/usage/commands/ |