Skip to main content

Help And Test Surface

PropertyValue
descriptionHelp, manual, wizard, and test entrypoints exposed through RepoHelpers.
relatedRepoHelpers, Testing, AuthHelpers

This group covers:

  • help
  • man
  • the bare mac-cli interactive wizard
  • test

Help / Manual Model

Discovery-first:

mac-cli help
mac-cli help commands
mac-cli help save

Detailed reference:

mac-cli man save
mac-cli man space update
mac-cli man auth start-ai

Current maintainer note:

  • the manual/help surface is driven by shared metadata instead of disconnected ad hoc text

Interactive Wizard

Running bare mac-cli opens the terminal wizard.

The wizard currently prompts for:

  • action
  • space when the action is space-aware
  • repo when the action needs one
  • grouped subcommand entrypoints for space

Test Entry Point

Top-level test surface:

mac-cli test -RepoHelpers -Quick

Repo-level runner:

.\mac-cli-test.ps1

The top-level test action is the thin public wrapper over the repo-level validation entrypoints.