Type Alias: WorkspaceInstallOpts
WorkspaceInstallOpts =
object
Properties
asSdk?
optionalasSdk?:boolean
Mark the install as an SDK (writes the [modules.<name>.as-sdk] marker that dispatches dagger module init <sdk> and dagger api client init <sdk>).
asSdkName?
optionalasSdkName?:string
User-facing SDK name to persist under [modules.<name>.as-sdk] name = ....
here?
optionalhere?:boolean
Write to the workspace config directory at the workspace cwd.
name?
optionalname?:string
Override name for the installed module entry.