Skip to main content

Ossa Init

ossa init

Purpose: Initialize a new OSSA project

Synopsis

ossa init [options]

Description

Initialize a new OSSA project

Options

  • --name <name> - Project name
  • --template <template> - Project template: minimal, full, enterprise
  • --typescript - Use TypeScript
  • --git - Initialize git repository

Examples

ossa init
ossa init --name my-agent-project
ossa init --template enterprise --typescript
ossa init --git

Exit Codes

  • 0 - Success
  • 1 - General error
  • 2 - Invalid arguments
  • 3 - File not found