
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
CLI for google sheets (just like [rclone](https://rclone.org/) or [gdrive](https://github.com/prasmussen/gdrive))
CLI for google sheets (just like rclone or gdrive)
$ npm i -g gsheet-cmd
or checkout this repo and run
$ npm link
(per se, one could also do this via a personalized token - just not implemented yet)
$ gsheet --help
Access a gsheet from the command line
gsheet read|append|update --service-account <file> [--csv] [--format-json]
--sheet <id> [--worksheet <name>] [--firstCol=A] --lastCol=<B or right>
[--lookup-cols <col>[,<col>]] --file <file>|-
Commands:
gsheet read Read gsheet and return as JSON (or CSV)
gsheet append Apend JSON (or CSV) to gsheet - proprety names = column names
gsheet update Update gsheet from JSON (or CSV) - proprety names = column
names; needs --lookup-cols to be given
Options:
--help Show help [boolean]
--version Show version number [boolean]
--service-account File name of service account file - either path or in
~/.gdrive/ (same as gdrive) [string] [required]
--csv Read output / append/update input is CSV (not JSON)
[boolean]
--format-json Format the JSON output (JSON only) [boolean]
--sheet ID of the gsheet (last part of URL) [string] [required]
--worksheet Name of the worksheet (defaults to first worksheet)[string]
--first-col First column in the worksheet to look at (defaults to A)
[string]
--last-col Last column in the worksheet to look at (B or right of it)
[string]
--lookup-cols Name(s) of columns to perform lookup on, need to be defined
in JSON (or CSV) [string]
--file Read output / append/update input file name; - for stdout
(only read) [string] [required]
$ gsheet read --service-account some-12345-123456789abc.json --sheet 1aXf_jiHPPu1vbMRlrAYNAI2nTRWEdg1P7HLZXzagKB8 --worksheet Sheet2 --lastCol C --file test.json
$ gsheet read --service-account some-12345-123456789abc.json --sheet 1aXf_jiHPPu1vbMRlrAYNAI2nTRWEdg1P7HLZXzagKB8 --worksheet Sheet2 --lastCol C --file - --format-json
$ gsheet read --service-account some-12345-123456789abc.json --sheet 1aXf_jiHPPu1vbMRlrAYNAI2nTRWEdg1P7HLZXzagKB8 --worksheet Sheet2 --lastCol C --file test.csv --csv
$ gsheet read --service-account some-12345-123456789abc.json --sheet 1aXf_jiHPPu1vbMRlrAYNAI2nTRWEdg1P7HLZXzagKB8 --worksheet Sheet2 --lastCol C --file - --csv
$ gsheet sebastianrothbucher$ gsheet append --service-account some-12345-123456789abc.json --sheet 1aXf_jiHPPu1vbMRlrAYNAI2nTRWEdg1P7HLZXzagKB8 --worksheet Sheet2 --lastCol D --file test.json
$ gsheet append --service-account some-12345-123456789abc.json --sheet 1aXf_jiHPPu1vbMRlrAYNAI2nTRWEdg1P7HLZXzagKB8 --worksheet Sheet2 --lastCol D --file test.csv --csv
$ gsheet update --service-account some-12345-123456789abc.json --sheet 1aXf_jiHPPu1vbMRlrAYNAI2nTRWEdg1P7HLZXzagKB8 --worksheet Sheet2 --lastCol D --file test.json --lookup-cols Name
FAQs
CLI for google sheets (just like [rclone](https://rclone.org/) or [gdrive](https://github.com/prasmussen/gdrive))
We found that gsheet-cmd demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.