Interface: InitProjectResult
Defined in: packages/core/src/application/ports/config-writer.ts:16
Result returned by the initProject operation.
Properties
configPath
readonlyconfigPath:string
Defined in: packages/core/src/application/ports/config-writer.ts:18
Absolute path to the created specd.yaml file.
schemaRef
readonlyschemaRef:string
Defined in: packages/core/src/application/ports/config-writer.ts:20
Schema reference as written.
workspaces
readonlyworkspaces: readonlystring[]
Defined in: packages/core/src/application/ports/config-writer.ts:22
Workspace IDs created.