Versions in this module Expand all Collapse all v0 v0.7.0 Jun 1, 2026 Changes in this version type CommandSet + Drift *cobra.Command + Generate *cobra.Command + Sync *cobra.Command v0.6.0 Jun 1, 2026 Changes in this version type CommandSet + Rules *cobra.Command v0.5.0 May 26, 2026 Changes in this version + func AddCommandsTo(root *cobra.Command, cfg *Config) + func WithConfig(ctx context.Context, cfg *Config) context.Context + type CommandSet struct + Approve *cobra.Command + Context *cobra.Command + Create *cobra.Command + Docs *cobra.Command + Eval *cobra.Command + Export *cobra.Command + Graph *cobra.Command + Init *cobra.Command + Lint *cobra.Command + Profiles *cobra.Command + Reconcile *cobra.Command + Serve *cobra.Command + Status *cobra.Command + Synthesize *cobra.Command + Targets *cobra.Command + func Commands(cfg *Config) *CommandSet + type Config struct + DefaultProfile string + ProfileLoader profiles.Loader + RubricLoader rubrics.Loader + SpecConfig *types.SpecConfig + TemplateLoader templates.Loader + Version string + func ConfigFromContext(ctx context.Context) *Config + func ConfigFromProfile(profile *profiles.Profile) *Config + func DefaultConfig() *Config + func (c *Config) GetSpecConfig() *types.SpecConfig