Something went wrong on our end. Please try again.
Created by: bobheadxi
Slight improvements for one of the items https://github.com/sourcegraph/sourcegraph/issues/16207 :
Would be nice to have a more "CLI-like" experience
ts-node, which removes the need for a separate build step
ts-node before but I woke up from a nap just now and thought, "doesn't ts-node exist?"yarn run release shortcut that does the exact same thing
yarn run release _test:config from project root. For the lazyI'm not sure what else to cover here - we could introduce flags, but there's not much that requires flags right now (there's another item in #16207 (closed) for secrets management, another potential use of flags)
I'm a bit unsure about having this be a properly global CLI, since it is inherently tied to the Sourcegraph commit (most notably through the config)
We could add a dev bash script so that we can use a marginally shorter dev/release.sh [...] but I feel like the gains from that is marginal
Open to more ideas here!