Releases: simplic/simplic-oxs-cli
Releases · simplic/simplic-oxs-cli
Release v1.0.15
OXS CLI Release v1.0.15
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 reportcommands:oxs report list- Lists available reports.oxs report download -n <report-name> -f <report-file>- Downloads a specific reportoxs report upload -n <report-name> -f <report-file>- Uploads a report
Built from commit fee91fe
Release v1.0.14
OXS CLI Release v1.0.14
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
- Update dependencies to latest versions.
- Add debug output for push-node-def command.
Built from commit e6f5a05
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
Release v1.0.12
OXS CLI Release v1.0.12
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 manifest list-templates
Built from commit c91e0d9
Release v1.0.10
OXS CLI Release v1.0.10
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
- Improve readme and documentation for oxs-cli tool.
Built from commit 998767f
Release v1.0.8
OXS CLI Release v1.0.8
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
- Extend
oxs package installcommand to support installing packages from directory artifacts.
Built from commit 4c3efaf
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
Release v1.0.6
OXS CLI Release v1.0.6
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
oxs flow push-node-defno supports pushing markdown documentation that is compiled into the flow dll as embedded resources. The name of the file must be<class-name>.md
Built from commit 8d288d9
Release v1.0.5
OXS CLI Release v1.0.5
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
- Fix bug in
oxs flow push-node-defcommand where section parameter was not being handled correctly. (type and taget)
Built from commit 9fa494c
Release v1.0.4
OXS CLI Release v1.0.4
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 flow command
oxs flow push-node-def -p <path-to-flow-dll> -s <section>
Built from commit cc1d92f