yoshuawuyts/Run component CLI

Run the component(1) unified WebAssembly developer tool in your GitHub Actions workflow

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
commandThe component subcommand to run (run, install, init, local, registry)yesrun
inputFor `component run`: local file path or OCI reference to the Wasm Componentno""
argsAdditional arguments passed verbatim to the component commandno""
offlineRun in offline mode (--offline)nofalse
colorWhen to use colored output: auto, always, or never (--color)noauto
inherit-envFor `component run`: inherit all host environment variables (--inherit-env)nofalse
inherit-networkFor `component run`: allow the guest to access the network (--inherit-network)nofalse
no-stdioFor `component run`: suppress stdin/stdout/stderr inheritance (--no-stdio)nofalse
namedescription
exit-codeExit code returned by the component command