Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-20 00:20:58 +00:00
parent 846fc1563d
commit a360d4dc45
153 changed files with 493 additions and 434 deletions

View File

@@ -14,7 +14,7 @@ source: https://github.com/tldr-pages/tldr.git
- Start an application with a specified Procfile:
`foreman start -f {{Procfile}}`
`foreman start {{[-f|--procfile]}} {{Procfile}}`
- Start a specific application:
@@ -30,4 +30,4 @@ source: https://github.com/tldr-pages/tldr.git
- Start all processes except the one named "worker":
`foreman start -m all=1,{{worker}}=0`
`foreman start {{[-m|--formation]}} all=1,{{worker}}=0`