-
Notifications
You must be signed in to change notification settings - Fork 0
Add --output-folder flag to gotap run #4
Copy link
Copy link
Open
Description
Summary
gorun currently writes outputs to the default /out mount when invoking gotap run, because gotap does not yet support an explicit --output-folder flag.
Why this matters
Supporting --output-folder would make the shim contract clearer and let callers choose a non-default output location without relying on implicit behavior.
Context
While testing gorun on March 18, 2026, a run failed with:
Error: unknown flag: --output-folder
We removed the flag from gorun for now because /out is already the default, but we still want to add the flag to gotap later.
Follow-up
- add
--output-foldertogotap run - keep
/outas the default when the flag is omitted - document the behavior in the CLI help and README
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels