mirror of
https://github.com/jlengrand/moderne-docs.git
synced 2026-03-10 08:31:21 +00:00
Update moderne-cli reference to v3.33.3
This commit is contained in:
@@ -111,7 +111,7 @@
|
||||
* Allow empty commits using `--allow-empty` and fix default behaviour to not allow these empty commits.
|
||||
|
||||
|
||||
### CLI 3.33.2 (2025/02/07)
|
||||
### CLI 3.33.3 (2025/02/07)
|
||||
|
||||
#### What's Changed
|
||||
* Add duration to timeout exception message
|
||||
|
||||
@@ -8,7 +8,7 @@ description: The current version of the Moderne CLI and links to useful CLI docu
|
||||
| Component | Current version |
|
||||
| --------------------- | --------------- |
|
||||
| CLI version (Stable) | 3.26.2 |
|
||||
| CLI version (Staging) | 3.33.2 |
|
||||
| CLI version (Staging) | 3.33.3 |
|
||||
|
||||
* [How to update to the latest version of the CLI](../user-documentation/moderne-cli/how-to-guides/cli-upgrade.md)
|
||||
* [Moderne CLI reference docs](../user-documentation/moderne-cli/cli-reference.md)
|
||||
|
||||
@@ -274,7 +274,7 @@ mod [subcommands]
|
||||
* `list`: Lists the repositories that can be built and published.
|
||||
* `monitor`: (INCUBATING) Launches an HTTP server used to monitor the CLI.
|
||||
* `publish`: Publishes the LST artifacts for one or more projects.
|
||||
* `run`: Runs an OpenRewrite recipe locally on pre-built LSTS.
|
||||
* `run`: Runs an OpenRewrite recipe locally on pre-built LSTs.
|
||||
* `run-history`: Get information about the most recent recipe runs. This will be transitioning to **mod audit runs list** eventually. A deprecation notice will be added here when we suggest adopting the alternative.
|
||||
* `study`: Produces studies from OpenRewrite recipe data tables locally.
|
||||
* `generate-completion`
|
||||
@@ -5585,7 +5585,7 @@ mod publish /path/to/project
|
||||
|
||||
## mod run
|
||||
|
||||
Runs an OpenRewrite recipe locally on pre-built LSTS.
|
||||
Runs an OpenRewrite recipe locally on pre-built LSTs.
|
||||
|
||||
|
||||
You must run the **mod build** command before this command will work. You also must set up a connection to moderne (**mod config moderne**) and install recipes (**mod config recipes**) for this command to work.
|
||||
|
||||
@@ -40,7 +40,7 @@ If everything was configured correctly, you should be able to type `mod` into yo
|
||||
```bash
|
||||
➜ mod
|
||||
|
||||
Moderne CLI 3.33.2
|
||||
Moderne CLI 3.33.3
|
||||
|
||||
Usage:
|
||||
|
||||
@@ -176,7 +176,7 @@ If you need to enter an SSH passphrase to clone repositories, please see our [SS
|
||||
<summary>You should see output similar to the following.</summary>
|
||||
|
||||
```bash
|
||||
Moderne CLI 3.33.2
|
||||
Moderne CLI 3.33.3
|
||||
|
||||
> Cloning organization from Moderne
|
||||
|
||||
@@ -253,7 +253,7 @@ mod build . --download-only
|
||||
<summary>You should see output similar to the following.</summary>
|
||||
|
||||
```bash
|
||||
Moderne CLI 3.33.2
|
||||
Moderne CLI 3.33.3
|
||||
|
||||
> Selecting repositories
|
||||
|
||||
@@ -451,7 +451,7 @@ mod run . --recipe DependencyVulnerabilityCheck --parallel 0
|
||||
<summary>You should see output similar to the following.</summary>
|
||||
|
||||
```bash
|
||||
Moderne CLI 3.33.2
|
||||
Moderne CLI 3.33.3
|
||||
|
||||
> Selecting repositories
|
||||
|
||||
@@ -569,7 +569,7 @@ mod study . --last-recipe-run --data-table VulnerabilityReport
|
||||
<summary>You should see output similar to the following.</summary>
|
||||
|
||||
```bash
|
||||
Moderne CLI 3.33.2
|
||||
Moderne CLI 3.33.3
|
||||
|
||||
Found recipe run 20250114092524-RN2dY
|
||||
|
||||
@@ -670,7 +670,7 @@ mod run . --recipe CommonStaticAnalysis --parallel 0
|
||||
<summary>You should see output similar to the following.</summary>
|
||||
|
||||
```bash
|
||||
Moderne CLI 3.33.2
|
||||
Moderne CLI 3.33.3
|
||||
|
||||
> Selecting repositories
|
||||
|
||||
@@ -752,7 +752,7 @@ mod git checkout . -b workshop-changes --last-recipe-run
|
||||
<summary>You should see output similar to the following.</summary>
|
||||
|
||||
```bash
|
||||
Moderne CLI 3.33.2
|
||||
Moderne CLI 3.33.3
|
||||
|
||||
Found recipe run 20250114093829-TkzAc
|
||||
|
||||
|
||||
@@ -68,7 +68,7 @@ If everything was configured correctly, you should be able to type `mod` into yo
|
||||
```bash
|
||||
➜ mod
|
||||
|
||||
Moderne CLI 3.33.2
|
||||
Moderne CLI 3.33.3
|
||||
|
||||
Usage:
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ mod config java jdk list
|
||||
```bash
|
||||
➜ moderne-cli git:(main) ✗ mod config java jdk list
|
||||
|
||||
Moderne CLI 3.33.2
|
||||
Moderne CLI 3.33.3
|
||||
|
||||
> Listing available JDKs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user