Skip to content

Instantly share code, notes, and snippets.

@vhsu
Created June 12, 2018 16:17
Show Gist options
  • Save vhsu/94bbd693efbc69099df1a6bda7a6d827 to your computer and use it in GitHub Desktop.
Save vhsu/94bbd693efbc69099df1a6bda7a6d827 to your computer and use it in GitHub Desktop.
App Scripts Commands
https://github.com/google/clasp
npm install @google/clasp -g
clasp login
clasp clone <project id> (you should navigate in the correct file : dir (ls), cd) use clasp list to find some ids
clasp push
clasp pull
clasp open <project id> ( if not already defined)
Create an immutable version op project
clasp version "this is version 1.1"
clasp list (list 10 most recent app script projects)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment