Skip to main content

Type Alias: WorkspaceModuleInitOpts

WorkspaceModuleInitOpts = object

Properties

args?

optional args?: JSON


here?

optional here?: boolean

Write to the workspace config directory at the workspace cwd.


include?

optional include?: string[]

Additional include patterns for the module.


path?

optional path?: string

Workspace-relative path for the new module. Defaults to ".dagger/modules/<name>"; using the default also installs the module in [modules.<name>].


sdk?

optional sdk?: string

Workspace SDK name or module entry name to use.


source?

optional source?: string

Source subpath within the new module.