-
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
Add possibility to store login by project #42
Comments
I wrote a proposal of how we could store multiple Google account login creds here: #12 (comment) Basically, you can set |
Workaround 1:You can Workaround 2:You could also do something like this:
Switch with:
|
SolutionNew flag:
Saves
See https://github.com/google/clasp/pull/447/files#r240480830 |
Sounds like a clean solution. Thanks, I'm looking forward to it! |
Is there hope of any progress soon? |
unfortunately, this workaround doesn't work anymore as of
|
Try replacing npm uninstall -g @google/clasp
npm install -g forked-clasp |
This should be fixed in https://github.com/google/clasp/releases/tag/v2.3.1 |
@PopGoesTheWza Should |
@imthenachoman you can try @google/[email protected] (not 3.2.2 which is a temporary rollback) or next release. Currently local/per project setting can be achieved using either environment variables or command line option as described here https://github.com/google/clasp/blob/master/docs/config-files.md |
Feature request
I have a company project using clasp and a private one. When I'm switching projects, I need to change my clasp login inbetween.
If possible, it'd be nice to store a separate login projectwise instead of a global clasp login.
The text was updated successfully, but these errors were encountered: