-
Notifications
You must be signed in to change notification settings - Fork 5
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
[fork] Introducing forked @google/clasp
#24
Comments
@PopGoesTheWza Config variables work. I have tried pushing with different files like .clasp.dev.json and others with cli and environment variables. |
@khalilchoudhry Thanks for the feedback. The quick fork helped you somehow then. I will try to take the time to make a proper PR within the official repo later. Doing so, I will investigate how the authentication config is handled. |
@PopGoesTheWza hey, any update about PR on clasp official repo? |
Too much on my plate at this moment. I hope for some latitude in the next month. |
Hi, I hope you are doing good. I needed to confirm if this has been merged into the original repo yet? |
I think both this and #42 has had no change due to Covid19. |
|
@contributorpw I will maintain this fork as well as the original repo. npm uninstall -g @google/clasp
npm install -g forked-clasp |
Forked
@google/clasp
Following discussion with @khalilchoudhry on google#12 from official
@google/clasp
repository, I started this forked branch.Changes
It currently includes pending PRs
@google/clasp
installPending
The following PR has not (yet) been included. Feedback on it will motivate me to integrate it.
google#715 | enhancement | Add
--account <account>
flag toclasp open
by @maxmclau to solve google#709Testing the fork
Download this forked branch and build with the command:
The environment variables
clasp_config_project
,clasp_config_ignore
andclasp_config_auth
can the be used to reference config files.The (temporary) command
clasp paths
can help you check how config files are resolved.The
clasp --help
command should now display new options to reference config files:A drafted doc is here under
/doc
The text was updated successfully, but these errors were encountered: