CLI version: 0.13.1
Five of the nine registered commands are stubs that print "not implemented yet — coming soon": init, doctor, theme, add, analyze.
However, frontfamily.com/docs presents them as working — including sample terminal output for frontfamily doctor (dependency-check results) that the current CLI cannot produce, and a FAQ answer recommending doctor.
Suggested fix (either direction):
- Mark these commands "(coming soon)" in both
--help output and the docs site until they land, or hide them from --help entirely; or
- Implement
doctor first — it is the smallest real win (read the target project's package.json, check installed deps against each framework's requirements). list already shows the pattern for loading bundled data.
Aligning docs with implementation matters here because the product's positioning is built on measured/real data.
CLI version: 0.13.1
Five of the nine registered commands are stubs that print "not implemented yet — coming soon":
init,doctor,theme,add,analyze.However, frontfamily.com/docs presents them as working — including sample terminal output for
frontfamily doctor(dependency-check results) that the current CLI cannot produce, and a FAQ answer recommendingdoctor.Suggested fix (either direction):
--helpoutput and the docs site until they land, or hide them from--helpentirely; ordoctorfirst — it is the smallest real win (read the target project'spackage.json, check installed deps against each framework's requirements).listalready shows the pattern for loading bundled data.Aligning docs with implementation matters here because the product's positioning is built on measured/real data.