Reimaginate.Orchestrator.CommandLine
1.1.3-rc.1
See the version list below for details.
dotnet add package Reimaginate.Orchestrator.CommandLine --version 1.1.3-rc.1
NuGet\Install-Package Reimaginate.Orchestrator.CommandLine -Version 1.1.3-rc.1
<PackageReference Include="Reimaginate.Orchestrator.CommandLine" Version="1.1.3-rc.1" />
<PackageVersion Include="Reimaginate.Orchestrator.CommandLine" Version="1.1.3-rc.1" />
<PackageReference Include="Reimaginate.Orchestrator.CommandLine" />
paket add Reimaginate.Orchestrator.CommandLine --version 1.1.3-rc.1
#r "nuget: Reimaginate.Orchestrator.CommandLine, 1.1.3-rc.1"
#:package Reimaginate.Orchestrator.CommandLine@1.1.3-rc.1
#addin nuget:?package=Reimaginate.Orchestrator.CommandLine&version=1.1.3-rc.1&prerelease
#tool nuget:?package=Reimaginate.Orchestrator.CommandLine&version=1.1.3-rc.1&prerelease
Reimaginate.Orchestrator.CommandLine
Reusable command-line commands and host wiring for Orchestrator workflow applications.
Typical usage:
- Reference
Reimaginate.Orchestrator.CommandLine. - Reference
Reimaginate.Orchestrator.Common. - Define a partial workflow action resolver in the host project.
- Register
AddOrchestratorCommandLine<...>(configuration)and the generated resolver type.
Workflow execution persistence can be overridden for a single command invocation:
dotnet run -- start workflow DataMaintenance\idempotent.workflow.yaml --checkpoints Disabled --workflow-instances Disabled
dotnet run -- resume workflow DataMaintenance\idempotent.workflow.yaml <workflow-instance-id> --checkpoints Disabled
dotnet run -- process events --checkpoints Failure --workflow-instances Failure
--checkpoints and --workflow-instances accept Enabled, Disabled, or Failure. Command-line values override the configured workflow execution policy only for the workflow runs started or resumed by that command.
Event processing diagnostics can be enabled for a single command invocation:
dotnet run -- process events --log-events
dotnet run -- process events --dry-run --log-events
--log-events writes per-message matching diagnostics. --dry-run evaluates the received batch, logs predicted actions, and releases messages without starting or resuming workflows and without completing or dead-lettering messages.
| Product | Versions 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. |
-
net10.0
- Microsoft.Extensions.DependencyInjection (>= 10.0.10)
- Reimaginate.CLI.Base (>= 1.0.2)
- Reimaginate.Mediator.Abstractions (>= 1.3.0)
- Reimaginate.Orchestrator.Common (>= 1.1.3-rc.1)
- System.CommandLine (>= 2.0.10)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Reimaginate.Orchestrator.CommandLine:
| Package | Downloads |
|---|---|
|
Reimaginate.Orchestrator.Hosting
Reusable command-line host composition helpers for customer Orchestrator hosts. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.1.10 | 59 | 2026/9/8 |
| 1.1.9 | 79 | 2026/9/8 |
| 1.1.8 | 103 | 2026/9/7 |
| 1.1.7 | 101 | 2026/9/7 |
| 1.1.6 | 93 | 2026/9/7 |
| 1.1.5 | 424 | 2026/7/30 |
| 1.1.4 | 118 | 2026/7/30 |
| 1.1.3-rc.6 | 66 | 2026/7/29 |
| 1.1.3-rc.5 | 71 | 2026/7/29 |
| 1.1.3-rc.4 | 71 | 2026/7/28 |
| 1.1.3-rc.3 | 70 | 2026/7/28 |
| 1.1.3-rc.2 | 79 | 2026/7/28 |
| 1.1.3-rc.1 | 75 | 2026/7/28 |
| 1.1.2 | 155 | 2026/7/23 |
| 1.1.1 | 75 | 2026/7/20 |
| 1.1.1-rc.81 | 86 | 2026/7/8 |
| 1.1.1-rc.80 | 80 | 2026/7/8 |
| 1.1.1-rc.79 | 128 | 2026/7/4 |
| 1.1.1-rc.78 | 80 | 2026/7/3 |
| 1.1.1-rc.77 | 77 | 2026/7/3 |