Paragon CLI

Configuration

Configure Paragon with project files and authentication.

paragon.json

Create a paragon.json file in your project root to configure Paragon behavior:

{
  "automations": [
    {
      "name": "Build & Test",
      "prompts": [
        "Run the build",
        "Run all tests",
        "Report any failures"
      ]
    }
  ]
}

PARAGON.md

Use /init to generate a PARAGON.md file that provides project context to Paragon. This file should contain:

  • Project structure overview
  • Key technologies and frameworks
  • Development conventions
  • Important architectural decisions

Authentication

Login

paragon auth login

Opens a browser-based authentication flow to connect your Paragon account.

Status

paragon auth status

Displays current authentication state and account information.

Logout

paragon auth logout

Removes stored credentials.

FAQ

Getting Help

  • Use /help to view keyboard shortcuts
  • Run paragon --help for CLI options
  • Contact support@polarity.com for assistance