Skip to main content

Module cli

Module cli 

Source
Expand description

CLI argument parsing and command definitions.

Provides the common CLI structure that all Fabryk-based applications share: configuration, verbosity, and base commands (serve, index, version, health, graph).

Domain applications extend this via the CliExtension trait.

Structs§

CliArgs
Top-level CLI arguments for Fabryk applications.
ConfigCommand
Config-specific subcommands.
GraphCommand
Graph-specific subcommands.

Enums§

BaseCommand
Built-in commands shared by all Fabryk applications.
ConfigAction
Available config subcommands.
GraphSubcommand
Available graph subcommands.

Traits§

CliExtension
Extension point for domain-specific CLI commands.