Agentic

Build Status NPM Prettier Code Formatting

# @agentic/cli > CLI for the Agentic platform. - [Website](https://agentic.so/publishing) - [Docs](https://docs.agentic.so/publishing) ## 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 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](https://choosealicense.com/licenses/agpl-3.0/)