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
--regions: Fetch the list of specified regions. --exclude: Exclude the list of specified regions.
example:
# Fetch the specified regions for GCP
python -m sky.clouds.service_catalog.data_fetchers.fetch_gcp --regions us-central2 us-central1 us-east1
# Exclude the specified regions for GCP
python -m sky.clouds.service_catalog.data_fetchers.fetch_gcp --exclude us-east4
See #2553 (review)
Add
--regions
and--exclude
flag to fetch_gcp.--regions
: Fetch the list of specified regions.--exclude
: Exclude the list of specified regions.example:
Referable code: sky/clouds/service_catalog/data_fetchers/fetch_azure.py
The text was updated successfully, but these errors were encountered: