Interface: FsTransitionChangeOptions
Defined in: packages/core/src/composition/use-cases/transition-change.ts:33
Filesystem adapter paths for createTransitionChange(context, options).
Properties
archivePath
readonlyarchivePath:string
Defined in: packages/core/src/composition/use-cases/transition-change.ts:41
Absolute path to the archive root directory.
archivePattern?
readonlyoptionalarchivePattern?:string
Defined in: packages/core/src/composition/use-cases/transition-change.ts:43
Optional archive directory pattern (e.g. '{{year}}/{{change.archivedName}}').
changesPath
readonlychangesPath:string
Defined in: packages/core/src/composition/use-cases/transition-change.ts:35
Absolute path to the changes/ directory.
configDir
readonlyconfigDir:string
Defined in: packages/core/src/composition/use-cases/transition-change.ts:47
Project root directory for resolving relative schema paths.
discardedPath
readonlydiscardedPath:string
Defined in: packages/core/src/composition/use-cases/transition-change.ts:39
Absolute path to the discarded/ directory.
draftsPath
readonlydraftsPath:string
Defined in: packages/core/src/composition/use-cases/transition-change.ts:37
Absolute path to the drafts/ directory.
nodeModulesPaths
readonlynodeModulesPaths: readonlystring[]
Defined in: packages/core/src/composition/use-cases/transition-change.ts:45
Additional node_modules directories for schema resolution.
projectRoot
readonlyprojectRoot:string
Defined in: packages/core/src/composition/use-cases/transition-change.ts:53
Absolute path to the project root.
schemaRef
readonlyschemaRef:string
Defined in: packages/core/src/composition/use-cases/transition-change.ts:49
Schema reference string from config.
schemaRepositories
readonlyschemaRepositories:ReadonlyMap<string,SchemaRepository>
Defined in: packages/core/src/composition/use-cases/transition-change.ts:51
Map of workspace name → schema repository instance.