Skip to main content

Type Alias: WorkspaceInstallOpts

WorkspaceInstallOpts = object

Properties

asSdk?

optional asSdk?: 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?

optional asSdkName?: string

User-facing SDK name to persist under [modules.<name>.as-sdk] name = ....


here?

optional here?: boolean

Write to the workspace config directory at the workspace cwd.


name?

optional name?: string

Override name for the installed module entry.