Skip to content

runAddAbilityCommand

runAddAbilityCommand(__namedParameters): Promise<{ abilitySlug: string; projectDir: string; warnings: string[]; }>

Defined in: wp-typia-project-tools/src/runtime/add/cli-add-workspace-ability.ts:21

Add one typed workflow ability scaffold to an official workspace project.

RunAddAbilityCommandOptions

Promise<{ abilitySlug: string; projectDir: string; warnings: string[]; }>

Generated ability metadata plus non-fatal scaffold warnings, such as repaired malformed existing plugin header floor values.