feat(cli): pass managed daemon options to scan

This commit is contained in:
Andrey Avtomonov 2026-05-11 12:37:24 +02:00
parent d24415413f
commit 478c06d467
5 changed files with 106 additions and 1 deletions

View file

@ -234,6 +234,8 @@ describe('dev Commander tree', () => {
detectRelationships: false,
dryRun: true,
databaseIntrospectionUrl: undefined,
cliVersion: '0.0.0-private',
runtimeInstallPolicy: 'prompt',
},
scanIo.io,
);
@ -259,6 +261,8 @@ describe('dev Commander tree', () => {
detectRelationships: true,
dryRun: false,
databaseIntrospectionUrl: undefined,
cliVersion: '0.0.0-private',
runtimeInstallPolicy: 'prompt',
},
io.io,
);