Remix.run Logo
sega_sai 10 hours ago

Interesting, but scary, given that this is not a google product. Who knows whether that breaks any TOS somehow.

spankalee 9 hours ago | parent | next [-]

This is made by Google Devrel. It's not going to break the TOS, but it could be abandoned. That happens frequently with devrel projects, since they're not actually tasked with or graded on engineering projects.

hrmtst93837 4 hours ago | parent [-]

I think calling DevRel projects 'frequently abandoned' is blunt, but in my experience they are more like samples than production-owned libraries, so you should assume limited maintenance. Before relying on the Google Workspace CLI for automation inspect commit cadence, open issues, last release tag, number of contributors, and whether a product team or SDK maintainer is listed. If you need it in production pin to a release tag and vendor the code with go modules replace or npm shrinkwrap, add a thin adapter so swapping implementations is trivial, and run a couple of integration tests in GitHub Actions to catch regressions. I once had to fork a DevRel CLI that our on-call scripts depended on and maintaining that fork cost a weekend plus a steady trickle of small fixes, so now I put third party CLIs behind a tiny internal wrapper and keep the command surface minimal.

jryio 10 hours ago | parent | prev [-]

This appears to be published by Google itself

joeconway 9 hours ago | parent | next [-]

> Disclaimer

> This is not an officially supported Google product.

Lermatroid 9 hours ago | parent [-]

It’s published by Google, they just don’t provide active “support” for it.

dotancohen 9 hours ago | parent [-]

Can you show that the major contributors are employed by Google? I'm not arguing, I'm genuinely asking. Thank you.

garciasn 9 hours ago | parent | next [-]

https://github.com/jpoehnelt

jpoehnelt/README.md

About

I am a Developer Relations Engineer at Google. Currently I am on the Google Workspace DevRel team and was on the Google Maps Platform before that. Previously I worked at Descartes Labs and the US Geological Survey.

Check out my website at https://justin.poehnelt.com.

dotancohen 8 hours ago | parent [-]

Thank you!

cvhc 9 hours ago | parent | prev | next [-]

You can check their GitHub profile. If they are in https://github.com/googlers, then they are internally verified.

tfsh 8 hours ago | parent | prev [-]

https://github.com/googleworkspace -> in the about links is also verified as part of the Alphabet enterprise - https://github.com/enterprises/alphabet

9 hours ago | parent | prev | next [-]
[deleted]
9 hours ago | parent | prev [-]
[deleted]