Skip to content

Release v1.0.5

Choose a tag to compare

@github-actions github-actions released this 27 Dec 13:20
· 16 commits to main since this release

OXS CLI Release v1.0.5

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 as Administrator:
    powershell -ExecutionPolicy Bypass -File .\install.ps1
  4. 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. Restart your terminal and use oxs command

What's New

  • Fix bug in oxs flow push-node-def command where section parameter was not being handled correctly. (type and taget)

Built from commit 9fa494c