Skip to content

Commit

Permalink
Add example syntax inline in flags table
Browse files Browse the repository at this point in the history
Signed-off-by: Stuart Leeks <stuartle@microsoft.com>
  • Loading branch information
stuartleeks committed Dec 6, 2023
1 parent 118d350 commit a033a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daprdocs/content/en/reference/cli/dapr-run.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dapr run [flags] [command]
| `--dapr-http-port`, `-H` | `DAPR_HTTP_PORT` | `3500` | The HTTP port for Dapr to listen on |
| `--enable-profiling` | | `false` | Enable "pprof" profiling via an HTTP endpoint |
| `--help`, `-h` | | | Print the help message |
| `--run-file`, `-f` | | Linux/MacOS: `$HOME/.dapr/dapr.yaml` | Run multiple applications at once using a Multi-App Run template file. Currently in [alpha]({{< ref "support-preview-features.md" >}}) and only available in Linux/MacOS. Pass `-` as the value to read template from stdin. |
| `--run-file`, `-f` | | Linux/MacOS: `$HOME/.dapr/dapr.yaml` | Run multiple applications at once using a Multi-App Run template file. Currently in [alpha]({{< ref "support-preview-features.md" >}}) and only available in Linux/MacOS. Pass `-` as the value to read template from stdin, e.g. `cat dapr.template.yaml \| envsubst \| dapr run --run-file -` |
| `--image` | | | Use a custom Docker image. Format is `repository/image` for Docker Hub, or `example.com/repository/image` for a custom registry. |
| `--log-level` | | `info` | The log verbosity. Valid values are: `debug`, `info`, `warn`, `error`, `fatal`, or `panic` |
| `--enable-api-logging` | | `false` | Enable the logging of all API calls from application to Dapr |
Expand Down

0 comments on commit a033a3d

Please sign in to comment.