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
-
Initialize your settings file
-
Authenticate
-
Create your first project
Global Options
--help, -h: Show help--version, -v: Print the version
Environment Variables
FC_ACCESS_TOKEN: Authentication token for API accessFC_SERVER_URL: Override the default server URLFC_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
- Authentication - Learn how to authenticate with the Fusioncat API
- Project Management - Create and manage projects
- Schema Management - Work with schemas and versions
- Code Generation - Generate code from your project definitions