Dime.Scheduler.CLI 2.0.2

dotnet tool install --global Dime.Scheduler.CLI --version 2.0.2
                    
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 Dime.Scheduler.CLI --version 2.0.2
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Dime.Scheduler.CLI&version=2.0.2
                    
nuke :add-package Dime.Scheduler.CLI --version 2.0.2
                    

Dime.Scheduler CLI

Connect with Dime.Scheduler through the CLI. Version 2.x.x and up targets the cloud version of Dime.Scheduler. v1.x.x will be used for on-premise instances

Installation

dotnet tool install Dime.Scheduler.CLI --global --version 2.x.x

Usage

The following example adds or updates a category in Dime.Scheduler:

dimescheduler category add -k "MYAPIKEY" -n 'Service order 123' -h #32a852

The entry point of the global tool is the dimescheduler command. See the repo's wiki for a list of all commands and their parameters. To see the parameters of a command, simply run the dimescheduler + verb + --help command and you'll get all the information you need:

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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
2.0.2 361 6/27/2024
2.0.1 387 4/10/2024
2.0.0 999 1/4/2024
2.0.0-beta.1 224 11/29/2023
2.0.0-alpha.10 220 8/27/2023
2.0.0-alpha.9 209 8/27/2023
2.0.0-alpha.8 209 8/27/2023
2.0.0-alpha.7 194 8/27/2023
2.0.0-alpha.6 188 8/27/2023
2.0.0-alpha.5 181 8/27/2023
2.0.0-alpha.4 195 8/27/2023
2.0.0-alpha.3 190 8/26/2023
2.0.0-alpha.1 256 3/13/2023
1.0.0 1,569 3/11/2023
1.0.0-beta.10 290 8/29/2022
1.0.0-beta.9 282 8/29/2022
1.0.0-beta.8 330 1/7/2022
1.0.0-beta.7 351 1/3/2022
1.0.0-beta.6 323 12/30/2021
1.0.0-beta.5 341 12/8/2021
Loading failed