Skip to main content
Fusioncat is currently in its alpha stage. The main API server is located at: https://api.staging.fusioncatalyst.io/Please note that breaking changes and bugs are to be expected, as the product is still under active development.

Paw CLI Reference

Paw is the official Fusioncat CLI that helps you manage projects, schemas, applications, and generate code across multiple programming languages.

Installation

Getting Started

  1. Initialize your settings file
  2. Authenticate
  3. Create your first project

Global Options

  • --help, -h: Show help
  • --version, -v: Print the version

Environment Variables

  • FC_ACCESS_TOKEN: Authentication token for API access
  • FC_SERVER_URL: Override the default server URL
  • FC_LANGUAGE: Default language for code generation

Configuration

Paw uses a settings file (fcsettings.yaml) to store project-specific configuration. This file is created when you run paw init-settings-file.

Settings File Structure

Next Steps