-
Notifications
You must be signed in to change notification settings - Fork 929
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
cf revision - see details on a specific app revision #1959
Comments
We have created an issue in Pivotal Tracker to manage this: https://www.pivotaltracker.com/story/show/173456870 The labels on this github issue will be updated when the story is started. |
I think this command makes sense and would be useful! A couple of stylistic notes: Since this is a "summary" (aka "view single resource") command, I'm thinking it should follow the patterns laid out here. Most notably, that means it should use the vertical, key-value pair style of table, rather than the horizontal style (which is for viewing multiple resources at once). Also, if the revision is required (and it seems like it is), can we make it a positional argument rather than a flag? e.g. |
for this leaves flexibility for us to use a different unique identifier in the future should we decide to do so (revision GUID). |
do you plan also to include the active status information? For example in the UI we can see Deployed (Active). This would be useful information for continuous deployments. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed. |
Thank you for your patience regarding the issue you reported. We will be reviewing your ticket with our product team to assess its impact and potential next steps. Once we have their feedback, we will update you accordingly. If you have any further questions or additional information to share in the meantime, please feel free to reach out. |
Please provide details on the following items. Failure to do so may result in deletion of your feature request.
What's the user value of this feature request?
There is a ‘cf revisions’ command to get a list of past revisions with some information about the revision. There are details about the revision that are left out of the table that would be helpful to see in some cases.
Who is the functionality for?
Application developers and operators making decisions about revisions to rollback to
Triage/troubleshooting cases where folks want to see what changes have been made to an app
How often will this functionality be used by the user?
How often will they use this feature?
Who else is affected by the change?
This is a new command and does not introduce breaking changes
Is your feature request related to a problem? Please describe.
Currently detailed information about revisions can be found, but thru different api endpoints, it is not possible to see/evaluate revision details in a single view.
Describe the solution you'd like
A cli command to specify an app and revision that returns details about that revision
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
We considered adding more columns in the revisions command, but much of what this command tells you seems to fit into different use-cases than the 'show me my revisions so I can choose one to rollback to quickly'
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: