@boxfiles/provider-run
v0.0.1
Published
Shell command action provider for Boxfiles.
Readme
@boxfiles/provider-run
Shell command action provider for Boxfiles.
This package adds the run action kind. It validates command strings and contributes command execution steps to the compiled plan.
Action kind
uses: run
with:
command: mise installRun actions are always marked unsafe and non-idempotent because arbitrary shell commands can mutate workstation state in ways Boxfiles cannot inspect.
Status
Planning is implemented. Apply is intentionally stubbed until Boxfiles has a concrete execution safety policy.
