Skip to content

Releases: simplic/simplic-oxs-cli

Release v1.0.15

06 Jan 15:07

Choose a tag to compare

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

Release v1.0.14

06 Jan 09:48

Choose a tag to compare

OXS CLI Release v1.0.14

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

  • Update dependencies to latest versions.
  • Add debug output for push-node-def command.

Built from commit e6f5a05

Release v1.0.13

02 Jan 17:53

Choose a tag to compare

OXS CLI Release v1.0.13

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 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

31 Dec 12:28

Choose a tag to compare

OXS CLI Release v1.0.12

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 manifest list-templates

Built from commit c91e0d9

Release v1.0.10

30 Dec 22:43

Choose a tag to compare

OXS CLI Release v1.0.10

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

  • Improve readme and documentation for oxs-cli tool.

Built from commit 998767f

Release v1.0.8

30 Dec 22:31

Choose a tag to compare

OXS CLI Release v1.0.8

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

  • Extend oxs package install command to support installing packages from directory artifacts.

Built from commit 4c3efaf

Release v1.0.7

30 Dec 22:15
e9a090b

Choose a tag to compare

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

Release v1.0.6

28 Dec 22:33

Choose a tag to compare

OXS CLI Release v1.0.6

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

  • oxs flow push-node-def no 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

27 Dec 13:20

Choose a tag to compare

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

Release v1.0.4

25 Dec 21:57

Choose a tag to compare

OXS CLI Release v1.0.4

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 flow command oxs flow push-node-def -p <path-to-flow-dll> -s <section>

Built from commit cc1d92f