Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-29 00:18:23 +00:00
parent a3692d638b
commit 75f807d6af
175 changed files with 1107 additions and 775 deletions

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# ddev
> Container based local development tool for PHP environments.
> More information: <https://ddev.readthedocs.io>.
> More information: <https://ddev.readthedocs.io/en/stable/users/usage/cli/>.
- Start up a project:
@@ -16,9 +16,9 @@ source: https://github.com/tldr-pages/tldr.git
`ddev config`
- [f]ollow the log trail:
- Follow the log trail:
`ddev logs -f`
`ddev logs {{[-f|--follow]}}`
- Run composer within the container:
@@ -30,7 +30,7 @@ source: https://github.com/tldr-pages/tldr.git
- Export a database:
`ddev export-db --file={{/tmp/db.sql.gz}}`
`ddev export-db {{[-f|--file]}} {{/tmp/db.sql.gz}}`
- Run a specific command within a container: