kleine2/Clasp Action

Push or deploy to Google Apps Script using clasp

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
accessTokenaccess_token written in .clasprc.jsonyes
idTokenid_token written in .clasprc.jsonyes
refreshTokenrefresh_token written in .clasprc.jsonyes
clientIdclientId written in .clasprc.jsonyes
clientSecretclientSecret written in .clasprc.jsonyes
scriptIdscriptId written in .clasp.jsonyes
projectIdprojectId written in .clasp.jsonno
rootDirDirectory where scripts are storedno
commandCommand to execute(push, deploy, create, create_and_push or delete)yes
descriptionDescription of the deploymentno
deployIdDeploy ID that will be updatedno
titleTitle of the script (required for create or create_and_push command)no
emailEmail used for API authenticationno
passwordPassword used for API authenticationno
namedescription
script_urlURL of the created script when using the create or create_and_push command
spreadsheet_urlURL of the newly created spreadsheet document when using the create or create_and_push command
test_outputResult from the test function executed during create_and_push