Reimaginate.Orchestrator.CommandLine
1.1.1-rc.69
This is a prerelease version of Reimaginate.Orchestrator.CommandLine.
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Reimaginate.Orchestrator.CommandLine --version 1.1.1-rc.69
NuGet\Install-Package Reimaginate.Orchestrator.CommandLine -Version 1.1.1-rc.69
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Reimaginate.Orchestrator.CommandLine" Version="1.1.1-rc.69" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Reimaginate.Orchestrator.CommandLine" Version="1.1.1-rc.69" />
<PackageReference Include="Reimaginate.Orchestrator.CommandLine" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Reimaginate.Orchestrator.CommandLine --version 1.1.1-rc.69
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Reimaginate.Orchestrator.CommandLine, 1.1.1-rc.69"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Reimaginate.Orchestrator.CommandLine@1.1.1-rc.69
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Reimaginate.Orchestrator.CommandLine&version=1.1.1-rc.69&prerelease
#tool nuget:?package=Reimaginate.Orchestrator.CommandLine&version=1.1.1-rc.69&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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.
| 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- Microsoft.Extensions.DependencyInjection (>= 10.0.8)
- Reimaginate.CLI.Base (>= 1.0.0-rc.14)
- Reimaginate.Mediator.Abstractions (>= 1.3.0-rc.8)
- Reimaginate.Orchestrator.Common (>= 1.1.1-rc.69)
- System.CommandLine (>= 2.0.8)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.1.1-rc.70 | 0 | 5/27/2026 |
| 1.1.1-rc.69 | 0 | 5/27/2026 |
| 1.1.1-rc.68 | 47 | 5/27/2026 |
| 1.1.1-rc.67 | 33 | 5/26/2026 |
| 1.1.1-rc.66 | 33 | 5/26/2026 |
| 1.1.1-rc.65 | 36 | 5/26/2026 |
| 1.1.1-rc.64 | 41 | 5/26/2026 |
| 1.1.1-rc.63 | 41 | 5/26/2026 |
| 1.1.1-rc.61 | 36 | 5/26/2026 |
| 1.1.1-rc.60 | 44 | 5/26/2026 |
| 1.1.1-rc.59 | 37 | 5/26/2026 |
| 1.1.1-rc.58 | 35 | 5/26/2026 |
| 1.1.1-rc.57 | 48 | 5/25/2026 |
| 1.1.1-rc.56 | 47 | 5/25/2026 |
| 1.1.1-rc.55 | 47 | 5/25/2026 |
| 1.1.1-rc.54 | 52 | 5/25/2026 |
| 1.1.1-rc.53 | 51 | 5/25/2026 |
| 1.1.1-rc.52 | 46 | 5/25/2026 |
| 1.1.1-rc.51 | 49 | 5/24/2026 |
| 1.1.1-rc.50 | 47 | 5/24/2026 |
Loading failed