You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit implements support for running "command" triggers in the
shim, based on https://github.com/fermyon/spin-trigger-command.
Specifically, it runs a WASI command component to completion, with
support for both classical WASI preview 1 core modules and WASI preview
2 CLI components.
Finally, this supports passing Kubernetes arguments:
```yaml
- name: spin-command
image: <command-component-that-prints-args>
args: ["these", "are", "some", "args"]
```
These arguments are passed in the component and can be read at runtime
using WASI.
Signed-off-by: Radu Matei <[email protected]>
0 commit comments