chatgpt-api/packages/cli
Travis Fischer bc2c1e34fd chore: release v8.4.2 2025-07-03 06:20:43 -05:00
..
src feat: fix all the file storage logic 2025-07-02 08:55:41 -05:00
package.json chore: release v8.4.2 2025-07-03 06:20:43 -05:00
readme.md fix: make readme images fully qualified urls so npm readmes don't 404 on them 2025-06-30 12:59:49 -05:00
tsconfig.json 2025-05-26 17:22:23 +07:00
tsup.config.ts feat: transpile public packages using tsup 2025-06-24 22:23:49 -05:00

readme.md

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