a4-cli 0.20.2

CLI tool for generating TypeScript SDKs from Arete stream specifications
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "schemaVersion": 1,
  "input": {
    "kind": "stack-manifest",
    "hash": "arete:h1:stack-manifest:sha256:4e75a9f4d6eeb02109d53c265142ea07d67ad23332d3270518c48e6a9f9798be"
  },
  "sdkOutputTreeHash": "{{SDK_OUTPUT_TREE_HASH}}",
  "extensions": null,
  "artifacts": [
    "my_stack_stack/__init__.py",
    "my_stack_stack/models.py",
    "my_stack_stack/programs.py",
    "my_stack_stack/views.py",
    "pyproject.toml"
  ]
}