1.1.2 • Published 9 months ago

@flowcore/cli-plugin-ai v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Flowcore CLI Plugin - Ai

A Flowcore CLI plugin that enables AI commands to be added to various other commands

Version oclif Build and Release

Usage

$ npm install -g @flowcore/cli-plugin-ai
$ ai COMMAND
running command...
$ ai (--version)
@flowcore/cli-plugin-ai/1.1.1 darwin-arm64 node-v20.15.0
$ ai --help [COMMAND]
USAGE
  $ ai COMMAND
...

Commands

ai config ai

AI Config

USAGE
  $ ai config ai [--profile <value>] [-a <value>] [-p <value>]

FLAGS
  -a, --apiKey=<value>    api key
  -p, --provider=<value>  provider
      --profile=<value>   Specify the configuration profile to use

DESCRIPTION
  AI Config

EXAMPLES
  $ ai

See code: src/commands/config/ai.ts