mirror of
https://github.com/jlengrand/moderne-docs.git
synced 2026-03-10 08:31:21 +00:00
Update moderne-cli reference to v3.37.3
This commit is contained in:
@@ -273,7 +273,7 @@
|
|||||||
* Allow empty commits using `--allow-empty` and fix default behaviour to not allow these empty commits.
|
* Allow empty commits using `--allow-empty` and fix default behaviour to not allow these empty commits.
|
||||||
|
|
||||||
|
|
||||||
### CLI 3.37.2 (2025/02/07)
|
### CLI 3.37.3 (2025/02/07)
|
||||||
|
|
||||||
#### What's Changed
|
#### What's Changed
|
||||||
* Add duration to timeout exception message
|
* 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 |
|
| Component | Current version |
|
||||||
| --------------------- | --------------- |
|
| --------------------- | --------------- |
|
||||||
| CLI version (Stable) | 3.26.2 |
|
| CLI version (Stable) | 3.26.2 |
|
||||||
| CLI version (Staging) | 3.37.2 |
|
| CLI version (Staging) | 3.37.3 |
|
||||||
|
|
||||||
* [How to update to the latest version of the CLI](../user-documentation/moderne-cli/how-to-guides/cli-upgrade.md)
|
* [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)
|
* [Moderne CLI reference docs](../user-documentation/moderne-cli/cli-reference.md)
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ If everything was configured correctly, you should be able to type `mod` into yo
|
|||||||
```bash
|
```bash
|
||||||
➜ mod
|
➜ mod
|
||||||
|
|
||||||
Moderne CLI 3.37.2
|
Moderne CLI 3.37.3
|
||||||
|
|
||||||
Usage:
|
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>
|
<summary>You should see output similar to the following.</summary>
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
Moderne CLI 3.37.2
|
Moderne CLI 3.37.3
|
||||||
|
|
||||||
> Cloning organization from Moderne
|
> Cloning organization from Moderne
|
||||||
|
|
||||||
@@ -253,7 +253,7 @@ mod build . --download-only
|
|||||||
<summary>You should see output similar to the following.</summary>
|
<summary>You should see output similar to the following.</summary>
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
Moderne CLI 3.37.2
|
Moderne CLI 3.37.3
|
||||||
|
|
||||||
> Selecting repositories
|
> Selecting repositories
|
||||||
|
|
||||||
@@ -451,7 +451,7 @@ mod run . --recipe DependencyVulnerabilityCheck --parallel 0
|
|||||||
<summary>You should see output similar to the following.</summary>
|
<summary>You should see output similar to the following.</summary>
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
Moderne CLI 3.37.2
|
Moderne CLI 3.37.3
|
||||||
|
|
||||||
> Selecting repositories
|
> Selecting repositories
|
||||||
|
|
||||||
@@ -560,7 +560,7 @@ mod study . --last-recipe-run --data-table VulnerabilityReport
|
|||||||
<summary>You should see output similar to the following.</summary>
|
<summary>You should see output similar to the following.</summary>
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
Moderne CLI 3.37.2
|
Moderne CLI 3.37.3
|
||||||
|
|
||||||
Found recipe run 20250303090700-X0knL
|
Found recipe run 20250303090700-X0knL
|
||||||
|
|
||||||
@@ -658,7 +658,7 @@ mod run . --recipe CommonStaticAnalysis --parallel 0
|
|||||||
<summary>You should see output similar to the following.</summary>
|
<summary>You should see output similar to the following.</summary>
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
Moderne CLI 3.37.2
|
Moderne CLI 3.37.3
|
||||||
|
|
||||||
> Selecting repositories
|
> Selecting repositories
|
||||||
|
|
||||||
@@ -735,7 +735,7 @@ mod git checkout . -b workshop-changes --last-recipe-run
|
|||||||
<summary>You should see output similar to the following.</summary>
|
<summary>You should see output similar to the following.</summary>
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
Moderne CLI 3.37.2
|
Moderne CLI 3.37.3
|
||||||
|
|
||||||
Found recipe run 20250114093829-TkzAc
|
Found recipe run 20250114093829-TkzAc
|
||||||
|
|
||||||
|
|||||||
@@ -68,7 +68,7 @@ If everything was configured correctly, you should be able to type `mod` into yo
|
|||||||
```bash
|
```bash
|
||||||
➜ mod
|
➜ mod
|
||||||
|
|
||||||
Moderne CLI 3.37.2
|
Moderne CLI 3.37.3
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
|
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ mod config java jdk list
|
|||||||
```bash
|
```bash
|
||||||
➜ moderne-cli git:(main) ✗ mod config java jdk list
|
➜ moderne-cli git:(main) ✗ mod config java jdk list
|
||||||
|
|
||||||
Moderne CLI 3.37.2
|
Moderne CLI 3.37.3
|
||||||
|
|
||||||
> Listing available JDKs
|
> Listing available JDKs
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user