-
Notifications
You must be signed in to change notification settings - Fork 203
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
Local Developer Experience - Run multiple dapr apps using dapr run -f
#1123
Comments
Related PR dapr/proposals#6 |
Issues to be created
|
@yaron2 Please take a look on the issues list ... Will be creating them soon |
This proposal has been accepted for implementation ... |
@mukundansundar I've created several proposals (#1153, #1154, #1155) based on our earlier conversation as to how best accommodate tooling with this new feature. |
@mukundansundar is there a docs issue for this effort already? |
dapr run -f
dapr run -f
dapr run -f
Docs issue: dapr/docs#3047 |
moving this Epic to another milestone ... initial implementation as part of 1.10 is done as seen in the linked issues above. |
Where does "native" Windows support sit relative to other tasks (if at all)? |
@mukundansundar Please, create a new issue for enhancements in 1.10 |
Describe proposal
This is related to the implementation of the proposal https://github.com/dapr/proposals/blob/main/0003-I-enhance-dapr-run-multiple-apps.md
Targets for v1.10
The main requirements for the command:
being able to configure multiple dapr apps from a single configuration file
users should be able to use normal dapr CLI commands for self hosted mode against any apps that are started through
dapr run -f
Initial implementation will only support Linux & macOs.
dapr run -f <path>
will be an interactive process running completely for the lifecycle of applications, on exiting the process,all other spawned processes will also quit.
logs will be written to a predefined location. Users will need to manually tail the file.
Get Sign off on feature proposal enhance
dapr run
to run multiple applications proposals#6Create a template for configuring multiple applications to be run with
dapr run
command #1141Implement the new precedence rules for
resources_dir
fordapr run -f
#1142Add capability to run multiple apps from a given run configuration file #1143
Docs for
dapr run -f
[Proposal]
dapr list --output json
includes related Dapr Compose configuration file metadata #1153Future enhancements - moved to #1240
Describe the proposal (Old version)This issue derives from dapr/community#207 to propose two new commands -
dapr compose up
anddapr compose down
.Compose file structure
User experience
dapr compose up
to start these services and appsdapr compose down
to gracefully stop everythingOpen questions
services
into another proposal?Release Note
RELEASE NOTE: ADD Dapr compose up and down
The text was updated successfully, but these errors were encountered: