Get started with Kestra in 4 minutes.
An internal utility CLI for Kestra team.
cd kestra
# or
cd kestra-ee
# run backend tests like with ./gradlew test --parallel
npx --yes @kestra-io/kestra-devtools generateTestReportSummary --only-errors $(pwd)
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=1
- Full documentation can be found under kestra.io/docs
- Documentation for developing a plugin is included in the Plugin Developer Guide.
Apache 2.0 © Kestra Technologies
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.