forked from google/clasp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch clasp logs from using google-cloud library to googleapis libra…
…ry (google#192) This gets rid of `@google-cloud/logging` in favor of `googleapis`. There were not many changes to be made, though the response format is a bit different, so parsing the logs had to be changed. Additionally, new scopes are needed for reading the logs. Finally, `@google-cloud/logging` and `grpc` are removed. Thanks to @grant for finding a simple solution to the `grpc` problem! Signed-off-by: campionfellin <[email protected]> Fixes google#190 - [ ] `npm run test` succeeds. (no tests really for `clasp logs`, I manually tested and it seems to work fine. - [x] `npm run lint` succeeds. - [ ] Appropriate changes to README are included in PR.
- Loading branch information
1 parent
439772a
commit 38b2773
Showing
5 changed files
with
766 additions
and
2,863 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.