Skip to main content

Status And Inventory

PropertyValue
descriptionRepo listing and status output flows in RepoHelpers.
relatedRepoHelpers, Navigation, Repo Flows

This group covers workspace listing and status output:

  • list
  • check

List

list enumerates directories in the selected space.

Current options:

  • plain listing
  • -Git for Git-aware columns
  • -Full to force the Git-aware view
  • -Like filtering

Examples:

mac-cli list
mac-cli list -Full
mac-cli list -Space projects -Like 'mac*'

Check

check is the main repo-status surface.

Current model:

  • with no repo it defaults to a space scan
  • bulk/no-arg check includes local release/tag info by default
  • -Basic gives the leaner status-only view
  • -RI keeps release/tag data explicit

Examples:

mac-cli check
mac-cli check -All
mac-cli check -All -RI
mac-cli check mac-cli -Short
mac-cli check -All -Dirty -Like 'mac*'

Current Status Notes

  • check -RI uses local Git state only
  • workspace scans no longer wait on GitHub release lookups
  • output supports list/table/color modes depending on how the command is invoked