Skip to content

Commit

Permalink
Update moderne-cli reference to v3.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 11, 2024
1 parent 0f51152 commit d585f8a
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion releases/cli-releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
| Component | Current version |
| --------------------- | --------------- |
| CLI version (Stable) | 3.17.2 |
| CLI version (Staging) | 3.20.3 |
| CLI version (Staging) | 3.20.4 |

* [Moderne CLI reference docs](../user-documentation/moderne-cli/cli-reference.md)
14 changes: 7 additions & 7 deletions user-documentation/moderne-cli/getting-started/cli-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ If everything was configured correctly, you should be able to type `mod` into yo
```bash
➜ mod

Moderne CLI 3.20.3
Moderne CLI 3.20.4

Usage:

Expand Down Expand Up @@ -157,7 +157,7 @@ cd $HOME/workshop
<summary>You should see output similar to the following.</summary>

```bash
Moderne CLI 3.20.3
Moderne CLI 3.20.4

> Cloning organization from Moderne

Expand Down Expand Up @@ -238,7 +238,7 @@ mod build . --download-only
<summary>You should see output similar to the following.</summary>

```bash
Moderne CLI 3.20.3
Moderne CLI 3.20.4

> Selecting repositories

Expand Down Expand Up @@ -375,7 +375,7 @@ mod run . --recipe DependencyVulnerabilityCheck
<summary>You should see output similar to the following.</summary>

```bash
Moderne CLI 3.20.3
Moderne CLI 3.20.4

> Selecting repositories

Expand Down Expand Up @@ -499,7 +499,7 @@ mod study . --last-recipe-run --data-table VulnerabilityReport
<summary>You should see output similar to the following.</summary>

```bash
Moderne CLI 3.20.3
Moderne CLI 3.20.4

Found recipe run 20240904083238-wRnHo

Expand Down Expand Up @@ -606,7 +606,7 @@ mod run . --recipe CommonStaticAnalysis
<summary>You should see output similar to the following.</summary>

```bash
Moderne CLI 3.20.3
Moderne CLI 3.20.4

> Selecting repositories

Expand Down Expand Up @@ -691,7 +691,7 @@ mod git checkout . -b workshop-changes --last-recipe-run
<summary>You should see output similar to the following.</summary>

```bash
Moderne CLI 3.20.3
Moderne CLI 3.20.4

Found recipe run 20240904084031-xdbaB

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ If everything was configured correctly, you should be able to type `mod` into yo
```bash
➜ mod

Moderne CLI 3.20.3
Moderne CLI 3.20.4

Usage:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ mod config java jdk list
```shell
➜ moderne-cli git:(main) ✗ mod config java jdk list

Moderne CLI 3.20.3
Moderne CLI 3.20.4

> Listing available JDKs

Expand Down
10 changes: 5 additions & 5 deletions user-documentation/workshops/air-gapped-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,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.20.3
Moderne CLI 3.20.4

> Reading CSV file

Expand Down Expand Up @@ -200,7 +200,7 @@ Notice that you didn't need to configure Maven or Gradle, select Java versions,
```bash
➜ mod build ./spring-data

Moderne CLI 3.20.3
Moderne CLI 3.20.4

> Selecting repositories

Expand Down Expand Up @@ -255,7 +255,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.20.3
Moderne CLI 3.20.4

> Selecting repositories

Expand Down Expand Up @@ -329,7 +329,7 @@ MOD SUCCEEDED in (2m 6s)
```bash
➜ mod run ./spring-data --recipe UpgradeToJava17

Moderne CLI 3.20.3
Moderne CLI 3.20.4

> Selecting repositories

Expand Down Expand Up @@ -422,7 +422,7 @@ You should see:
```bash
➜ mod study ./spring-data --last-recipe-run --data-table SourcesFileResults

Moderne CLI 3.20.3
Moderne CLI 3.20.4

Found recipe run 20240430092847-434iK

Expand Down
18 changes: 9 additions & 9 deletions user-documentation/workshops/moderne-cli-exercise.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ After that, we'll provide some additional examples that show other capabilities
```
➜ mod
Moderne CLI 3.20.3
Moderne CLI 3.20.4
Usage:
Expand Down Expand Up @@ -101,7 +101,7 @@ mod config recipes moderne install UpgradeSpringBoot_3_2
```shell
➜ mod config recipes moderne install UpgradeSpringBoot_3_2

Moderne CLI 3.20.3
Moderne CLI 3.20.4

[1] Migrate to Spring Boot 3.2
[2] Migrate to Spring Boot 3.1
Expand Down Expand Up @@ -190,7 +190,7 @@ mod build $HOME/workshop
<summary>You should see output similar to the following.</summary>

```bash
Moderne CLI 3.20.3
Moderne CLI 3.20.4
> Selecting repositories
Expand Down Expand Up @@ -244,7 +244,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.20.3
Moderne CLI 3.20.4
> Selecting repositories
Expand Down Expand Up @@ -309,7 +309,7 @@ mod git clone moderne . "Default"
<summary>You should see output similar to the following.</summary>

```bash
Moderne CLI 3.20.3
Moderne CLI 3.20.4
> Listing repositories from Moderne
Expand Down Expand Up @@ -349,7 +349,7 @@ mod build .
<summary>You should see output similar to the following.</summary>

```bash
Moderne CLI 3.20.3
Moderne CLI 3.20.4
> Selecting repositories
Expand Down Expand Up @@ -468,7 +468,7 @@ mod run . --recipe UpgradeToJava17
<summary>You should see results similar to the following</summary>
```bash
Moderne CLI 3.20.3
Moderne CLI 3.20.4
> Selecting repositories
Expand Down Expand Up @@ -555,7 +555,7 @@ mod study . --last-recipe-run --data-table SourcesFileResults
<summary>You should see results similar to the following.</summary>

```bash
Moderne CLI 3.20.3
Moderne CLI 3.20.4
Found recipe run 20240429093354-reHx5
Expand Down Expand Up @@ -657,7 +657,7 @@ mod run . --recipe org.openrewrite.staticanalysis.CommonStaticAnalysis
<summary>You should see results similar to:</summary>

```bash
Moderne CLI 3.20.3
Moderne CLI 3.20.4
> Selecting repositories
Expand Down

0 comments on commit d585f8a

Please sign in to comment.