Module cmds

Module cmds 

Source
Expand description

Command Router Module - ggen v5.0.0 (Fresh Start)

ggen v5 has ONE command: ggen sync. All other commands have been removed for a fresh start. Utility commands may be added back incrementally in future versions.

§The Only Command

ggen sync [OPTIONS]

§Removed Commands

The following commands were removed in v5.0:

  • ggen generate → Use ggen sync
  • ggen validate → Use ggen sync --validate-only
  • ggen template * → Use ggen sync
  • ggen project * → Add back in v5.1+
  • ggen graph * → Add back in v5.1+
  • ggen ontology * → Add back in v5.1+
  • ggen marketplace * → Add back in v5.1+
  • ggen ai * → Add back in v5.1+
  • ggen test * → Add back in v5.1+
  • ggen utils * → Add back in v5.1+
  • ggen ci * → Add back in v5.1+
  • ggen workflow * → Add back in v5.1+

Modules§

helpers
Shared helpers for command modules
sync
Sync Command - The ONLY command in ggen v5

Functions§

run_cli
Setup and run the command router using clap-noun-verb auto-discovery