Skip to content

Docs outdated: core-cli modes page shows old code import syntax (--repo no longer valid) #588

@danieldekay

Description

@danieldekay

Summary

The docs page below appears outdated and suggests CLI usage that no longer matches v0.46.28 behavior:

A documented/import-like invocation using --repo fails because code import now expects a subcommand structure.

Reproduction

specfact code import tangoatlas --repo . --confidence 0.7

Actual Output

SpecFact CLI - v0.46.28
Started: 2026-05-29 19:32:37
Usage: code import [OPTIONS] [BUNDLE] COMMAND [ARGS]...
Try 'code import -h' for help.
Error: No such command '--repo'.

Expected Behavior

  • Docs should match current CLI grammar for code import in v0.46.28.
  • If --repo was removed or moved to a subcommand, the page should be updated with current examples and migration notes.

Why This Matters

Current docs send users to a guaranteed error path, which blocks onboarding and erodes trust in command examples.

Environment

  • OS: macOS
  • SpecFact CLI: v0.46.28

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No fields configured for Bug.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions