Installation
Requirements
- Node.js 20+ (for SDK and CLI)
- Rust 1.75+ (for reference runtime)
- Git
CLI Installation
npm install -g @oas/cli
SDK Installation
npm install @oas/sdk
Reference Runtime
git clone https://gitlab.amtcloud.ru/AMT/oas-runtime.git
cd oas-runtime
cargo build --release
Verify Installation
oas --version
# OAS CLI v1.0.0