From c47614326d9ebb46bc2e21577d87c5f51682a9df Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Mon, 23 Dec 2024 19:08:34 +0000
Subject: [PATCH] Update moderne-cli reference to v3.27.6
---
docs/releases/cli-releases.md | 2 +-
.../moderne-cli/cli-reference.md | 20 +++++++++----------
.../moderne-cli/getting-started/cli-intro.md | 14 ++++++-------
.../how-to-guides/air-gapped-cli-install.md | 2 +-
.../how-to-guides/jdk-selection-and-config.md | 2 +-
5 files changed, 20 insertions(+), 20 deletions(-)
diff --git a/docs/releases/cli-releases.md b/docs/releases/cli-releases.md
index 161557f0..5d30a0a9 100644
--- a/docs/releases/cli-releases.md
+++ b/docs/releases/cli-releases.md
@@ -3,7 +3,7 @@
| Component | Current version |
| --------------------- | --------------- |
| CLI version (Stable) | 3.25.3 |
-| CLI version (Staging) | 3.27.5 |
+| CLI version (Staging) | 3.27.6 |
* [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)
diff --git a/docs/user-documentation/moderne-cli/cli-reference.md b/docs/user-documentation/moderne-cli/cli-reference.md
index 99e1f59e..9470adcc 100644
--- a/docs/user-documentation/moderne-cli/cli-reference.md
+++ b/docs/user-documentation/moderne-cli/cli-reference.md
@@ -135,10 +135,10 @@
* [**mod config recipes artifacts artifactory delete**](#mod-config-recipes-artifacts-artifactory-delete)
* [**mod config recipes artifacts artifactory show**](#mod-config-recipes-artifacts-artifactory-show)
* [**mod config recipes artifacts show**](#mod-config-recipes-artifacts-show)
-* [**mod config recipes artifacts default-repositories**](#mod-config-recipes-artifacts-default-repositories)
-* [**mod config recipes artifacts default-repositories enable**](#mod-config-recipes-artifacts-default-repositories-enable)
-* [**mod config recipes artifacts default-repositories disable**](#mod-config-recipes-artifacts-default-repositories-disable)
-* [**mod config recipes artifacts default-repositories show**](#mod-config-recipes-artifacts-default-repositories-show)
+* ~~[**mod config recipes artifacts default-repositories**](#mod-config-recipes-artifacts-default-repositories-deprecated)~~ (deprecated)
+* ~~[**mod config recipes artifacts default-repositories enable**](#mod-config-recipes-artifacts-default-repositories-enable-deprecated)~~ (deprecated)
+* ~~[**mod config recipes artifacts default-repositories disable**](#mod-config-recipes-artifacts-default-repositories-disable-deprecated)~~ (deprecated)
+* ~~[**mod config recipes artifacts default-repositories show**](#mod-config-recipes-artifacts-default-repositories-show-deprecated)~~ (deprecated)
* [**mod config recipes artifacts maven**](#mod-config-recipes-artifacts-maven)
* [**mod config recipes artifacts maven edit**](#mod-config-recipes-artifacts-maven-edit)
* [**mod config recipes artifacts maven delete**](#mod-config-recipes-artifacts-maven-delete)
@@ -3106,7 +3106,7 @@ mod config recipes artifacts [subcommands]
* `artifactory`: Configures the artifact repository to resolve recipes from.
* `show`: Displays the recipe artifacts repository configuration.
-* `default-repositories`: (DEPRECATED) Configure the availability of maven central repositories.
+* `default-repositories`: Configure the availability of maven central repositories.
* `maven`: Configures a Maven-formatted artifact repository that recipes will be resolved from.
* `nuget`: Configures a Nuget-formatted artifact repository that recipes will be resolved from.
@@ -3211,9 +3211,9 @@ mod config recipes artifacts show
-## mod config recipes artifacts default-repositories
+## mod config recipes artifacts default-repositories (deprecated)
-(DEPRECATED) Configure the availability of maven central repositories.
+Configure the availability of maven central repositories.
Use `mod config features no-maven-central` to disable/enable Maven Central and OSS Sonatype Snapshots.
@@ -3231,7 +3231,7 @@ mod config recipes artifacts default-repositories [subcommands]
* `disable`
* `show`
-## mod config recipes artifacts default-repositories enable
+## mod config recipes artifacts default-repositories enable (deprecated)
(INCUBATING) Enable default repositories.
@@ -3244,7 +3244,7 @@ mod config recipes artifacts default-repositories enable
-## mod config recipes artifacts default-repositories disable
+## mod config recipes artifacts default-repositories disable (deprecated)
(INCUBATING) Disable default repositories.
@@ -3257,7 +3257,7 @@ mod config recipes artifacts default-repositories disable
-## mod config recipes artifacts default-repositories show
+## mod config recipes artifacts default-repositories show (deprecated)
(INCUBATING) Show the current configuration of default repositories.
diff --git a/docs/user-documentation/moderne-cli/getting-started/cli-intro.md b/docs/user-documentation/moderne-cli/getting-started/cli-intro.md
index 53471fc1..d423b55b 100644
--- a/docs/user-documentation/moderne-cli/getting-started/cli-intro.md
+++ b/docs/user-documentation/moderne-cli/getting-started/cli-intro.md
@@ -35,7 +35,7 @@ If everything was configured correctly, you should be able to type `mod` into yo
```bash
➜ mod
-Moderne CLI 3.27.5
+Moderne CLI 3.27.6
Usage:
@@ -164,7 +164,7 @@ If you need to enter an SSH passphrase to clone repositories, please see our [SS
You should see output similar to the following.
```bash
-Moderne CLI 3.27.5
+Moderne CLI 3.27.6
> Cloning organization from Moderne
@@ -245,7 +245,7 @@ mod build . --download-only
You should see output similar to the following.
```bash
-Moderne CLI 3.27.5
+Moderne CLI 3.27.6
> Selecting repositories
@@ -382,7 +382,7 @@ mod run . --recipe DependencyVulnerabilityCheck
You should see output similar to the following.
```bash
-Moderne CLI 3.27.5
+Moderne CLI 3.27.6
> Selecting repositories
@@ -506,7 +506,7 @@ mod study . --last-recipe-run --data-table VulnerabilityReport
You should see output similar to the following.
```bash
-Moderne CLI 3.27.5
+Moderne CLI 3.27.6
Found recipe run 20240904083238-wRnHo
@@ -613,7 +613,7 @@ mod run . --recipe CommonStaticAnalysis
You should see output similar to the following.
```bash
-Moderne CLI 3.27.5
+Moderne CLI 3.27.6
> Selecting repositories
@@ -698,7 +698,7 @@ mod git checkout . -b workshop-changes --last-recipe-run
You should see output similar to the following.
```bash
-Moderne CLI 3.27.5
+Moderne CLI 3.27.6
Found recipe run 20240904084031-xdbaB
diff --git a/docs/user-documentation/moderne-cli/how-to-guides/air-gapped-cli-install.md b/docs/user-documentation/moderne-cli/how-to-guides/air-gapped-cli-install.md
index 4fa94024..16028ed7 100644
--- a/docs/user-documentation/moderne-cli/how-to-guides/air-gapped-cli-install.md
+++ b/docs/user-documentation/moderne-cli/how-to-guides/air-gapped-cli-install.md
@@ -57,7 +57,7 @@ If everything was configured correctly, you should be able to type `mod` into yo
```bash
➜ mod
-Moderne CLI 3.27.5
+Moderne CLI 3.27.6
Usage:
diff --git a/docs/user-documentation/moderne-cli/how-to-guides/jdk-selection-and-config.md b/docs/user-documentation/moderne-cli/how-to-guides/jdk-selection-and-config.md
index 7db4d6a6..aeaf0420 100644
--- a/docs/user-documentation/moderne-cli/how-to-guides/jdk-selection-and-config.md
+++ b/docs/user-documentation/moderne-cli/how-to-guides/jdk-selection-and-config.md
@@ -31,7 +31,7 @@ mod config java jdk list
```bash
➜ moderne-cli git:(main) ✗ mod config java jdk list
-Moderne CLI 3.27.5
+Moderne CLI 3.27.6
> Listing available JDKs