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
Using the command line arguments -P or --project should allow you to specify a clasp project file according to the help text: path to a project file or to a folder with a '.clasp.json' file.
Actual Behavior
These arguments are ignored.
Steps to Reproduce the Problem
Move your .clasp.json file to a new name like myClasp.json
Run clasp -P myClasp.json versions
You will see an error that .clasp.json was not found because the -P arg did not properly use the provided file
Specifications
Version (clasp -v): 2.4.0
The text was updated successfully, but these errors were encountered:
Expected Behavior
Using the command line arguments
-P
or--project
should allow you to specify a clasp project file according to the help text:path to a project file or to a folder with a '.clasp.json' file
.Actual Behavior
These arguments are ignored.
Steps to Reproduce the Problem
.clasp.json
file to a new name likemyClasp.json
clasp -P myClasp.json versions
.clasp.json
was not found because the-P
arg did not properly use the provided fileSpecifications
clasp -v
): 2.4.0The text was updated successfully, but these errors were encountered: