Commands¶
Global Options¶
show¶
Show available admin capability areas.
Options: all | scaffold | sync | validate | workflows
repos¶
List repos defined in repos.toml.
uv run python -m se_admin repos
uv run python -m se_admin repos --set foundation
uv run python -m se_admin repos --active-only
Repo sets are defined in repos.toml under [repo_sets].
Options:
--set NAME- limit output to repos in the named repo set (e.g.foundation,theory,papers).--active-only- exclude repos withstatus = "legacy"or any non-active status.
tasks¶
List available tasks from data/tasks/.
check¶
Run profile checks against a repo or repo set.
Exits 0 if all checks pass, 1 if any fail.
uv run python -m se_admin check --repo se-admin
uv run python -m se_admin check --set foundation
uv run python -m se_admin check --set theory --profile lean
run¶
Execute a task by id. Use --dry-run to preview without making changes.