Steve Bazyl
Steve Bazyl
+1 -- noticed this earlier today and we can either drop it or at least tighten up the conditions where it's displayed.
Need more info in order to help, but in that sample only the two placeholders, {{NAME}} and {{TOPICS}} are ever replaced -- see https://github.com/gsuitedevs/solutions/blob/master/content-signup/src/Code.js#L83. If you have additional form fields...
Which solution is this in reference to?
FWIW, this might not be feasible to do as part of the run command. The two main issues are: * logging is asynchronous to the script execution * The script...
Fixed in #900
Looks like you're providing a script ID, not the project ID. The command needs the project ID of the underlying GCP project in order to read the logs. While this...
Intended behavior to require an existing project. --creds is really only used to set up auth for the `run` command and it does some other things in the associated GCP...
There is no 2.5.0 release. That was related to a forked version.
Which solution are you referring to?
👍 Sounds good, go ahead with a PR when you're ready. Thanks!