Skip to main content
View as Markdown

Function: addSystemToDomain()

addSystemToDomain(directory): (id, system, version?) => Promise<void>

Defined in: domains.ts:478

Add a system to a domain by its id. Optionally specify a version to add the system to a specific version of the domain.

Parameters

ParameterType
directorystring

Returns

Function

Parameters

ParameterType
idstring
system{ id: string; version: string; }
system.idstring
system.version?string
version?string

Returns

Promise<void>