Make Filare CLI subcommands discoverable and cohesive¶
uid: ISS-0006 status: BACKLOG priority: medium owner_role: REWORK estimate: TBD dependencies: [] risk: medium milestone: backlog
Category¶
UI
Evidence¶
filare --helpnever mentionsfilare-qty; users cannot see that quantity prep exists or when to run it.- There is no
filare qtysubcommand/alias; instead there are two executables, so the relationship between rendering and multiplier prep is hidden. - Short flag
-fmeans formats infilareand force infilare-qty, breaking cross-command expectations. - Default multiplier filename/location and workflow order (run
filare-qtybeforefilare -u) are not visible in either help.
User Impact¶
Persona A/D miss BOM scaling entirely; Persona B/C cannot script reliably because commands feel unrelated and flags conflict; extra time is spent rediscovering defaults and wiring commands together.
Suggested Next Steps¶
- Add a
filare qtysubcommand or at least cross-linkfilare-qtyfromfilare --helpwith a one-line description and default file name. - Provide a command list section in help describing each command/task and the expected order (quantity prep then render with
-u). - Resolve or document the
-fflag conflict and surface default multiplier filename/output dir in both helps.