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
(Note: Non-breaking issues are likely not to be prioritized. Please consider a PR in addition to your issue)
Expected Behavior
When running clasp logs --setup I'd expect including project-id into the input to be correct.
$ clasp logs --setup
Open this link:
<scriptUrl>
Go to *Resource > Cloud Platform Project...* and copy your projectId
(including "project-id-")
? What is your GCP projectId? project-id-my-app
Actual Behavior
$ clasp logs --setup
Open this link:
<scriptUrl>
Go to *Resource > Cloud Platform Project...* and copy your projectId
(including "project-id-")
? What is your GCP projectId? project-id-my-app
The projectId "project-id-my-app" looks incorrect.
Did you provide the correct projectID?
Is clasp expecting the project-id or the project number? The Scripts editor allows us to set the underlying GCP project via the project number, but this prompt is asking for the project-id. I'm happy to take this PR (as well as #813 ) if someone can help me understand the intended functionality
Expected Behavior
When running
clasp logs --setup
I'd expect includingproject-id
into the input to be correct.Actual Behavior
Line: https://github.com/google/clasp/blob/master/src/messages.ts#L128
Steps to Reproduce the Problem
clasp logs --setup
and input the "project-id"Specifications
node -v
): v10.10.0clasp -v
): 2.3.0The text was updated successfully, but these errors were encountered: