Expand description
Runtime actions for CLI commands.
These are initial data models for upstream nest-cli/actions/*.action.ts.
They describe which action a parsed command should invoke and the broad
side effects each action performs.
Modules§
- abstract_
action - Upstream source:
../nest-cli/actions/abstract.action.ts. - add_
action - Port plan for upstream
../nest-cli/actions/add.action.ts. - build_
action - Pure plan builder for upstream
nest-cli/actions/build.action.ts. - build_
executor - Executable build behavior for Rust projects generated by this CLI.
- generate_
action - Pure planning port for upstream
../nest-cli/actions/generate.action.ts. - info_
action - Port plan for upstream
../nest-cli/actions/info.action.ts. - new_
action - Pure planning port for upstream
../nest-cli/actions/new.action.ts. - start_
action - Pure plan builder for Rust
nest startexecution. - start_
executor - Executable start behavior for Rust projects generated by this CLI.
Structs§
- Action
Invocation - Data passed to an action
handlemethod after command parsing. - Action
Spec - Static descriptor for an upstream action class.
Enums§
- Action
Effect - High-level side effects visible in upstream action implementations.
- Action
Kind - Runtime action classes declared by upstream Nest CLI.