Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 38cbb66

Browse files
authored
chore: deprecate cortex init (#868)
1 parent a6c43c8 commit 38cbb66

File tree

3 files changed

+0
-73
lines changed

3 files changed

+0
-73
lines changed

cortex-js/src/command.module.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { CortexModule } from './usecases/cortex/cortex.module';
66
import { ServeCommand } from './infrastructure/commanders/serve.command';
77
import { ModelsCommand } from './infrastructure/commanders/models.command';
88
import { ExtensionModule } from './infrastructure/repositories/extensions/extension.module';
9-
import { InitCommand } from './infrastructure/commanders/init.command';
109
import { HttpModule } from '@nestjs/axios';
1110
import { InitRunModeQuestions } from './infrastructure/commanders/questions/init.questions';
1211
import { ModelListCommand } from './infrastructure/commanders/models/model-list.command';
@@ -76,7 +75,6 @@ import { EnginesInitCommand } from './infrastructure/commanders/engines/engines-
7675
ModelsCommand,
7776
ServeCommand,
7877
ChatCommand,
79-
InitCommand,
8078
PSCommand,
8179
KillCommand,
8280
PresetCommand,

cortex-js/src/infrastructure/commanders/cortex-command.commander.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { RootCommand, CommandRunner } from 'nest-commander';
22
import { ServeCommand } from './serve.command';
33
import { ChatCommand } from './chat.command';
44
import { ModelsCommand } from './models.command';
5-
import { InitCommand } from './init.command';
65
import { RunCommand } from './shortcuts/run.command';
76
import { ModelPullCommand } from './models/model-pull.command';
87
import { PSCommand } from './ps.command';
@@ -24,7 +23,6 @@ import { ConfigsCommand } from './configs.command';
2423
ModelsCommand,
2524
ServeCommand,
2625
ChatCommand,
27-
InitCommand,
2826
RunCommand,
2927
ModelPullCommand,
3028
PSCommand,

cortex-js/src/infrastructure/commanders/init.command.ts

Lines changed: 0 additions & 69 deletions
This file was deleted.

0 commit comments

Comments
 (0)