As we grow and support the suite of Cloud services, this repo could get very big, leading to:
- unnecessary download size for consumers that just care about 1/n services,
- maintainability headaches.
I propose we split out into multiple repos, each representing a service (eg, gcloud-datastore, gcloud-storage, etc.). If we have common functionality to share between services, we can expose that as a module as well.
As we grow and support the suite of Cloud services, this repo could get very big, leading to:
I propose we split out into multiple repos, each representing a service (eg,
gcloud-datastore,gcloud-storage, etc.). If we have common functionality to share between services, we can expose that as a module as well.