Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed genkit init templates. #1151

Merged
merged 2 commits into from
Oct 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 0 additions & 64 deletions genkit-tools/cli/config/firebase.index.ts.template

This file was deleted.

52 changes: 0 additions & 52 deletions genkit-tools/cli/config/main.go.template

This file was deleted.

This file was deleted.

51 changes: 0 additions & 51 deletions genkit-tools/cli/config/nextjs.genkit.ts.template

This file was deleted.

44 changes: 0 additions & 44 deletions genkit-tools/cli/config/nodejs.index.ts.template

This file was deleted.

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
Loading