Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/cli / / StorageCleanupBackupsOptions
Interface: StorageCleanupBackupsOptions
Defined in: packages/cli/src/commands/storage.ts:269
Stable
Extends
Properties
| Property | Modifier | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|---|
config? | readonly | string | - | StorageCommonOptions.config | packages/cli/src/commands/storage.ts:45 |
dryRun? | readonly | boolean | Skip the actual delete; print what would be removed. Default false. Tests pass true to assert the discovery without touching files. | - | packages/cli/src/commands/storage.ts:274 |
json? | readonly | boolean | Emit a structured JSON document instead of human-readable text. | StorageCommonOptions.json | packages/cli/src/internal/output.ts:71 |
jsonPrint? | readonly | JsonSink | Test seam — capture JSON documents instead of writing to stdout. | StorageCommonOptions.jsonPrint | packages/cli/src/internal/output.ts:77 |
nonInteractive? | readonly | boolean | Force --non-interactive semantics (skip prompts; require flags / env). | StorageCommonOptions.nonInteractive | packages/cli/src/internal/output.ts:73 |
print? | readonly | PrintSink | Test seam — capture human lines instead of writing to stderr. | StorageCommonOptions.print | packages/cli/src/internal/output.ts:75 |