Skip to content
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

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

Open
pravinpushkar opened this issue Jan 13, 2023 · 6 comments
Open
Assignees
Labels
area/cli good first issue Good for newcomers kind/proposal A new proposal to be considered P2 size/S 1 week of work triaged/resolved The issue has been triaged

Comments

@pravinpushkar
Copy link
Contributor

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 pravinpushkar added the kind/proposal A new proposal to be considered label Jan 13, 2023
@dapr-bot
Copy link
Collaborator

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 dapr-bot added stale and removed stale labels Feb 12, 2023
@dapr-bot
Copy link
Collaborator

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.

@mukundansundar
Copy link
Collaborator

@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.

@dapr-bot
Copy link
Collaborator

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 dapr-bot added the stale label Apr 13, 2023
@dapr-bot
Copy link
Collaborator

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.

@mukundansundar mukundansundar added good first issue Good for newcomers area/cli P2 size/S 1 week of work triaged/resolved The issue has been triaged labels Apr 20, 2023
@shivam-51
Copy link
Contributor

shivam-51 commented Jun 14, 2023

@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,
    ...
  }
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cli good first issue Good for newcomers kind/proposal A new proposal to be considered P2 size/S 1 week of work triaged/resolved The issue has been triaged
Projects
None yet
Development

No branches or pull requests

4 participants