New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

genkit-cli

Package Overview
Dependencies
Maintainers
2
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

genkit-cli

CLI for interacting with the Google Genkit AI framework

latest
Source
npmnpm
Version
1.32.0
Version published
Weekly downloads
96K
-13.14%
Maintainers
2
Weekly downloads
 
Created
Source

Genkit CLI

The package contains the CLI for Genkit, an open source framework with rich local tooling to help app developers build, test, deploy, and monitor AI-powered features for their apps with confidence. Genkit is built by Firebase, Google's app development platform that is trusted by millions of businesses around the world.

Review the documentation for details and samples.

To install the CLI:

npm install -g genkit-cli

Available commands:

  • init [options]

    initialize a project directory with Genkit

  • start [options]

    run the app in dev mode and start a Developer UI

  • flow:run [options] <flowName> [data]

    run a flow using provided data as input

  • flow:batchRun [options] <flowName> <inputFileName>

    batch run a flow using provided set of data from a file as input

  • flow:resume <flowName> <flowId> <data>

    resume an interrupted flow (experimental)

  • eval:extractData [options] <flowName>

    extract evaludation data for a given flow from the trace store

  • eval:run [options] <dataset>

    evaluate provided dataset against configured evaluators

  • eval:flow [options] <flowName> [data]

    evaluate a flow against configured evaluators using provided data as input

  • config

    set development environment configuration

  • help

Keywords

genkit

FAQs

Package last updated on 10 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts