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

WIP New regions:list command #130

Closed
wants to merge 1 commit into from
Closed

WIP New regions:list command #130

wants to merge 1 commit into from

Conversation

GuGuss
Copy link

@GuGuss GuGuss commented Sep 27, 2023

Fixes #129

type Region struct {
Label string `json:"label"`
Zone string `json:"zone"`
}
Copy link
Contributor

Choose a reason for hiding this comment

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

The main problem with this is that it would depend on #82 or similar (because the /regions API requires authentication)

@pjcdawkins pjcdawkins closed this Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New command: platform region:list / platform regions
2 participants