Release v1.0.13
OXS CLI Release v1.0.13
Download Options
Windows Users:
- ? Windows x64 Package - Includes installer script
Linux Users:
- ? Linux x64 Package - Includes installer script
Installation Instructions
Windows (Recommended)
- Download the Windows x64 package
- Extract the zip file
- Run
install.ps1in PowerShell:powershell -ExecutionPolicy Bypass -File .\install.ps1
- Configure PATH and environment:
oxs configure path --user oxs configure env - Restart your terminal and use
oxscommand
Linux
- Download the Linux x64 package
- Extract the zip file
- Run the installer:
chmod +x install.sh ./install.sh
- Configure your environment:
oxs configure env
- Restart your terminal and use
oxscommand
Quick Setup After Installation
# Configure PATH (if needed)
oxs configure path --user
# Configure your OXS environment (API endpoint, credentials, organization)
oxs configure envWhat's New
- Add
oxs service get-definition -e <endpoint> -v <version>command to download service definitions from OXS API-e/--endpoint- Service endpoint (e.g., document, storage-management, provider-rossum)-v/--version- Service version (e.g., v1, v2)-s/--section- Configuration section (default: default)-o/--output- Output directory (default: current directory)- Downloads service definition JSON
- Downloads and saves Swagger/OpenAPI specification (swagger.json)
- Downloads and saves model definition (model-definition.json)
- Extracts and saves gRPC proto files
- Saves GraphQL schemas
- Creates organized folder structure by service name and version
Built from commit 61279bd