chatgpt-api/packages/cli/readme.md

2.4 KiB

Agentic

Build Status NPM Prettier Code Formatting

@agentic/cli

CLI for the Agentic platform.

Install

npm i -g @agentic/cli

Usage

Usage: agentic [options] [command]

Options:
  -j, --json                                Print output as JSON
  -V, --version                             output the version number
  -h, --help                                display help for command

Commands:
  login|signin [options]                    Signs in to Agentic. If no credentials are provided, uses GitHub auth.
  signup [options]                          Creates a new account for Agentic. If no credentials are provided, uses
                                            GitHub auth.
  whoami                                    Displays info about the current user.
  logout|signout                            Signs the current user out.
  deploy [options]                          Creates a new deployment.
  publish [options] [deploymentIdentifier]  Publishes a deployment. Defaults to the most recent deployment for the
                                            project in the target directory. If a deployment identifier is provided, it
                                            will be used instead.
  get <deploymentIdentifier>                Gets details for a specific deployment.
  list|ls [options] [identifier]            Lists deployments.
  debug [options]                           Prints config for a local project.
  help [command]                            display help for command

License

GNU AGPL 3.0