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
{{ message }}
This repository was archived by the owner on Mar 21, 2019. It is now read-only.
It would be really nice to be able to deploy to GKE from the Meteor command line rather than having to install and invoke bash scripts separately. For instance, meteor gke deploy (or meteor deploy gke) could be a useful command. It would be even better if this functionality were available as a package so you can just meteor add gke to get these features.
We should find out if this is possible; Meteor MCLI allows you to write Meteor apps that target the command line so there may be some insight there.
The text was updated successfully, but these errors were encountered:
It would be really nice to be able to deploy to GKE from the Meteor command line rather than having to install and invoke bash scripts separately. For instance,
meteor gke deploy
(ormeteor deploy gke
) could be a useful command. It would be even better if this functionality were available as a package so you can justmeteor add gke
to get these features.We should find out if this is possible; Meteor MCLI allows you to write Meteor apps that target the command line so there may be some insight there.
The text was updated successfully, but these errors were encountered: