@kestra-io/kestra-devtools
v1.0.31
Published
a CLI tool to run various dev tasks to build, test, release Kestra
Readme
kestra-devtools
An internal utility CLI for Kestra team.
usage
cd kestra
# or
cd kestra-ee
# run backend tests like with ./gradlew test --parallelnpx --yes @kestra-io/kestra-devtools generateTestReportSummary --only-errors $(pwd)develop locally this CLI
npm i
npm run test
npm run build
npm run start --help
npm run start checkWorkflowStatus main.yml -- --repo=kestra --branches=releases/v0.22.x,releases/v0.23.x,releases/v0.24.x,releases/v1.0.x --githubToken=$(gh auth status -t 2>/dev/null | awk '/Token:/ {print $3}') --retry=1About Kestra
Documentation
- Full documentation can be found under kestra.io/docs
- Documentation for developing a plugin is included in the Plugin Developer Guide.
License
Apache 2.0 © Kestra Technologies
Stay up to date
We release new versions every month. Give the main repository a star to stay up to date with the latest releases and get notified about future updates.

