Reference CLI: full reference documentation for the command line interface and Node.JS runtime
# Commands
> List of all CLI commands
A full list of the CLI command and its respective help text. ## `configure` [Section titled “configure”](#configure) ```plaintext Usage: genaiscript configure [options] [command] Configure LLMs or GitHub Actions Options: -p, --provider Preferred LLM provider aliases (choices: "openai", "azure", "azure_ai_inference", "azure_serverless", "azure_serverless_models", "github", "ollama", "windows", "anthropic", "anthropic_bedrock", "google", "huggingface", "mistral", "alibaba", "deepseek", "lmstudio", "docker", "jan", "llamafile", "sglang", "vllm", "litellm", "whisperasr", "echo") -h, --help display help for command Commands: llm Configure LLM providers action|github-action [options] [script] Configure a GitHub repository as a custom dockerized GitHub Action ``` ### `configure llm` [Section titled “configure llm”](#configure-llm) ```plaintext Usage: genaiscript configure llm [options] Configure LLM providers Options: -h, --help display help for command ``` ### `configure action` [Section titled “configure action”](#configure-action) ```plaintext Usage: genaiscript configure action|github-action [options] [script] Configure a GitHub repository as a custom dockerized GitHub Action Arguments: script Script id to use as action (default: "action") Options: -f, --force force override existing action files -o, --out output folder for action files --ffmpeg use ffmpeg for video/audio processing --playwright Enable Playwright for browser testing --python Install Python 3.x support -i, --image Docker image identifier --apks Linux packages to install --provider LLM provider to use --interactive Enable interactive mode -e, --event GitHub event type (choices: "push", "pull_request", "issue_comment", "issue") -n, --pull-request-comment [string] create comment on a pull request with a unique id (defaults to script id) -d, --pull-request-description [string] create comment on a pull request description with a unique id (defaults to script id) -r, --pull-request-reviews create pull request reviews from annotations -h, --help display help for command ``` ## `run` [Section titled “run”](#run) ```plaintext Usage: genaiscript run [options]