You can get started with detailed documentation found here.
Install the latest:
deno install -g -f --allow-env --allow-sys --allow-net --allow-import --allow-read --allow-write --allow-ffi --allow-run --unstable-worker-options --no-prompt -n subql-ai jsr:@subql/ai-app-framework/cli
Install a specific version:
deno install -g -f --allow-env --allow-sys --allow-net --allow-import --allow-read --allow-write --allow-ffi --allow-run --unstable-worker-options --no-prompt -n subql-ai jsr:@subql/ai-app-framework@<version>/cli
NOTE: These permissions can change, for the most upto date permissions see the top of ./src/index.ts
The framework is build using Deno, please make sure that is available in your environment.
Running tests: deno run test
Releases are made through git tags with semver format prefixed with a v
. This
will trigger publishing to JSR and Docker hub.