Skip to content

Release v1.0.7

Choose a tag to compare

@github-actions github-actions released this 30 Dec 22:15
· 9 commits to main since this release
e9a090b

OXS CLI Release v1.0.7

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

  • Add project commands:
  • oxs project init -n <project-name>: Initializes a new oxs project with the specified name.
  • oxs project clean: Cleans the build artifacts of the current oxs project.
  • oxs project build: Builds the current oxs project.
  • oxs project deploy: Deploys the current oxs project.
  • oxs project run: Runs the current oxs project.
  • oxs package install: Deploys the current oxs project.

Built from commit e9a090b