Skip to content

Commit

Permalink
Removed genkit init. (#1135)
Browse files Browse the repository at this point in the history
  • Loading branch information
apascal07 authored Oct 31, 2024
1 parent 971d40e commit 3d80f5a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 1,013 deletions.
2 changes: 0 additions & 2 deletions genkit-tools/cli/src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import { evalFlow } from './commands/eval-flow';
import { evalRun } from './commands/eval-run';
import { flowBatchRun } from './commands/flow-batch-run';
import { flowRun } from './commands/flow-run';
import { init } from './commands/init';
import { getPluginCommands, getPluginSubCommand } from './commands/plugins';
import { uiStart } from './commands/ui-start';
import { uiStop } from './commands/ui-stop';
Expand All @@ -48,7 +47,6 @@ const commands: Command[] = [
evalExtractData,
evalRun,
evalFlow,
init,
config,
];

Expand Down
137 changes: 0 additions & 137 deletions genkit-tools/cli/src/commands/init.ts

This file was deleted.

Loading

0 comments on commit 3d80f5a

Please sign in to comment.