-
Notifications
You must be signed in to change notification settings - Fork 438
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Local .clasprc.json Support #483
Comments
It would be great if the one at the user folder would be something like a fallback/merge as |
Hey @johnnyasantoss, I hear you, but I think this issue is already being tracked in other issues. Example: |
Having the same issue local This is broken since introduction of the Line 189 in cc66739
As the This is not related to service account usage as described in #225 but a breakage introduced in 87a4810. @grant please re-open this and treat as a bug, not a feature-request. |
I've opened this issue asking for local credential support. |
Still has the same issue for 2.3.0. Any work around? |
I'm still running 1.7.0 due to this feature missing... |
Try replacing npm uninstall -g @google/clasp
npm install -g forked-clasp |
On 2.4.1 on Windows 10 the error persists. |
Expected Behavior
Be able to use only local
.clasprc.json
for CI environmentsActual Behavior
Ignores completely the local file and prefers the one on the user folder, which is not CI friendly.
Steps to Reproduce the Problem
~/.clasprc.json
to./
(your project folder)clasp versions
,clasp deploy
, etc...Specifications
node -v
):v10.13.0
clasp -v
):1.7.0
The text was updated successfully, but these errors were encountered: