mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-01 05:54:13 +00:00
Update cheatsheets
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user