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

QOL: Add ClusterIDs array to InstallationDTO object #1088

Merged
merged 2 commits into from
Dec 10, 2024

Conversation

nickmisasi
Copy link
Contributor

Summary

Adds ClusterID to the InstallationDTO object. Currently, when given an installation's DNS, it takes 2 CLI commands to figure out the cluster - first, you must run cloud installation list --dns <dns> to get the installation ID, from there you can get the Cluster ID (there are various other routes you can take, but the list step happens in each). This PR makes it so that the list command (and installation get command) return the ClusterID, saving you from the second step.

Ticket Link

https://mattermost.atlassian.net/browse/CLD-8669

Release Note

None

@mm-cloud-bot mm-cloud-bot added the release-note-none Denotes a PR that doesn't merit a release note. label Dec 6, 2024
@nickmisasi nickmisasi added the 2: Dev Review Requires review by a developer label Dec 6, 2024
@nickmisasi nickmisasi self-assigned this Dec 6, 2024
Copy link
Contributor

@gabrieljackson gabrieljackson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@nickmisasi nickmisasi requested a review from andrleite December 10, 2024 16:01
@nickmisasi nickmisasi added 4: Reviews Complete All reviewers have approved the pull request and removed 2: Dev Review Requires review by a developer labels Dec 10, 2024
@nickmisasi nickmisasi merged commit 79eed1f into master Dec 10, 2024
5 checks passed
@nickmisasi nickmisasi deleted the qol-clusterids-in-installationdto branch December 10, 2024 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4: Reviews Complete All reviewers have approved the pull request release-note-none Denotes a PR that doesn't merit a release note.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants