Command Surface¶
This page summarizes the user-facing Atlas command families. It does not document the maintainer control plane; that lives in Automation Command Surface.
The installed runtime namespace is bijux atlas ....
The direct runtime binaries remain bijux-atlas, bijux-atlas-server, and bijux-atlas-openapi.
Top-Level Command Map¶
flowchart TD
CLI[bijux atlas / bijux-atlas] --> Version[version]
CLI --> Completion[completion]
CLI[bijux atlas / bijux-atlas] --> Config[config]
CLI --> Catalog[catalog]
CLI --> Dataset[dataset]
CLI --> Diff[diff]
CLI --> Gc[gc]
CLI --> Policy[policy]
CLI --> Ingest[ingest]
CLI --> OpenAPI[openapi]
This command map is the quickest way to orient yourself in the runtime CLI. It groups the public families readers are expected to discover from the product-facing command surface.
Runtime Companions¶
flowchart LR
AtlasCLI[bijux atlas / bijux-atlas] --> UserWorkflows[User workflows]
ServerCLI[bijux-atlas-server] --> Runtime[Runtime server]
OpenAPICLI[bijux-atlas-openapi or openapi generate] --> Contracts[OpenAPI generation]
This companion view matters because Atlas exposes more than one runtime binary. It keeps users from treating server startup, CLI workflows, and OpenAPI generation as one indistinct surface.
Use this page when you are asking, "Which runtime-facing binary or subcommand family should I use?"
Use the automation reference when you are asking, "Which maintainer command checks the repository, docs, or release state?"
Top-Level Families¶
version: print CLI version informationcompletion: generate shell completionsconfig: inspect config behaviorcatalog: validate and mutate catalog statedataset: validate, verify, publish, and pack dataset statediff: build dataset diff artifactsgc: plan and apply garbage collectionpolicy: validate and explain active policyingest: build validated dataset state from source inputsopenapi: generate the OpenAPI description
Stability Reading¶
bijux atlas ...,bijux-atlas,bijux-atlas-server, and documented command families are user-facing surfaces- structured output, error behavior, and OpenAPI are only as stable as the documented contracts behind them
- debug-only or maintainer-only commands should not be inferred from this page
Stability¶
This page documents the checked-in runtime-facing command namespace. Update it when the public CLI surface changes, and keep maintainer-only automation out of scope.
Related Binaries¶
bijux-atlasbijux-atlas-serverbijux-atlas-openapi
Purpose¶
This page is the lookup reference for command surface. Use it when you need the current checked-in surface quickly and without extra narrative.