Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/cli / / SkillsMigrateFrontmatterOptions
Interface: SkillsMigrateFrontmatterOptions
Defined in: packages/cli/src/commands/skills.ts:165
Stable
Extends
Properties
| Property | Modifier | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|---|
apply? | readonly | boolean | - | - | packages/cli/src/commands/skills.ts:169 |
json? | readonly | boolean | Emit a structured JSON document instead of human-readable text. | SkillsCommonOptions.json | packages/cli/src/internal/output.ts:71 |
jsonPrint? | readonly | JsonSink | Test seam — capture JSON documents instead of writing to stdout. | SkillsCommonOptions.jsonPrint | packages/cli/src/internal/output.ts:77 |
nonInteractive? | readonly | boolean | Force --non-interactive semantics (skip prompts; require flags / env). | SkillsCommonOptions.nonInteractive | packages/cli/src/internal/output.ts:73 |
path? | readonly | string | Directory to walk. Defaults to process.cwd(). | - | packages/cli/src/commands/skills.ts:167 |
print? | readonly | PrintSink | Test seam — capture human lines instead of writing to stderr. | SkillsCommonOptions.print | packages/cli/src/internal/output.ts:75 |
recursive? | readonly | boolean | - | - | packages/cli/src/commands/skills.ts:168 |