tasks.md
aqua-testeraqua-testerTest Aqua configuration with fish shell
buildbuildbBuild the project
ciDepends: format, build, test
Usage: ci
Run all CI checks
cleancleanClean build artifacts
docsDepends: docs:setup
Usage: docs
Start the documentation development server
docs:buildDepends: docs:setup
Usage: docs:build
Build the documentation site
docs:demosdocs:demosCreate recordings with vhs
docs:previewDepends: docs:build
Usage: docs:preview
Preview the documentation site
docs:releaseDepends: docs:build
Usage: docs:release
Release documentation site to production or remote
docs:setupdocs:setupInstall documentation dependencies
fetch-gpg-keysfetch-gpg-keysFetch GPG keys for signing or verification
filetaskfiletask [-f --force] [-u --user <user>] [file] [arg_with_default]ftThis is a test build script
[file]The file to write
Default: file.txt
[arg_with_default]An arg with a default
Default: mydefault
-f --forceOverwrite existing <file>
-u --user <user>User to run as
filetask.batfiletask.batflamegraphflamegraphGenerate a flamegraph for performance analysis
install-devinstall-devInstall the current project in debug mode
lintDepends: lint:*
Usage: lint
Run all lint checks
lint-fixlint-fixformat, fixAutomatically fix lint issues
lint:hklint:hkLint HK files
pre-commitpre-commitRun pre-commit hooks
releasereleaseRelease the project
release-plzrelease-plzRelease with release-plz
renderDepends: render:*
Usage: render
Run all render tasks
render:completionsDepends: build
Usage: render:completions
Generate shell completions
render:figDepends: docs:setup
Usage: render:fig
Generate Fig completion spec
render:helpDepends: build
Usage: render:help
Render help documentation
render:mangenDepends: render:usage
Usage: render:mangen
Generate man pages
render:schemaDepends: docs:setup
Usage: render:schema
Render JSON schema
render:usageDepends: build
Usage: render:usage
Generate usage documentation
show-output-on-failureshow-output-on-failureShow output on failure for documentation generation
signal-testsignal-testTest signal handling in Node.js
snapshotssnapshotsupdate test snapshots
testtesttrun all tests
test-tool-retrytest-tool-retry [--grace-period] [--check-only] <tools>…Retry failed test-tools with grace period for recent upstream releases
<tools>…Failed tools to retry
--grace-periodIgnore failures from tools whose upstream released <7 days ago
--check-onlySkip retrying tools, only check grace period (use with --grace-period)
test:build-perf-workspacetest:build-perf-workspacetask description
test:coveragetest:coverageRun all tests with coverage report
test:e2eDepends: build
Usage: test:e2e
Aliases: e, e2e
Run end-to-end tests
test:perfDepends: test:build-perf-workspace
Usage: test:perf
Run performance tests
test:shuffletest:shuffleRun tests with shuffling enabled
test:unittest:unitrun unit tests
update-descriptionsupdate-descriptionsUpdate all task descriptions in the project