time-loop / octoherd-script-library-query

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

octoherd-script-library-query

Build Status

Usage

nvm use v18
node cli.js \
  -R time-loop/\*-cdk \
  -T ghp_0123456789abcdefghijABCDEFGHIJabcdefgh \
  --octoherd-bypass-confirms true \
  --library @time-loop/cdk-ecs-fargate \
  --versionRequirement \>=5.15.2

Options

option type default description
--versionRequirement string none requirement for the library, for example 14.*
--library string @time-loop/cdk-library full name of the library to be updated via renovate

See semver for details around specifying the versionRequirement.

Limitations

  • Should be re-written in TypeScript, but all examples were JS, and we're tight for time.
  • Not projen-ified, which is kinda tragic. I feel that these two technologies are deeply complementary. projen/projen#2841
  • Not published to npmjs.com, so you have to run it locally. We use github packages, so... we'll probably never publish this to npmjs.com. Either way, not a priority right now.

Contributing

See CONTRIBUTING.md

License

ISC

About

License:ISC License


Languages

Language:JavaScript 100.0%