-
Notifications
You must be signed in to change notification settings - Fork 729
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add -f -
example for dapr run
#3872
Conversation
@@ -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 | | |||
| `--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. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| `--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. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would add an example here to be explicit. Having an example then makes it clear.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@stuartleeks - Did you see my comment above ^^
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@msfussell - I've updated to include an example of the full command syntax inline in the table. Is that what you were meaning?
Stale PR, paging all reviewers |
@msfussell - yes, I saw the comment and hope to add an example this week 😄 |
6119f93
to
36400ef
Compare
Signed-off-by: Stuart Leeks <[email protected]>
Signed-off-by: Stuart Leeks <[email protected]>
Stale PR, paging all reviewers |
@msfussell - since the code change for this has been merged, can you let me know whether the additional changes I made in this PR address your feedback? It would be good to get the docs updated :-) |
Thank you for helping make the Dapr documentation better!
Docs update related to dapr/cli#1364
Please follow this checklist before submitting:
In addition, please fill out the following to help reviewers understand this pull request:
Description
Update
dapr run
docs related to reading run file from stdin (dapr/cli#1364)Issue reference