Back to Agentic

@agentic/cli

packages/cli/readme.md

8.4.42.4 KB
Original Source
<p align="center"> <a href="https://agentic.so/publishing"> </a> </p> <p> <a href="https://github.com/transitive-bullshit/agentic/actions/workflows/main.yml"></a> <a href="https://www.npmjs.com/package/@agentic/cli"></a> <a href="https://prettier.io"></a> </p>

@agentic/cli <!-- omit from toc -->

CLI for the Agentic platform.

Install

bash
npm i -g @agentic/cli

Usage

sh
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