gcloud - Is there any way to speed up Google Actions SDK development? -


i'm new working google actions sdk, current workflow looks this:

  1. make changes app.js.
  2. run 'gcloud app deploy', , wait 8-10 minutes operation complete.
  3. run 'gactions preview -action_package=action.json -invocation_name="my action"'.
  4. run 'gactions simulate' or run web simulator.

rinse , repeat. obviously, painful step here gcloud app deployment. there way test changes without having sit through 8-10 minute deployment process each change?

host server (node app.js) ever provided it's accessible via https, , update action.json point it:

"httpexecution": {   "url": "https://example.com/myapp" } 

then no longer need rely on gcloud. alternatively host locally , make use of ngrok. there's tutorial here:

https://developers.google.com/actions/tools/ngrok


Comments

Popular posts from this blog

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -