Expand description
Root Project configuration type
Based on schema/core.cue
Structs§
- ArgMatcher
- Pattern matcher for task arguments
- Base
- Base configuration structure (composable across directories)
- Hooks
- Collection of hooks that can be executed
- Match
Hook - Hook step that expands to tasks discovered via TaskMatcher.
- Project
- Root Project configuration structure (leaf node - cannot unify with other projects)
- Task
Matcher - Match tasks across workspace by metadata for discovery-based execution
- TaskRef
- Reference to a task in another env.cue project by its name property
- Workspace
Config - Workspace configuration
- Workspace
Hooks - Workspace lifecycle hooks for pre/post install
Enums§
- Hook
Item - A hook step to run as part of workspace lifecycle hooks.
Type Aliases§
- Cuenv
- Type alias for backward compatibility