What problem does it solve?
Modifies an existing Pixie tool's inputs, outputs, behaviour, dependencies, or metadata, then re-validates. Use when the user asks to change, edit, tweak, or add/remove an input/output. Do NOT use to rename (rename-tool), delete (remove-tool), fix broken (debug-tool), set a secret (set-secret), migrate format (migrate-tool-format), tag (tag-tool), or restructure files (organise-tool).
Core Features & Use Cases
- Update a tool's configuration and/or code, then run a full validator to ensure compatibility with Pixie's workflow.
- Ensure changes are safe by routing through the standard pre-flight checks, kill-file guidelines, and validator handoff.
- Use case: When a user needs to adjust an input schema or add a new dependency and wants the updated tool to remain valid and runnable.
Quick Start
Update an existing tool's inputs and re-validate, ensuring the tool passes all checks.