Skip to content

Release v1.0.15

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Jan 15:07

OXS CLI Release v1.0.15

Download Options

Windows Users:

Linux Users:

Installation Instructions

Windows (Recommended)

  1. Download the Windows x64 package
  2. Extract the zip file
  3. Run install.ps1 in PowerShell:
    powershell -ExecutionPolicy Bypass -File .\install.ps1
  4. Configure PATH and environment:
    oxs configure path --user
    oxs configure env
  5. Restart your terminal and use oxs command

Linux

  1. Download the Linux x64 package
  2. Extract the zip file
  3. Run the installer:
    chmod +x install.sh
    ./install.sh
  4. Configure your environment:
    oxs configure env
  5. Restart your terminal and use oxs command

Quick Setup After Installation

# Configure PATH (if needed)
oxs configure path --user

# Configure your OXS environment (API endpoint, credentials, organization)
oxs configure env

What's New

  • Add oxs report commands:
    • oxs report list - Lists available reports.
    • oxs report download -n <report-name> -f <report-file> - Downloads a specific report
    • oxs report upload -n <report-name> -f <report-file> - Uploads a report

Built from commit fee91fe