Type Alias: WorkspaceModuleInitOpts
WorkspaceModuleInitOpts =
object
Properties
args?
optionalargs?:JSON
here?
optionalhere?:boolean
Write to the workspace config directory at the workspace cwd.
include?
optionalinclude?:string[]
Additional include patterns for the module.
path?
optionalpath?:string
Workspace-relative path for the new module. Defaults to ".dagger/modules/<name>"; using the default also installs the module in [modules.<name>].
sdk?
optionalsdk?:string
Workspace SDK name or module entry name to use.
source?
optionalsource?:string
Source subpath within the new module.