- Usage:
aqua-tester
Test Aqua configuration with fish shell
- Usage:
build - Aliases:
b
Build the project
-
Depends: format, build, test
-
Usage:
ci
Run all CI checks
- Usage:
clean
Clean build artifacts
-
Depends: docs:setup
-
Usage:
docs
Start the documentation development server
-
Depends: docs:setup
-
Usage:
docs:build
Build the documentation site
- Usage:
docs:demos
Create recordings with vhs
-
Depends: docs:build
-
Usage:
docs:preview
Preview the documentation site
-
Depends: docs:build
-
Usage:
docs:release
Release documentation site to production or remote
- Usage:
docs:setup
Install documentation dependencies
- Usage:
fetch-gpg-keys
Fetch GPG keys for signing or verification
- Usage:
filetask [-f --force] [-u --user <user>] [file] [arg_with_default] - Aliases:
ft
This is a test build script
The file to write
Default: file.txt
An arg with a default
Default: mydefault
Overwrite existing <file>
User to run as
- Usage:
filetask.bat
- Usage:
flamegraph
Generate a flamegraph for performance analysis
- Usage:
install-dev
Install the current project in debug mode
-
Depends: lint:*
-
Usage:
lint
Run all lint checks
- Usage:
lint-fix - Aliases:
format,fix
Automatically fix lint issues
- Usage:
lint:hk
Lint HK files
- Usage:
pre-commit
Run pre-commit hooks
- Usage:
release
Release the project
- Usage:
release-plz
Release with release-plz
-
Depends: render:*
-
Usage:
render
Run all render tasks
-
Depends: build
-
Usage:
render:completions
Generate shell completions
-
Depends: docs:setup
-
Usage:
render:fig
Generate Fig completion spec
-
Depends: build
-
Usage:
render:help
Render help documentation
-
Depends: render:usage
-
Usage:
render:mangen
Generate man pages
-
Depends: docs:setup
-
Usage:
render:schema
Render JSON schema
-
Depends: build
-
Usage:
render:usage
Generate usage documentation
- Usage:
show-output-on-failure
Show output on failure for documentation generation
- Usage:
signal-test
Test signal handling in Node.js
- Usage:
snapshots
update test snapshots
- Usage:
test - Aliases:
t
run all tests
- Usage:
test-tool-retry [--grace-period] <tools>…
Retry failed test-tools with grace period for recent upstream releases
Failed tools to retry
Ignore failures from tools whose upstream released <7 days ago
- Usage:
test:build-perf-workspace
task description
- Usage:
test:coverage
Run all tests with coverage report
-
Depends: build
-
Usage:
test:e2e -
Aliases:
e,e2e
Run end-to-end tests
-
Depends: test:build-perf-workspace
-
Usage:
test:perf
Run performance tests
- Usage:
test:shuffle
Run tests with shuffling enabled
- Usage:
test:unit
run unit tests
- Usage:
update-descriptions
Update all task descriptions in the project