feat(cli): clean up command surface

This commit is contained in:
Andrey Avtomonov 2026-05-12 23:51:46 +02:00
parent 60457e9407
commit e15a4ebaec
61 changed files with 406 additions and 2076 deletions

View file

@ -44,8 +44,8 @@ export async function runSetupDev(options = {}) {
{
name: 'doctor setup',
command: process.execPath,
args: ['packages/cli/dist/bin.js', 'dev', 'doctor', 'setup', '--no-input'],
retry: 'pnpm run ktx -- dev doctor setup --no-input',
args: ['packages/cli/dist/bin.js', 'status', '--no-input'],
retry: 'pnpm run ktx -- status --no-input',
},
];