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
I'm after a workflow when I already have some AppsScript code from an external source (e.g. from GitHub), and I want to create a new Google project and push the code there.
I had hoped I could do something like this:
clasp create --empty # Note, this flag doesn't exist
git clone SomeAppsScriptRepo
clasp push
Currently the only way to do this, as far as I can tell is:
clasp create --type TYPE --title TITLE
rm appsscript.json # We don't need this
git clone SomeAppsScriptRepo
clasp push
Specifications
Node version (node -v): v11.15.0
Version (clasp -v): 2.3.0
OS (Mac/Linux/Windows): Ubuntu 18.04
The text was updated successfully, but these errors were encountered:
Issue Description
I'm after a workflow when I already have some AppsScript code from an external source (e.g. from GitHub), and I want to create a new Google project and push the code there.
I had hoped I could do something like this:
Currently the only way to do this, as far as I can tell is:
Specifications
node -v
): v11.15.0clasp -v
): 2.3.0The text was updated successfully, but these errors were encountered: