UAPS.CLI 1.0.3

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global UAPS.CLI --version 1.0.3
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local UAPS.CLI --version 1.0.3
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=UAPS.CLI&version=1.0.3
                    
nuke :add-package UAPS.CLI --version 1.0.3
                    

UAPS.CLI

Command line tool for the U-APS production scheduling engine. Reads a JSON or Excel workbook describing jobs and resources, and writes the resulting schedule in the same format.

Install

dotnet tool install -g UAPS.CLI

Usage

uaps input.json output.json
uaps input.xlsx output.xlsx

uaps input.json output.json --strategy SPT
uaps input.json output.json --strategy EDD --tie-breaker FIFO

The first run needs network access

A .NET tool package is runtime-identifier neutral, so this package cannot carry the native engine the way UAPS.SDK does. On its first run the tool downloads the engine binary for the current platform into:

Platform Directory
Windows %LOCALAPPDATA%\UAPS\native
Linux, macOS ~/.local/share/UAPS/native

Every later run uses that copy and works offline.

To install onto a machine without network access, either place the binary for the platform in that directory beforehand (available from the repository's releases), or use UAPS.SDK instead — that package ships the engine for every supported platform and never downloads anything.

Requirements

  • .NET 10.0 or later
  • Windows x64, Linux x64, macOS x64, or macOS arm64

Licensed under MIT.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
1.2.0 51 9/14/2026
1.1.0 85 9/10/2026
1.0.3 116 9/7/2026
1.0.2 103 9/3/2026
1.0.1 103 9/3/2026
1.0.0 246 11/23/2025