cli icon indicating copy to clipboard operation
cli copied to clipboard

Enhance dapr list output to provide groupings of apps shown in output

Open pravinpushkar opened this issue 2 years ago • 6 comments

Describe the proposal

To enhance the user experience of dapr list output. We can provide groupings of apps which are started together with a particular run file via dapr run -f. We can provide groupings based on a particular runID which will be generated when apps started with the above command.

pravinpushkar avatar Jan 13 '23 12:01 pravinpushkar

This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue, help wanted or triaged/resolved) or other activity occurs. Thank you for your contributions.

dapr-bot avatar Feb 12 '23 12:02 dapr-bot

This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue, help wanted or triaged/resolved) or other activity occurs. Thank you for your contributions.

dapr-bot avatar Mar 14 '23 12:03 dapr-bot

@pravinpushkar adding the runID should only be done to affect the specific run, with no changes done to the appID at all. Additionally with this change, logFile might also need to be renamed to preferably include the runID suffix/prefix.

mukundansundar avatar Mar 14 '23 14:03 mukundansundar

This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue, help wanted or triaged/resolved) or other activity occurs. Thank you for your contributions.

dapr-bot avatar Apr 13 '23 14:04 dapr-bot

This issue has been automatically closed because it has not had activity in the last 37 days. If this issue is still valid, please ping a maintainer and ask them to label it as pinned, good first issue, help wanted or triaged/resolved. Thank you for your contributions.

dapr-bot avatar Apr 20 '23 14:04 dapr-bot

@mukundansundar Is there a proposal on how the solution should look like?

I can think of a solution with a new property

[
  {
    "groupId": 1,
    "appId": "checkout",
    "httpPort": 3500,
    ...
  }
]

shivam-51 avatar Jun 14 '23 06:06 shivam-51