Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/cli / / SkillsInstallOptions
Interface: SkillsInstallOptions
Defined in: packages/cli/src/commands/skills.ts:52
Stable
Extends
Properties
| Property | Modifier | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|---|
cwd? | readonly | string | Working directory for npm installs. | - | packages/cli/src/commands/skills.ts:62 |
dryRun? | readonly | boolean | - | - | packages/cli/src/commands/skills.ts:63 |
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 |
print? | readonly | PrintSink | Test seam — capture human lines instead of writing to stderr. | SkillsCommonOptions.print | packages/cli/src/internal/output.ts:75 |
ref? | readonly | string | Optional git ref (git sources only). | - | packages/cli/src/commands/skills.ts:58 |
source | readonly | string | npm:<name>[@version] or git:<url> source. | - | packages/cli/src/commands/skills.ts:54 |
trustLevel? | readonly | SkillTrustLevelInput | Trust level for the operator's project. Defaults to the helper's own default. | - | packages/cli/src/commands/skills.ts:60 |
version? | readonly | string | Optional explicit version pin (npm sources only). | - | packages/cli/src/commands/skills.ts:56 |