yoshuawuyts/Run component CLI
Run the component(1) unified WebAssembly developer tool in your GitHub Actions workflow
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | The component subcommand to run (run, install, init, local, registry) | yes | run |
| input | For `component run`: local file path or OCI reference to the Wasm Component | no | "" |
| args | Additional arguments passed verbatim to the component command | no | "" |
| offline | Run in offline mode (--offline) | no | false |
| color | When to use colored output: auto, always, or never (--color) | no | auto |
| inherit-env | For `component run`: inherit all host environment variables (--inherit-env) | no | false |
| inherit-network | For `component run`: allow the guest to access the network (--inherit-network) | no | false |
| no-stdio | For `component run`: suppress stdin/stdout/stderr inheritance (--no-stdio) | no | false |
Outputs
| name | description |
|---|---|
| exit-code | Exit code returned by the component command |