Skip to content

Docs advertise commands that are not implemented (init, doctor, theme, add, analyze) #2

Description

@ch-bas

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdocumentationImprovements or additions to documentation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions