mirror of
https://github.com/jlengrand/moderne-docs.git
synced 2026-03-10 08:31:21 +00:00
Get the right CLI version
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
| Component | Current version |
|
||||
| --------------------- | --------------- |
|
||||
| CLI version (Stable) | 3.20.8 |
|
||||
| CLI version (Staging) | 1.0.3225 |
|
||||
| CLI version (Staging) | 3.24.6 |
|
||||
|
||||
* [Moderne CLI reference docs](../user-documentation/moderne-cli/cli-reference.md)
|
||||
|
||||
@@ -35,7 +35,7 @@ If everything was configured correctly, you should be able to type `mod` into yo
|
||||
```bash
|
||||
➜ mod
|
||||
|
||||
Moderne CLI 1.0.3225
|
||||
Moderne CLI 3.24.6
|
||||
|
||||
Usage:
|
||||
|
||||
@@ -160,7 +160,7 @@ mod git clone . "Default"
|
||||
<summary>You should see output similar to the following.</summary>
|
||||
|
||||
```bash
|
||||
Moderne CLI 1.0.3225
|
||||
Moderne CLI 3.24.6
|
||||
|
||||
> Cloning organization from Moderne
|
||||
|
||||
@@ -241,7 +241,7 @@ mod build . --download-only
|
||||
<summary>You should see output similar to the following.</summary>
|
||||
|
||||
```bash
|
||||
Moderne CLI 1.0.3225
|
||||
Moderne CLI 3.24.6
|
||||
|
||||
> Selecting repositories
|
||||
|
||||
@@ -378,7 +378,7 @@ mod run . --recipe DependencyVulnerabilityCheck
|
||||
<summary>You should see output similar to the following.</summary>
|
||||
|
||||
```bash
|
||||
Moderne CLI 1.0.3225
|
||||
Moderne CLI 3.24.6
|
||||
|
||||
> Selecting repositories
|
||||
|
||||
@@ -502,7 +502,7 @@ mod study . --last-recipe-run --data-table VulnerabilityReport
|
||||
<summary>You should see output similar to the following.</summary>
|
||||
|
||||
```bash
|
||||
Moderne CLI 1.0.3225
|
||||
Moderne CLI 3.24.6
|
||||
|
||||
Found recipe run 20240904083238-wRnHo
|
||||
|
||||
@@ -609,7 +609,7 @@ mod run . --recipe CommonStaticAnalysis
|
||||
<summary>You should see output similar to the following.</summary>
|
||||
|
||||
```bash
|
||||
Moderne CLI 1.0.3225
|
||||
Moderne CLI 3.24.6
|
||||
|
||||
> Selecting repositories
|
||||
|
||||
@@ -694,7 +694,7 @@ mod git checkout . -b workshop-changes --last-recipe-run
|
||||
<summary>You should see output similar to the following.</summary>
|
||||
|
||||
```bash
|
||||
Moderne CLI 1.0.3225
|
||||
Moderne CLI 3.24.6
|
||||
|
||||
Found recipe run 20240904084031-xdbaB
|
||||
|
||||
|
||||
@@ -57,7 +57,7 @@ If everything was configured correctly, you should be able to type `mod` into yo
|
||||
```bash
|
||||
➜ mod
|
||||
|
||||
Moderne CLI 1.0.3225
|
||||
Moderne CLI 3.24.6
|
||||
|
||||
Usage:
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ mod config java jdk list
|
||||
```bash
|
||||
➜ moderne-cli git:(main) ✗ mod config java jdk list
|
||||
|
||||
Moderne CLI 1.0.3225
|
||||
Moderne CLI 3.24.6
|
||||
|
||||
> Listing available JDKs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user