You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On https://docs.platform.sh/development/regions.html#region-location
We really shouldn't be needing to tell customers "If you want to see what your region is, run this.." platform api:curl regions | jq '.regions[] | select(.available) | .id + ": " + .provider.name + " - " + .zone + " - " + .timezone' | sort
Probably best to just list the regions directly. Running this command also requires the person to have an account already, and the CLI installed. Instead of telling them "run this really long command that only works on linux" (or OS that our cli, jq, and sort supports), we should just make it up front with them on a page instead.
Where on docs.platform.sh should be changed?
https://docs.platform.sh/development/regions.html#region-location
What exactly should be updated?
On https://docs.platform.sh/development/regions.html#region-location
We really shouldn't be needing to tell customers "If you want to see what your region is, run this.."
platform api:curl regions | jq '.regions[] | select(.available) | .id + ": " + .provider.name + " - " + .zone + " - " + .timezone' | sort
Probably best to just list the regions directly. Running this command also requires the person to have an account already, and the CLI installed. Instead of telling them "run this really long command that only works on linux" (or OS that our cli, jq, and sort supports), we should just make it up front with them on a page instead.
Additional context
See this Slack thread for context.
The text was updated successfully, but these errors were encountered: