(runtime, options)
| 136 | AdminReinstallCommandOptions, |
| 137 | AdminInstallCommandResult |
| 138 | > = async (runtime, options): Promise<AdminInstallCommandResult> => |
| 139 | await runInstallCommand(runtime, options, 'reinstall'); |
| 140 | |
| 141 | export const installFromSourceCommand: RuntimeCommand< |
| 142 | AdminInstallFromSourceCommandOptions, |
nothing calls this directly
no test coverage detected
searching dependent graphs…