Release v1.0.7
OXS CLI Release v1.0.7
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 as Administrator:powershell -ExecutionPolicy Bypass -File .\install.ps1
- 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
- Restart your terminal and use
oxscommand
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