Type Alias: LifecycleHooks<CONTEXT>
LifecycleHooks<
CONTEXT>:ApplicationHooks&CommandHooks<CONTEXT>
All supported lifecycle hooks that can be registered by an integration. This includes both application-level hooks and command-level hooks. Stricli will execute the provided callbacks at the appropriate time during the application lifecycle.
Type Parameters
• CONTEXT extends CommandContext