Intent.SoftwareFactory.CLI.nightly 4.4.999-nightly.2024-12-16-0106

This is a prerelease version of Intent.SoftwareFactory.CLI.nightly.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet tool install --global Intent.SoftwareFactory.CLI.nightly --version 4.4.999-nightly.2024-12-16-0106
                    
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 Intent.SoftwareFactory.CLI.nightly --version 4.4.999-nightly.2024-12-16-0106
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Intent.SoftwareFactory.CLI.nightly&version=4.4.999-nightly.2024-12-16-0106&prerelease
                    
nuke :add-package Intent.SoftwareFactory.CLI.nightly --version 4.4.999-nightly.2024-12-16-0106
                    

Software Factory CLI

A CLI (command line interface) version of the Intent Architect Software Factory.

Why use this tool?

This tool can easily be configured as part of your CI/CD pipeline to ensure your Intent Architect design and actual solution codebase are in sync. This is analogous to ensuring your codebase compiles and all tests pass when committing code, and is one of the major benefits of a CI/CD pipeline. The intention is to extend the CI/CD pipeline checks and balances to include that all Intent Architect designs are in sync with the underlying codebase. This tool allows developers to apply the same rigor to Intent Architect changes as they do to codebase changes, ensuring a more consistent and reliable codebase. This practice is particularly important when you have a team of developers collaborating on a shared repository.

Pre-requisites

Latest Long Term Support (LTS) version of .NET.

Additional considerations when running custom modules

If your Intent Architect applications are running custom modules (i.e. modules which are not available at the https://intentarchitect.com/ repository), you will need to ensure the following:

  • The repository location containing your custom modules will need to be added as a repository with its Context set to Current Solution.
  • The operating system instance running the Software Factory CLI will need access to the location of the .imod files in order for it to be able to restore them during execution.

The can be used for self-hosting custom modules to make them available over HTTP.

Installation

This CLI tool is available as a .NET Tool and can be installed with the following command:

dotnet tool install Intent.SoftwareFactory.CLI --global

If dotnet tool install fails with an error to the effect of The required NuGet feed can't be accessed, perhaps because of an Internet connection problem. and it shows a private NuGet feed URL, you can try add the --ignore-failed-sources command line option (source).

You should see output to the effect of:

You can invoke the tool using the following command: intent-cli
Tool 'intent.softwarefactory.cli' (version 'x.x.x') was successfully installed.

Updating

A new version of the Software Factory CLI tool is also built and published as part of the automated build process which builds and publishes the Intent Architect desktop application. The version of the tool will always correspond with the version of the desktop application.

The same command for installation (dotnet tool install Intent.SoftwareFactory.CLI --global) will update the tool if an update is available and if none is available it reinstalls it making it safe to run the command as often as desired to ensure the tool is up to date.

Usage

intent-cli [command] [options]

Options

Option Description
--version Show version information
-?, -h, --help Show help and usage information
--error-logging-command <error-logging-command> Command to use for logging an error. Some continuous integration environments watch output for "commands" for logging of errors. Will be automatically configured when the process is detected to be running on the following kinds of build servers:<br />- Azure Pipelines<br /><br />See the documentation on Serilog.Expressions ExpressionTemplate for formatting options: https://github.com/serilog/serilog-expressions#formatting-with-expressiontemplate
--warning-logging-command <warning-logging-command> Command to use for logging a warning. Some continuous integration environments watch output for "commands" for logging of errors. Will be automatically configured when the process is detected to be running on the following kinds of build servers:<br />- Azure Pipelines<br /><br />See the documentation on Serilog.Expressions ExpressionTemplate for formatting options: https://github.com/serilog/serilog-expressions#formatting-with-expressiontemplate

Commands

Command Description
ensure-no-outstanding-changes <username> <password> <isln-path> Runs the Software Factory and if there are any outstanding changes it prints out an error and exits with a non-zero return code.
apply-pending-changes <username> <password> <isln-path> Runs the Software Factory and applies any outstanding changes.

ensure-no-outstanding-changes command

Runs the Software Factory and if there are any outstanding changes it prints out an error and exits with a non-zero return code.

ensure-no-outstanding-changes usage

intent-cli ensure-no-outstanding-changes <username> <password> <isln-path> [options]

ensure-no-outstanding-changes arguments

Argument Description
<username> Username for an active Intent Architect account.
<password> Password for the Intent Architect account.
<isln-path> Path to the Intent Architect solution (.isln) file or folder containing a single .isln file.

ensure-no-outstanding-changes options

Option Description
--check-deviations Whether to also check for unapproved deviations.
--application-id <application-id> The Id of the Intent Architect application. If unspecified then all applications found in the .isln will be run.
--attach-debugger The Software Factory will pause at startup giving you chance to attach a .NET debugger.
-?, -h, --help Show help and usage information
--error-logging-command <error-logging-command> Command to use for logging an error. Some continuous integration environments watch output for "commands" for logging of errors. Will be automatically configured when the process is detected to be running on the following kinds of build servers:<br />- Azure Pipelines<br /><br />See the documentation on Serilog.Expressions ExpressionTemplate for formatting options: https://github.com/serilog/serilog-expressions#formatting-with-expressiontemplate
--warning-logging-command <warning-logging-command> Command to use for logging a warning. Some continuous integration environments watch output for "commands" for logging of errors. Will be automatically configured when the process is detected to be running on the following kinds of build servers:<br />- Azure Pipelines<br /><br />See the documentation on Serilog.Expressions ExpressionTemplate for formatting options: https://github.com/serilog/serilog-expressions#formatting-with-expressiontemplate

apply-pending-changes command

Runs the Software Factory and applies any outstanding changes.

apply-pending-changes usage

intent-cli apply-pending-changes <username> <password> <isln-path> [options]

apply-pending-changes arguments

Argument Description
<username> Username for an active Intent Architect account.
<password> Password for the Intent Architect account.
<isln-path> Path to the Intent Architect solution (.isln) file or folder containing a single .isln file.

apply-pending-changes options

Option Description
--application-id <application-id> The Id of the Intent Architect application. If unspecified then all applications found in the .isln will be run.
--attach-debugger The Software Factory will pause at startup giving you chance to attach a .NET debugger.
-?, -h, --help Show help and usage information
--error-logging-command <error-logging-command> Command to use for logging an error. Some continuous integration environments watch output for "commands" for logging of errors. Will be automatically configured when the process is detected to be running on the following kinds of build servers:<br />- Azure Pipelines<br /><br />See the documentation on Serilog.Expressions ExpressionTemplate for formatting options: https://github.com/serilog/serilog-expressions#formatting-with-expressiontemplate
--warning-logging-command <warning-logging-command> Command to use for logging a warning. Some continuous integration environments watch output for "commands" for logging of errors. Will be automatically configured when the process is detected to be running on the following kinds of build servers:<br />- Azure Pipelines<br /><br />See the documentation on Serilog.Expressions ExpressionTemplate for formatting options: https://github.com/serilog/serilog-expressions#formatting-with-expressiontemplate

Example: Azure Pipelines

Install the Intent.ContinuousIntegration.AzurePipelines module into your Intent Architect application to have it automatically generate an azure-pipelines.yml file for you, refer its readme for more information.

Create a variable group with the Intent Architect account details

Create a variable group with the Intent Architect account details, for example:

Variable group with Intent Architect account details

Variable groups are defined globally for an Azure DevOps project, to be able to access a variable group for a particular pipeline, it needs to be linked to it.

Add the variable group and other variables to the pipeline YAML file

To make the variable group available to a stage within your pipeline, it will need to be added to its variables. You may also want to define variables for the other command line arguments and options:

variables:
- group: 'Intent Architect Credentials'
- name: 'intentSolutionPath'
  value: 'intent'

Create a step to install the CLI

- task: PowerShell@2
  displayName: 'Install Intent Architect Software Factory CLI'
  inputs:
    targetType: 'inline'
    pwsh: true
    script: 'dotnet tool install Intent.SoftwareFactory.CLI --global'

Create a step to run the CLI

- task: PowerShell@2
  displayName: 'run intent cli'
  env:
    INTENT_USER: $(intent-architect-user)
    INTENT_PASS: $(intent-architect-password)
    INTENT_SOLUTION_PATH: $(intentSolutionPath)
  inputs:
    targetType: 'inline'
    pwsh: true
    script: |
      intent-cli ensure-no-outstanding-changes "$Env:INTENT_USER" "$Env:INTENT_PASS" "$Env:INTENT_SOLUTION_PATH"

A complete YAML file

trigger:
  batch: 'true'
  branches:
    include:
    - '*'

pool:
  vmImage: 'ubuntu-latest'

variables:
- group: 'Intent Architect Credentials'
- name: 'intentSolutionPath'
  value: 'intent'

steps:

- task: PowerShell@2
  displayName: 'Install Intent Architect Software Factory CLI'
  inputs:
    targetType: 'inline'
    pwsh: true
    script: 'dotnet tool install Intent.SoftwareFactory.CLI --global'

- task: PowerShell@2
  displayName: 'run intent cli'
  env:
    INTENT_USER: $(intent-architect-user)
    INTENT_PASS: $(intent-architect-password)
    INTENT_SOLUTION_PATH: $(intentSolutionPath)
  inputs:
    targetType: 'inline'
    pwsh: true
    script: |
      intent-cli ensure-no-outstanding-changes "$Env:INTENT_USER" "$Env:INTENT_PASS" "$Env:INTENT_SOLUTION_PATH"

Run the pipeline

When you run the pipeline, it should now install the CLI and run it.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  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
4.5.999-nightly.2025-09-29-... 0 9/29/2025
4.5.999-nightly.2025-09-28-... 33 9/28/2025
4.5.999-nightly.2025-09-28-... 25 9/28/2025
4.5.999-nightly.2025-09-27-... 35 9/27/2025
4.5.999-nightly.2025-09-26-... 88 9/26/2025
4.5.999-nightly.2025-09-26-... 109 9/26/2025
4.5.999-nightly.2025-09-25-... 117 9/25/2025
4.5.999-nightly.2025-09-25-... 108 9/25/2025
4.5.999-nightly.2025-09-25-... 103 9/25/2025
4.5.999-nightly.2025-09-25-... 102 9/25/2025
4.5.999-nightly.2025-09-24-... 109 9/24/2025
4.5.999-nightly.2025-09-24-... 105 9/24/2025
4.5.999-nightly.2025-09-24-... 108 9/24/2025
4.5.999-nightly.2025-09-23-... 140 9/23/2025
4.5.999-nightly.2025-09-22-... 177 9/22/2025
4.5.999-nightly.2025-09-19-... 249 9/19/2025
4.5.999-nightly.2025-09-18-... 243 9/18/2025
4.5.999-nightly.2025-09-18-... 253 9/18/2025
4.5.999-nightly.2025-09-15-... 202 9/15/2025
4.5.999-nightly.2025-09-14-... 98 9/14/2025
4.5.999-nightly.2025-09-13-... 96 9/13/2025
4.5.999-nightly.2025-09-13-... 52 9/13/2025
4.5.999-nightly.2025-09-12-... 104 9/12/2025
4.5.999-nightly.2025-09-12-... 98 9/12/2025
4.5.999-nightly.2025-09-11-... 128 9/11/2025
4.5.999-nightly.2025-09-11-... 129 9/11/2025
4.5.999-nightly.2025-09-10-... 129 9/10/2025
4.5.999-nightly.2025-09-09-... 139 9/9/2025
4.5.999-nightly.2025-09-08-... 122 9/8/2025
4.5.999-nightly.2025-09-07-... 98 9/7/2025
4.5.999-nightly.2025-09-06-... 60 9/6/2025
4.5.999-nightly.2025-09-05-... 130 9/5/2025
4.5.999-nightly.2025-09-04-... 142 9/4/2025
4.5.999-nightly.2025-09-04-... 139 9/4/2025
4.5.999-nightly.2025-09-03-... 126 9/3/2025
4.5.999-nightly.2025-09-02-... 134 9/2/2025
4.5.999-nightly.2025-09-02-... 126 9/2/2025
4.5.999-nightly.2025-09-02-... 126 9/2/2025
4.5.999-nightly.2025-08-28-... 168 8/28/2025
4.5.999-nightly.2025-08-27-... 170 8/27/2025
4.5.999-nightly.2025-08-26-... 168 8/26/2025
4.5.999-nightly.2025-08-25-... 194 8/25/2025
4.5.999-nightly.2025-08-24-... 79 8/24/2025
4.5.999-nightly.2025-08-23-... 56 8/23/2025
4.5.999-nightly.2025-08-22-... 118 8/22/2025
4.5.999-nightly.2025-08-21-... 124 8/21/2025
4.5.999-nightly.2025-08-19-... 121 8/19/2025
4.5.999-nightly.2025-08-16-... 55 8/16/2025
4.5.999-nightly.2025-08-15-... 126 8/15/2025
4.5.999-nightly.2025-08-14-... 131 8/14/2025
4.5.999-nightly.2025-08-13-... 129 8/13/2025
4.5.999-nightly.2025-08-12-... 133 8/12/2025
4.5.999-nightly.2025-08-11-... 126 8/11/2025
4.5.999-nightly.2025-08-11-... 124 8/11/2025
4.5.999-nightly.2025-08-10-... 84 8/10/2025
4.5.999-nightly.2025-08-09-... 114 8/9/2025
4.5.999-nightly.2025-08-07-... 209 8/7/2025
4.5.999-nightly.2025-08-05-... 193 8/5/2025
4.5.999-nightly.2025-08-03-... 57 8/3/2025
4.5.999-nightly.2025-08-02-... 34 8/2/2025
4.5.999-nightly.2025-08-01-... 103 8/1/2025
4.5.999-nightly.2025-07-31-... 109 7/31/2025
4.5.999-nightly.2025-07-30-... 107 7/30/2025
4.5.999-nightly.2025-07-26-... 291 7/26/2025
4.5.999-nightly.2025-07-25-... 463 7/25/2025
4.5.999-nightly.2025-07-24-... 477 7/24/2025
4.5.999-nightly.2025-07-23-... 518 7/23/2025
4.5.999-nightly.2025-07-22-... 514 7/22/2025
4.5.999-nightly.2025-07-21-... 306 7/21/2025
4.5.999-nightly.2025-07-20-... 218 7/20/2025
4.5.999-nightly.2025-07-17-... 128 7/17/2025
4.5.999-nightly.2025-07-16-... 128 7/16/2025
4.5.999-nightly.2025-07-15-... 131 7/15/2025
4.5.999-nightly.2025-07-14-... 130 7/14/2025
4.5.999-nightly.2025-07-13-... 87 7/13/2025
4.5.999-nightly.2025-07-11-... 123 7/11/2025
4.5.999-nightly.2025-07-10-... 129 7/10/2025
4.5.999-nightly.2025-07-09-... 127 7/9/2025
4.5.999-nightly.2025-07-09-... 129 7/9/2025
4.5.999-nightly.2025-07-08-... 134 7/8/2025
4.5.999-nightly.2025-07-06-... 124 7/6/2025
4.5.999-nightly.2025-07-05-... 59 7/5/2025
4.5.999-nightly.2025-07-04-... 124 7/4/2025
4.5.999-nightly.2025-07-03-... 133 7/3/2025
4.5.999-nightly.2025-07-02-... 129 7/2/2025
4.5.999-nightly.2025-07-01-... 126 7/1/2025
4.5.999-nightly.2025-06-28-... 56 6/28/2025
4.5.999-nightly.2025-06-27-... 120 6/27/2025
4.5.999-nightly.2025-06-26-... 127 6/26/2025
4.5.999-nightly.2025-06-25-... 140 6/25/2025
4.5.999-nightly.2025-06-24-... 130 6/24/2025
4.5.999-nightly.2025-06-23-... 129 6/23/2025
4.5.999-nightly.2025-06-23-... 131 6/23/2025
4.5.999-nightly.2025-06-22-... 108 6/22/2025
4.5.999-nightly.2025-06-21-... 62 6/21/2025
4.5.999-nightly.2025-06-20-... 153 6/20/2025
4.5.999-nightly.2025-06-19-... 135 6/19/2025
4.5.999-nightly.2025-06-16-... 132 6/16/2025
4.5.999-nightly.2025-06-15-... 129 6/15/2025
4.5.999-nightly.2025-06-13-... 273 6/13/2025
4.5.999-nightly.2025-06-12-... 272 6/12/2025
4.5.999-nightly.2025-06-11-... 275 6/11/2025
4.5.999-nightly.2025-06-10-... 268 6/10/2025
4.5.999-nightly.2025-06-09-... 195 6/9/2025
4.5.999-nightly.2025-06-07-... 64 6/7/2025
4.5.999-nightly.2025-06-06-... 111 6/6/2025
4.5.999-nightly.2025-06-06-... 133 6/6/2025
4.5.999-nightly.2025-06-04-... 150 6/4/2025
4.5.999-nightly.2025-06-03-... 138 6/3/2025
4.5.999-nightly.2025-06-02-... 134 6/2/2025
4.5.999-nightly.2025-05-31-... 63 5/31/2025
4.5.999-nightly.2025-05-30-... 130 5/30/2025
4.5.999-nightly.2025-05-29-... 137 5/29/2025
4.5.999-nightly.2025-05-28-... 141 5/28/2025
4.5.999-nightly.2025-05-27-... 142 5/27/2025
4.5.999-nightly.2025-05-27-... 139 5/27/2025
4.5.999-nightly.2025-05-27-... 140 5/27/2025
4.5.999-nightly.2025-05-26-... 142 5/26/2025
4.5.999-nightly.2025-05-26-... 145 5/26/2025
4.5.999-nightly.2025-05-24-... 68 5/24/2025
4.5.999-nightly.2025-05-23-... 140 5/23/2025
4.5.999-nightly.2025-05-22-... 140 5/22/2025
4.5.999-nightly.2025-05-20-... 135 5/20/2025
4.5.999-nightly.2025-05-17-... 143 5/17/2025
4.5.999-nightly.2025-05-16-... 212 5/16/2025
4.5.999-nightly.2025-05-12-... 188 5/12/2025
4.5.999-nightly.2025-05-08-... 141 5/8/2025
4.5.999-nightly.2025-05-05-... 140 5/5/2025
4.5.999-nightly.2025-05-02-... 136 5/2/2025
4.5.999-nightly.2025-04-30-... 142 4/30/2025
4.5.999-nightly.2025-04-06-... 114 4/6/2025
4.5.999-nightly.2025-04-04-... 144 4/4/2025
4.5.999-nightly.2025-03-23-... 150 3/23/2025
4.5.999-nightly.2025-03-21-... 145 3/21/2025
4.5.999-nightly.2025-03-20-... 144 3/20/2025
4.5.999-nightly.2025-03-19-... 142 3/19/2025
4.5.999-nightly.2025-03-18-... 146 3/18/2025
4.5.999-nightly.2025-03-17-... 148 3/17/2025
4.5.999-nightly.2025-03-16-... 134 3/16/2025
4.4.999-nightly.2025-09-25-... 107 9/25/2025
4.4.999-nightly.2025-08-25-... 194 8/25/2025
4.4.999-nightly.2025-07-25-... 469 7/25/2025
4.4.999-nightly.2025-06-24-... 128 6/24/2025
4.4.999-nightly.2025-05-24-... 65 5/24/2025
4.4.999-nightly.2025-05-17-... 98 5/17/2025
4.4.999-nightly.2025-05-05-... 141 5/5/2025
4.4.999-nightly.2025-05-03-... 79 5/3/2025
4.4.999-nightly.2025-04-26-... 91 4/26/2025
4.4.999-nightly.2025-04-24-... 148 4/24/2025
4.4.999-nightly.2025-04-23-... 161 4/23/2025
4.4.999-nightly.2025-04-23-... 151 4/23/2025
4.4.999-nightly.2025-04-16-... 182 4/16/2025
4.4.999-nightly.2025-04-12-... 84 4/12/2025
4.4.999-nightly.2025-04-10-... 145 4/10/2025
4.4.999-nightly.2025-04-08-... 151 4/8/2025
4.4.999-nightly.2025-04-01-... 153 4/1/2025
4.4.999-nightly.2025-03-31-... 156 3/31/2025
4.4.999-nightly.2025-03-27-... 127 3/27/2025
4.4.999-nightly.2025-03-26-... 463 3/26/2025
4.4.999-nightly.2025-03-25-... 466 3/25/2025
4.4.999-nightly.2025-03-25-... 477 3/25/2025
4.4.999-nightly.2025-03-24-... 342 3/24/2025
4.4.999-nightly.2025-03-21-... 137 3/21/2025
4.4.999-nightly.2025-03-20-... 155 3/20/2025
4.4.999-nightly.2025-03-20-... 151 3/20/2025
4.4.999-nightly.2025-03-19-... 144 3/19/2025
4.4.999-nightly.2025-03-17-... 146 3/17/2025
4.4.999-nightly.2025-03-15-... 70 3/15/2025
4.4.999-nightly.2025-03-14-... 146 3/14/2025
4.4.999-nightly.2025-03-13-... 146 3/13/2025
4.4.999-nightly.2025-03-12-... 149 3/12/2025
4.4.999-nightly.2025-03-11-... 161 3/11/2025
4.4.999-nightly.2025-03-08-... 210 3/8/2025
4.4.999-nightly.2025-03-07-... 200 3/7/2025
4.4.999-nightly.2025-03-04-... 197 3/4/2025
4.4.999-nightly.2025-03-03-... 99 3/3/2025
4.4.999-nightly.2025-03-02-... 85 3/2/2025
4.4.999-nightly.2025-02-28-... 124 2/28/2025
4.4.999-nightly.2025-02-26-... 94 2/26/2025
4.4.999-nightly.2025-02-25-... 95 2/25/2025
4.4.999-nightly.2025-02-24-... 93 2/24/2025
4.4.999-nightly.2025-02-23-... 94 2/23/2025
4.4.999-nightly.2025-02-21-... 93 2/21/2025
4.4.999-nightly.2025-02-19-... 91 2/19/2025
4.4.999-nightly.2025-02-15-... 105 2/15/2025
4.4.999-nightly.2025-02-14-... 109 2/14/2025
4.4.999-nightly.2025-02-13-... 100 2/13/2025
4.4.999-nightly.2025-02-12-... 112 2/12/2025
4.4.999-nightly.2025-02-11-... 102 2/11/2025
4.4.999-nightly.2025-02-07-... 94 2/7/2025
4.4.999-nightly.2025-02-04-... 94 2/4/2025
4.4.999-nightly.2025-02-03-... 99 2/3/2025
4.4.999-nightly.2025-02-02-... 104 2/2/2025
4.4.999-nightly.2025-01-30-... 91 1/30/2025
4.4.999-nightly.2025-01-29-... 102 1/29/2025
4.4.999-nightly.2025-01-28-... 88 1/28/2025
4.4.999-nightly.2025-01-27-... 89 1/27/2025
4.4.999-nightly.2025-01-24-... 90 1/24/2025
4.4.999-nightly.2025-01-23-... 98 1/23/2025
4.4.999-nightly.2025-01-22-... 103 1/22/2025
4.4.999-nightly.2025-01-21-... 97 1/21/2025
4.4.999-nightly.2025-01-20-... 97 1/20/2025
4.4.999-nightly.2025-01-18-... 93 1/18/2025
4.4.999-nightly.2025-01-17-... 76 1/17/2025
4.4.999-nightly.2025-01-15-... 64 1/15/2025
4.4.999-nightly.2025-01-14-... 89 1/14/2025
4.4.999-nightly.2025-01-12-... 75 1/12/2025
4.4.999-nightly.2025-01-08-... 78 1/8/2025
4.4.999-nightly.2024-12-20-... 98 12/20/2024
4.4.999-nightly.2024-12-19-... 92 12/19/2024
4.4.999-nightly.2024-12-18-... 99 12/18/2024
4.4.999-nightly.2024-12-17-... 97 12/17/2024
4.4.999-nightly.2024-12-16-... 95 12/16/2024
4.4.999-nightly.2024-12-14-... 116 12/14/2024
4.4.999-nightly.2024-12-13-... 103 12/13/2024
4.4.999-nightly.2024-12-12-... 93 12/12/2024
4.4.999-nightly.2024-12-09-... 94 12/9/2024
4.4.999-nightly.2024-12-06-... 106 12/6/2024
4.4.999-nightly.2024-12-04-... 91 12/4/2024
4.4.999-nightly.2024-12-01-... 93 12/1/2024
4.4.999-nightly.2024-11-30-... 91 11/30/2024
4.4.999-nightly.2024-11-29-... 90 11/29/2024
4.4.999-nightly.2024-11-27-... 91 11/27/2024
4.4.999-nightly.2024-11-26-... 96 11/26/2024
4.4.999-nightly.2024-11-24-... 99 11/24/2024
4.4.999-nightly.2024-11-22-... 100 11/22/2024
4.4.999-nightly.2024-11-20-... 88 11/20/2024
4.4.999-nightly.2024-11-19-... 89 11/19/2024
4.4.999-nightly.2024-11-18-... 97 11/18/2024
4.4.999-nightly.2024-11-16-... 94 11/16/2024
4.4.999-nightly.2024-11-15-... 101 11/15/2024
4.4.999-nightly.2024-11-13-... 112 11/13/2024
4.4.999-nightly.2024-11-12-... 107 11/12/2024
4.4.999-nightly.2024-11-03-... 107 11/3/2024
4.4.999-nightly.2024-11-01-... 105 11/1/2024
4.4.999-nightly.2024-10-30-... 96 10/30/2024
4.4.999-nightly.2024-10-29-... 92 10/29/2024
4.4.999-nightly.2024-10-24-... 93 10/24/2024
4.4.999-nightly.2024-10-23-... 91 10/23/2024
4.4.999-nightly.2024-10-21-... 109 10/21/2024
4.4.999-nightly.2024-10-20-... 121 10/20/2024
4.4.999-nightly.2024-10-19-... 128 10/19/2024
4.4.999-nightly.2024-10-17-... 89 10/17/2024
4.3.999-nightly.2025-02-08-... 97 2/8/2025
4.3.999-nightly.2025-01-08-... 83 1/8/2025
4.3.999-nightly.2024-12-19-... 94 12/19/2024
4.3.999-nightly.2024-12-16-... 99 12/16/2024
4.3.999-nightly.2024-12-11-... 97 12/11/2024
4.3.999-nightly.2024-12-04-... 101 12/4/2024
4.3.999-nightly.2024-11-28-... 93 11/28/2024
4.3.999-nightly.2024-11-27-... 97 11/27/2024
4.3.999-nightly.2024-11-23-... 108 11/23/2024
4.3.999-nightly.2024-11-22-... 91 11/22/2024
4.3.999-nightly.2024-11-19-... 91 11/19/2024
4.3.999-nightly.2024-11-18-... 86 11/18/2024
4.3.999-nightly.2024-11-17-... 87 11/17/2024
4.3.999-nightly.2024-11-16-... 92 11/16/2024
4.3.999-nightly.2024-11-15-... 106 11/15/2024
4.3.999-nightly.2024-11-14-... 91 11/14/2024
4.3.999-nightly.2024-11-14-... 90 11/14/2024
4.3.999-nightly.2024-11-13-... 97 11/13/2024
4.3.999-nightly.2024-11-12-... 104 11/12/2024
4.3.999-nightly.2024-11-09-... 104 11/11/2024
4.3.999-nightly.2024-11-08-... 105 11/11/2024
4.3.999-nightly.2024-11-02-... 90 11/2/2024
4.3.999-nightly.2024-10-27-... 98 10/27/2024
4.3.999-nightly.2024-10-23-... 96 10/23/2024
4.3.999-nightly.2024-10-22-... 104 10/22/2024
4.3.999-nightly.2024-10-19-... 131 10/19/2024
4.3.999-nightly.2024-10-16-... 99 10/16/2024
4.3.999-nightly.2024-10-15-... 99 10/15/2024
4.3.999-nightly.2024-10-14-... 95 10/14/2024
4.3.999-nightly.2024-10-13-... 95 10/13/2024
4.3.999-nightly.2024-10-12-... 101 10/12/2024
4.3.999-nightly.2024-10-12-... 91 10/12/2024
4.3.999-nightly.2024-10-11-... 92 10/11/2024
4.3.999-nightly.2024-10-09-... 103 10/9/2024
4.3.999-nightly.2024-10-07-... 93 10/7/2024
4.3.999-nightly.2024-10-03-... 103 10/3/2024
4.3.999-nightly.2024-10-02-... 97 10/2/2024
4.3.999-nightly.2024-09-30-... 117 9/30/2024
4.3.999-nightly.2024-09-29-... 98 9/29/2024
4.3.999-nightly.2024-09-28-... 107 9/28/2024
4.3.999-nightly.2024-09-26-... 106 9/26/2024
4.3.999-nightly.2024-09-25-... 97 9/25/2024
4.3.999-nightly.2024-09-24-... 102 9/24/2024
4.3.999-nightly.2024-09-23-... 95 9/23/2024
4.3.999-nightly.2024-09-21-... 101 9/21/2024
4.3.999-nightly.2024-09-20-... 93 9/20/2024
4.3.999-nightly.2024-09-20-... 95 9/20/2024
4.3.999-nightly.2024-09-19-... 101 9/19/2024
4.3.999-nightly.2024-09-17-... 111 9/17/2024
4.3.999-nightly.2024-09-15-... 104 9/15/2024
4.3.999-nightly.2024-09-14-... 112 9/14/2024
4.3.999-nightly.2024-09-13-... 103 9/13/2024
4.3.999-nightly.2024-09-12-... 101 9/12/2024
4.3.999-nightly.2024-09-11-... 100 9/11/2024
4.3.999-nightly.2024-09-10-... 95 9/10/2024
4.3.999-nightly.2024-09-09-... 98 9/9/2024
4.3.999-nightly.2024-09-08-... 98 9/8/2024
4.3.999-nightly.2024-09-07-... 107 9/7/2024
4.3.999-nightly.2024-09-06-... 103 9/6/2024
4.3.999-nightly.2024-09-05-... 103 9/5/2024
4.3.999-nightly.2024-09-04-... 109 9/4/2024
4.3.999-nightly.2024-09-03-... 105 9/3/2024
4.3.999-nightly.2024-09-02-... 99 9/2/2024
4.3.999-nightly.2024-08-31-... 105 8/31/2024
4.3.999-nightly.2024-08-30-... 97 8/30/2024
4.3.999-nightly.2024-08-29-... 103 8/29/2024
4.3.999-nightly.2024-08-28-... 103 8/28/2024
4.3.999-nightly.2024-08-27-... 105 8/27/2024
4.3.999-nightly.2024-08-26-... 116 8/26/2024
4.3.999-nightly.2024-08-25-... 133 8/25/2024
4.3.999-nightly.2024-08-24-... 112 8/24/2024
4.3.999-nightly.2024-08-22-... 133 8/22/2024
4.3.999-nightly.2024-08-21-... 109 8/21/2024
4.3.999-nightly.2024-08-20-... 124 8/20/2024
4.3.999-nightly.2024-08-17-... 122 8/17/2024
4.3.999-nightly.2024-08-16-... 118 8/16/2024
4.3.999-nightly.2024-08-15-... 130 8/15/2024
4.3.999-nightly.2024-08-13-... 126 8/13/2024
4.3.999-nightly.2024-08-12-... 118 8/12/2024
4.3.999-nightly.2024-08-10-... 113 8/10/2024
4.3.999-nightly.2024-08-09-... 109 8/9/2024
4.3.999-nightly.2024-08-08-... 97 8/8/2024
4.3.999-nightly.2024-08-07-... 99 8/7/2024
4.3.999-nightly.2024-08-06-... 110 8/6/2024
4.3.999-nightly.2024-08-05-... 86 8/5/2024
4.3.999-nightly.2024-08-04-... 94 8/4/2024
4.3.999-nightly.2024-08-03-... 89 8/3/2024
4.3.999-nightly.2024-08-02-... 90 8/2/2024
4.3.999-nightly.2024-08-01-... 112 8/1/2024
4.3.999-nightly.2024-07-31-... 90 7/31/2024
4.3.999-nightly.2024-07-30-... 85 7/30/2024
4.3.999-nightly.2024-07-26-... 106 7/26/2024
4.3.999-nightly.2024-07-24-... 90 7/24/2024
4.3.999-nightly.2024-07-23-... 106 7/23/2024
4.3.999-nightly.2024-07-22-... 126 7/22/2024
4.3.999-nightly.2024-07-20-... 108 7/20/2024
4.3.999-nightly.2024-07-18-... 112 7/18/2024
4.3.999-nightly.2024-07-15-... 110 7/15/2024
4.3.999-nightly.2024-07-10-... 113 7/10/2024
4.3.999-nightly.2024-07-07-... 114 7/7/2024
4.3.999-nightly.2024-07-06-... 110 7/6/2024
4.3.999-nightly.2024-07-05-... 95 7/5/2024
4.3.999-nightly.2024-07-03-... 106 7/3/2024
4.3.999-nightly.2024-07-01-... 102 7/1/2024
4.3.999-nightly.2024-06-30-... 104 6/30/2024
4.3.999-nightly.2024-06-29-... 103 6/29/2024
4.3.999-nightly.2024-06-25-... 105 6/25/2024
4.3.999-nightly.2024-06-24-... 104 6/24/2024
4.3.999-nightly.2024-06-23-... 108 6/23/2024
4.3.999-nightly.2024-06-22-... 114 6/22/2024
4.3.999-nightly.2024-06-21-... 113 6/21/2024
4.3.999-nightly.2024-06-19-... 113 6/19/2024
4.3.999-nightly.2024-06-18-... 96 6/18/2024
4.3.999-nightly.2024-06-17-... 109 6/17/2024
4.3.999-nightly.2024-06-16-... 104 6/16/2024
4.3.999-nightly.2024-06-15-... 106 6/15/2024
4.3.999-nightly.2024-06-14-... 97 6/14/2024
4.3.999-nightly.2024-06-13-... 113 6/13/2024
4.3.999-nightly.2024-06-13-... 104 6/13/2024
4.3.999-nightly.2024-06-12-... 104 6/12/2024
4.3.999-nightly.2024-06-03-... 104 6/3/2024
4.3.999-nightly.2024-06-02-... 114 6/2/2024
4.3.999-nightly.2024-05-30-... 108 5/30/2024
4.3.999-nightly.2024-05-25-... 120 5/25/2024
4.3.999-nightly.2024-05-24-... 114 5/24/2024
4.3.999-nightly.2024-05-23-... 114 5/23/2024
4.3.999-nightly.2024-05-22-... 111 5/22/2024
4.3.999-nightly.2024-05-20-... 114 5/20/2024
4.3.999-nightly.2024-05-19-... 99 5/19/2024
4.3.999-nightly.2024-05-14-... 106 5/14/2024
4.3.999-nightly.2024-05-12-... 105 5/12/2024
4.3.999-nightly.2024-05-05-... 124 5/5/2024
4.3.999-nightly.2024-05-02-... 94 5/2/2024
4.3.999-nightly.2024-04-23-... 126 4/23/2024
4.3.999-nightly.2024-04-21-... 110 4/21/2024
4.3.999-nightly.2024-04-20-... 131 4/20/2024
4.3.999-nightly.2024-04-19-... 108 4/19/2024
4.3.999-nightly.2024-04-18-... 104 4/18/2024
4.3.999-nightly.2024-04-12-... 111 4/12/2024
4.3.999-nightly.2024-04-10-... 109 4/10/2024
4.3.999-nightly.2024-04-09-... 114 4/9/2024
4.3.999-nightly.2024-04-06-... 119 4/6/2024
4.3.999-nightly.2024-04-05-... 108 4/5/2024
4.3.999-nightly.2024-04-03-... 116 4/3/2024
4.3.999-nightly.2024-04-02-... 116 4/2/2024
4.3.999-nightly.2024-04-01-... 118 4/1/2024
4.3.999-nightly.2024-03-30-... 111 3/30/2024
4.3.999-nightly.2024-03-29-... 112 3/29/2024
4.3.999-nightly.2024-03-28-... 115 3/28/2024
4.3.0-nightly.2024-03-23-0102 115 3/23/2024
4.3.0-nightly.2024-03-21-0102 122 3/21/2024
4.2.999-nightly.2024-10-12-... 88 10/12/2024
4.2.999-nightly.2024-09-10-... 100 9/10/2024
4.2.999-nightly.2024-09-07-... 101 9/7/2024
4.2.999-nightly.2024-09-06-... 102 9/6/2024
4.2.999-nightly.2024-09-04-... 98 9/4/2024
4.2.999-nightly.2024-08-27-... 103 8/27/2024
4.2.999-nightly.2024-08-24-... 137 8/24/2024
4.2.999-nightly.2024-08-22-... 123 8/22/2024
4.2.999-nightly.2024-08-20-... 124 8/20/2024
4.2.999-nightly.2024-08-14-... 119 8/14/2024
4.2.999-nightly.2024-07-30-... 89 7/30/2024
4.2.999-nightly.2024-07-23-... 104 7/23/2024
4.2.999-nightly.2024-07-17-... 109 7/17/2024
4.2.999-nightly.2024-07-16-... 105 7/16/2024
4.2.999-nightly.2024-07-10-... 108 7/10/2024
4.2.999-nightly.2024-07-09-... 107 7/9/2024
4.2.999-nightly.2024-07-06-... 110 7/6/2024
4.2.999-nightly.2024-07-05-... 95 7/5/2024
4.2.999-nightly.2024-07-03-... 112 7/3/2024
4.2.999-nightly.2024-06-28-... 98 6/28/2024
4.2.999-nightly.2024-06-27-... 105 6/27/2024
4.2.999-nightly.2024-06-25-... 112 6/25/2024
4.2.999-nightly.2024-06-22-... 106 6/22/2024
4.2.999-nightly.2024-06-20-... 104 6/20/2024
4.2.999-nightly.2024-06-19-... 111 6/19/2024
4.2.999-nightly.2024-06-18-... 108 6/18/2024
4.2.999-nightly.2024-06-14-... 98 6/14/2024
4.2.999-nightly.2024-06-13-... 92 6/13/2024
4.2.999-nightly.2024-06-12-... 97 6/12/2024
4.2.999-nightly.2024-05-28-... 103 5/28/2024
4.2.999-nightly.2024-05-23-... 115 5/23/2024
4.2.999-nightly.2024-05-22-... 104 5/22/2024
4.2.999-nightly.2024-05-21-... 114 5/21/2024
4.2.999-nightly.2024-05-16-... 101 5/16/2024
4.2.999-nightly.2024-05-15-... 106 5/15/2024
4.2.999-nightly.2024-05-14-... 96 5/14/2024
4.2.999-nightly.2024-05-13-... 103 5/13/2024
4.2.999-nightly.2024-05-12-... 105 5/12/2024
4.2.999-nightly.2024-05-09-... 111 5/9/2024
4.2.999-nightly.2024-05-08-... 119 5/8/2024
4.2.999-nightly.2024-05-07-... 118 5/7/2024
4.2.999-nightly.2024-05-03-... 79 5/3/2024
4.2.999-nightly.2024-05-02-... 92 5/2/2024
4.2.999-nightly.2024-04-30-... 108 4/30/2024
4.2.999-nightly.2024-04-26-... 103 4/26/2024
4.2.999-nightly.2024-04-25-... 117 4/25/2024
4.2.999-nightly.2024-04-23-... 127 4/23/2024
4.2.999-nightly.2024-04-20-... 112 4/20/2024
4.2.999-nightly.2024-04-18-... 105 4/18/2024
4.2.999-nightly.2024-04-16-... 105 4/16/2024
4.2.999-nightly.2024-04-13-... 108 4/13/2024
4.2.999-nightly.2024-04-12-... 114 4/12/2024
4.2.999-nightly.2024-04-10-... 108 4/10/2024
4.2.999-nightly.2024-04-09-... 119 4/9/2024
4.2.999-nightly.2024-04-06-... 113 4/6/2024
4.2.999-nightly.2024-04-05-... 127 4/5/2024
4.2.999-nightly.2024-04-03-... 114 4/3/2024
4.2.999-nightly.2024-04-02-... 125 4/2/2024
4.2.999-nightly.2024-03-31-... 117 3/31/2024
4.2.999-nightly.2024-03-30-... 116 3/30/2024
4.2.999-nightly.2024-03-29-... 117 3/29/2024
4.2.999-nightly.2024-03-27-... 110 3/27/2024
4.2.0-nightly.202401090430 178 1/9/2024
4.2.0-nightly.202401060302 198 1/6/2024
4.2.0-nightly.202401050829 139 1/5/2024
4.2.0-nightly.202401050302 128 1/5/2024
4.2.0-nightly.2024-03-26-0102 109 3/26/2024
4.2.0-nightly.2024-03-25-0101 118 3/25/2024
4.2.0-nightly.2024-03-24-0101 131 3/24/2024
4.2.0-nightly.2024-03-21-0102 111 3/21/2024
4.2.0-nightly.2024-03-20-0102 108 3/20/2024
4.2.0-nightly.2024-03-19-0102 111 3/19/2024
4.2.0-nightly.2024-03-18-0102 112 3/18/2024
4.2.0-nightly.2024-03-17-0101 115 3/17/2024
4.2.0-nightly.2024-03-15-0102 115 3/15/2024
4.2.0-nightly.2024-03-14-0102 120 3/14/2024
4.2.0-nightly.2024-03-13-0102 111 3/13/2024
4.2.0-nightly.2024-03-12-0102 124 3/12/2024
4.2.0-nightly.2024-03-10-0101 117 3/10/2024
4.2.0-nightly.2024-03-09-0101 118 3/9/2024
4.2.0-nightly.2024-03-07-0102 110 3/7/2024
4.2.0-nightly.2024-03-06-0102 122 3/6/2024
4.2.0-nightly.2024-03-05-0102 115 3/5/2024
4.2.0-nightly.2024-03-04-0102 126 3/4/2024
4.2.0-nightly.2024-03-03-0101 136 3/3/2024
4.2.0-nightly.2024-03-02-0101 128 3/2/2024
4.2.0-nightly.2024-03-01-0102 128 3/1/2024
4.2.0-nightly.2024-02-29-0102 126 2/29/2024
4.2.0-nightly.2024-02-28-0102 117 2/28/2024
4.2.0-nightly.2024-02-27-0102 124 2/27/2024
4.2.0-nightly.2024-02-26-0102 117 2/26/2024
4.2.0-nightly.2024-02-25-0101 110 2/25/2024
4.2.0-nightly.2024-02-24-0101 127 2/24/2024
4.2.0-nightly.2024-02-22-0102 128 2/22/2024
4.2.0-nightly.2024-02-21-0102 124 2/21/2024
4.2.0-nightly.2024-02-19-0102 121 2/19/2024
4.2.0-nightly.2024-02-17-0101 121 2/17/2024
4.2.0-nightly.2024-02-16-0102 117 2/16/2024
4.2.0-nightly.2024-02-15-0102 129 2/15/2024
4.2.0-nightly.2024-02-14-0102 127 2/14/2024
4.2.0-nightly.2024-02-13-0102 123 2/13/2024
4.2.0-nightly.2024-02-12-0102 122 2/12/2024
4.2.0-nightly.2024-02-10-0101 130 2/10/2024
4.2.0-nightly.2024-02-09-0102 122 2/9/2024
4.2.0-nightly.2024-02-08-0102 123 2/8/2024
4.2.0-nightly.2024-02-07-0102 126 2/7/2024
4.2.0-nightly.2024-02-06-0102 124 2/6/2024
4.2.0-nightly.2024-02-05-0101 130 2/5/2024
4.2.0-nightly.2024-02-03-0101 124 2/3/2024
4.2.0-nightly.2024-02-02-0102 120 2/2/2024
4.2.0-nightly.2024-02-01-0102 117 2/1/2024
4.2.0-nightly.2024-01-31-0639 120 1/31/2024
4.2.0-nightly.2024-01-30-0102 117 1/30/2024
4.2.0-nightly.2024-01-27-0102 129 1/27/2024
4.2.0-nightly.2024-01-26-0632 116 1/26/2024
4.2.0-nightly.2024-01-25-0102 125 1/25/2024
4.2.0-nightly.2024-01-24-0855 117 1/24/2024
4.2.0-nightly.2024-01-24-0102 121 1/24/2024
4.2.0-nightly.2024-01-23-0102 129 1/23/2024
4.2.0-nightly.2024-01-22-1314 117 1/22/2024
4.2.0-nightly.2024-01-22-0125 126 1/22/2024
4.2.0-nightly.2024-01-18-0102 124 1/18/2024
4.2.0-nightly.2024-01-16-0102 115 1/16/2024
4.2.0-nightly.2024-01-15-0837 129 1/15/2024
4.2.0-nightly.2024-01-15-0102 129 1/15/2024
4.2.0-nightly.2024-01-13-0101 116 1/13/2024
4.2.0-nightly.2024-01-12-0102 131 1/12/2024
4.2.0-nightly.2024-01-11-0838 134 1/11/2024
4.2.0-nightly.2024-01-11-0102 136 1/11/2024
4.2.0-nightly.2024-01-10-0102 138 1/10/2024
4.1.0-nightly.202405240302 114 5/24/2024
4.1.0-nightly.202404230302 113 4/23/2024
4.1.0-nightly.202403230301 114 3/23/2024
4.1.0-nightly.202402210302 142 2/21/2024
4.1.0-nightly.202402200302 121 2/20/2024
4.1.0-nightly.202402190302 128 2/19/2024
4.1.0-nightly.202402150302 127 2/15/2024
4.1.0-nightly.202402140302 129 2/14/2024
4.1.0-nightly.202402130302 141 2/13/2024
4.1.0-nightly.202402120302 125 2/12/2024
4.1.0-nightly.202402100302 139 2/10/2024
4.1.0-nightly.202402060302 140 2/6/2024
4.1.0-nightly.202401300302 128 1/30/2024
4.1.0-nightly.202401290302 144 1/29/2024
4.1.0-nightly.202401240302 126 1/24/2024
4.1.0-nightly.202401230302 134 1/23/2024
4.1.0-nightly.202401220302 129 1/22/2024
4.1.0-nightly.202401210301 129 1/21/2024
4.1.0-nightly.202401200301 118 1/20/2024
4.1.0-nightly.202401170302 134 1/17/2024
4.1.0-nightly.202401160302 128 1/16/2024
4.1.0-nightly.202401150301 140 1/15/2024
4.1.0-nightly.202401140301 134 1/14/2024
4.1.0-nightly.202401130302 126 1/13/2024
4.1.0-nightly.202401120302 134 1/12/2024
4.1.0-nightly.202401110302 134 1/11/2024
4.1.0-nightly.202401100302 153 1/10/2024
4.1.0-nightly.202401090301 138 1/9/2024
4.1.0-nightly.202401070607 154 1/7/2024
4.1.0-nightly.202401060301 140 1/6/2024
4.1.0-nightly.202401050302 126 1/5/2024
4.1.0-nightly.202401040302 135 1/4/2024
4.1.0-nightly.202401030302 149 1/3/2024
4.1.0-nightly.202401010301 158 1/1/2024
4.1.0-nightly.202312300301 157 12/30/2023
4.1.0-nightly.202312291139 138 12/29/2023
4.1.0-nightly.202312290301 85 12/29/2023
4.1.0-nightly.202312280302 78 12/28/2023
4.1.0-nightly.202312250302 85 12/25/2023
4.1.0-nightly.202312230301 80 12/23/2023
4.1.0-nightly.202312210302 69 12/21/2023
4.1.0-nightly.202312200302 69 12/20/2023
4.1.0-nightly.202312150302 93 12/15/2023
4.1.0-nightly.202312141220 77 12/14/2023
4.1.0-nightly.202312141135 76 12/14/2023
4.1.0-nightly.202312140703 72 12/14/2023
4.1.0-nightly.202312140302 90 12/14/2023
4.1.0-nightly.202312131634 75 12/13/2023
4.1.0-nightly.202312130302 72 12/13/2023
4.1.0-nightly.202312110301 78 12/11/2023
4.1.0-nightly.202312100301 78 12/10/2023
4.1.0-nightly.202312090301 87 12/9/2023
4.1.0-nightly.202312080302 80 12/8/2023