Optional
configuration?: Record<string, any>An object mapping configuration option names to values.
See also getServiceConfiguration.
Optional
dependencies?: Record<string, string>An object mapping dependency aliases to mount points.
See also getServiceDependencies.
Optional
development?: booleanWhether the service should be installed in development mode.
See also setServiceDevelopmentMode.
Default: false
Optional
force?: booleanUnless set to true
, upgrading a service that does not already exist will
fall back to installing the new service.
Default: false
Optional
legacy?: booleanWhether the service should be installed in legacy compatibility mode
This overrides the engines
option in the service manifest (if any).
Default: false
Optional
setup?: booleanWhether the "setup" script should be executed.
Default: true
Optional
teardown?: booleanWhether the existing service's "teardown" script should be executed prior to upgrading that service.
Default: false
Generated using TypeDoc
Options for upgrading a service.
See upgradeService.