mirror of
https://github.com/jlengrand/moderne-docs.git
synced 2026-03-10 08:31:21 +00:00
update cli version
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
| Component | Current version |
|
||||
| --------------------- | --------------- |
|
||||
| CLI version (Stable) | 3.1.6 |
|
||||
| CLI version (Staging) | 3.3.1 |
|
||||
| CLI version (Stable) | 3.3.2 |
|
||||
| CLI version (Staging) | 3.3.2 |
|
||||
|
||||
* [Moderne CLI reference docs](../user-documentation/moderne-cli/cli-reference.md)
|
||||
* [Moderne CLI workshop](../user-documentation/workshops/moderne-cli-exercise.md)
|
||||
|
||||
@@ -45,7 +45,7 @@ If you use PowerShell, you can use the [Set-Alias command](https://learn.microso
|
||||
```bash
|
||||
➜ moderne-cli git:(main) mod
|
||||
|
||||
Moderne CLI 3.3.1
|
||||
Moderne CLI 3.3.2
|
||||
|
||||
Usage:
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ mod config java jdk list
|
||||
```shell
|
||||
➜ moderne-cli git:(main) ✗ mod config java jdk list
|
||||
|
||||
Moderne CLI 3.3.1
|
||||
Moderne CLI 3.3.2
|
||||
|
||||
> Listing available JDKs
|
||||
|
||||
|
||||
@@ -164,7 +164,7 @@ Here is what the results look like if everything ran correctly:
|
||||
```bash
|
||||
➜ mod git clone csv ./spring-data repos.csv --filter=tree:0
|
||||
|
||||
Moderne CLI 3.3.1
|
||||
Moderne CLI 3.3.2
|
||||
|
||||
> Reading CSV file
|
||||
|
||||
@@ -202,7 +202,7 @@ Notice that you didn't need to configure Maven or Gradle, select Java versions,
|
||||
```bash
|
||||
➜ mod build ./spring-data
|
||||
|
||||
Moderne CLI 3.3.1
|
||||
Moderne CLI 3.3.2
|
||||
|
||||
> Selecting repositories
|
||||
|
||||
@@ -258,7 +258,7 @@ To view the diff, you can command + click on the file (or ctrl + click if on Win
|
||||
```bash
|
||||
➜ mod run ./spring-data --recipe CommonStaticAnalysis
|
||||
|
||||
Moderne CLI 3.3.1
|
||||
Moderne CLI 3.3.2
|
||||
|
||||
> Selecting repositories
|
||||
|
||||
@@ -333,7 +333,7 @@ MOD SUCCEEDED in (2m 6s)
|
||||
```bash
|
||||
➜ mod run ./spring-data --recipe UpgradeToJava17
|
||||
|
||||
Moderne CLI 3.3.1
|
||||
Moderne CLI 3.3.2
|
||||
|
||||
> Selecting repositories
|
||||
|
||||
@@ -426,7 +426,7 @@ You should see:
|
||||
```bash
|
||||
➜ mod study ./spring-data --last-recipe-run --data-table SourcesFileResults
|
||||
|
||||
Moderne CLI 3.3.1
|
||||
Moderne CLI 3.3.2
|
||||
|
||||
Found recipe run 20240430092847-434iK
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ After that, we'll provide some additional examples that show other capabilities
|
||||
```
|
||||
➜ mod
|
||||
|
||||
Moderne CLI 3.3.1
|
||||
Moderne CLI 3.3.2
|
||||
|
||||
Usage:
|
||||
|
||||
@@ -102,7 +102,7 @@ mod config recipes moderne install UpgradeSpringBoot_3_2
|
||||
```shell
|
||||
➜ mod config recipes moderne install UpgradeSpringBoot_3_2
|
||||
|
||||
Moderne CLI 3.3.1
|
||||
Moderne CLI 3.3.2
|
||||
|
||||
[1] Migrate to Spring Boot 3.2
|
||||
[2] Migrate to Spring Boot 3.1
|
||||
@@ -202,7 +202,7 @@ mod build .
|
||||
<summary>You should see output similar to the following.</summary>
|
||||
|
||||
```bash
|
||||
Moderne CLI 3.3.1
|
||||
Moderne CLI 3.3.2
|
||||
|
||||
> Selecting repositories
|
||||
|
||||
@@ -244,7 +244,7 @@ mod run . --recipe UpgradeSpringBoot_3_2
|
||||
<summary>You should see output similar to the following.</summary>
|
||||
|
||||
```bash
|
||||
Moderne CLI 3.3.1
|
||||
Moderne CLI 3.3.2
|
||||
|
||||
> Selecting repositories
|
||||
|
||||
@@ -1219,7 +1219,7 @@ mod build $HOME/workshop
|
||||
<summary>You should see output similar to the following.</summary>
|
||||
|
||||
```bash
|
||||
Moderne CLI 3.3.1
|
||||
Moderne CLI 3.3.2
|
||||
|
||||
> Selecting repositories
|
||||
|
||||
@@ -1273,7 +1273,7 @@ You can preview the changes by command/ctrl clicking on the patch file generated
|
||||
```bash
|
||||
➜ ~ mod run $HOME/workshop --recipe UpgradeSpringBoot_3_2
|
||||
|
||||
Moderne CLI 3.3.1
|
||||
Moderne CLI 3.3.2
|
||||
|
||||
> Selecting repositories
|
||||
|
||||
@@ -1338,7 +1338,7 @@ mod git clone moderne . "Default"
|
||||
<summary>You should see output similar to the following.</summary>
|
||||
|
||||
```bash
|
||||
Moderne CLI 3.3.1
|
||||
Moderne CLI 3.3.2
|
||||
|
||||
> Listing repositories from Moderne
|
||||
|
||||
@@ -1378,7 +1378,7 @@ mod build .
|
||||
<summary>You should see output similar to the following.</summary>
|
||||
|
||||
```bash
|
||||
Moderne CLI 3.3.1
|
||||
Moderne CLI 3.3.2
|
||||
|
||||
> Selecting repositories
|
||||
|
||||
@@ -1497,7 +1497,7 @@ mod run . --recipe UpgradeToJava17
|
||||
<summary>You should see results similar to the following</summary>
|
||||
|
||||
```bash
|
||||
Moderne CLI 3.3.1
|
||||
Moderne CLI 3.3.2
|
||||
|
||||
> Selecting repositories
|
||||
|
||||
@@ -1584,7 +1584,7 @@ mod study . --last-recipe-run --data-table SourcesFileResults
|
||||
<summary>You should see results similar to the following.</summary>
|
||||
|
||||
```bash
|
||||
Moderne CLI 3.3.1
|
||||
Moderne CLI 3.3.2
|
||||
|
||||
Found recipe run 20240429093354-reHx5
|
||||
|
||||
@@ -1686,7 +1686,7 @@ mod run . --recipe org.openrewrite.staticanalysis.CommonStaticAnalysis
|
||||
<summary>You should see results similar to:</summary>
|
||||
|
||||
```bash
|
||||
Moderne CLI 3.3.1
|
||||
Moderne CLI 3.3.2
|
||||
|
||||
> Selecting repositories
|
||||
|
||||
|
||||
Reference in New Issue
Block a user