From ec88537f429e726fbd89d1f887af9c84adf57b33 Mon Sep 17 00:00:00 2001 From: Replicated Release Pipeline Date: Thu, 28 Aug 2025 16:29:26 +0000 Subject: [PATCH] Update Replicated CLI docs for v0.114.0 --- docs/reference/replicated-cli-network-update.mdx | 16 ++++------------ docs/reference/replicated-cli-network.mdx | 6 +++++- sidebars.js | 2 +- 3 files changed, 10 insertions(+), 14 deletions(-) diff --git a/docs/reference/replicated-cli-network-update.mdx b/docs/reference/replicated-cli-network-update.mdx index 8ff4f0812e..14d9294ca2 100644 --- a/docs/reference/replicated-cli-network-update.mdx +++ b/docs/reference/replicated-cli-network-update.mdx @@ -1,6 +1,6 @@ # replicated network update -Update network settings. +Update network settings ### Synopsis @@ -8,7 +8,7 @@ The 'update' command allows you to update various settings of a test network. You can either specify the network ID directly or provide the network name, and the command will resolve the corresponding network ID. -Network Policies are currently a beta feature, and network reporting is currently an alpha feature. +Network Policies are currently a beta feature. ``` replicated network update [ID_OR_NAME] [flags] @@ -27,14 +27,6 @@ replicated network update --policy airgap replicated network update --id --policy airgap replicated network update --name --policy airgap -# Enable report collection on a network -replicated network update --collect-report - -# Disable report collection on a network -replicated network update --collect-report=false - -# Update both policy and report collection on a network -replicated network update --policy airgap --collect-report ``` ### Options @@ -42,9 +34,9 @@ replicated network update --policy airgap --collect-report ``` -h, --help help for update --id string id of the network to update (when name is not provided) - --name string Name of the network to update. + --name string Name of the network to update --output string The output format to use. One of: json|table|wide (default "table") - --policy string Update network policy setting + -p, --policy string Update network policy setting ``` ### Options inherited from parent commands diff --git a/docs/reference/replicated-cli-network.mdx b/docs/reference/replicated-cli-network.mdx index 27175543a8..84f5cc4641 100644 --- a/docs/reference/replicated-cli-network.mdx +++ b/docs/reference/replicated-cli-network.mdx @@ -12,6 +12,10 @@ With this command you can list the networks in use by VMs and clusters. ``` # List all networks replicated network ls + +# Update a network with an airgap policy +replicated network update --policy airgap + ``` ### Options @@ -32,5 +36,5 @@ replicated network ls * [replicated](replicated) - Manage your Commercial Software Distribution Lifecycle using Replicated * [replicated network ls](replicated-cli-network-ls) - List test networks -* [replicated network update](replicated-cli-network-update) - Update network settings. +* [replicated network update](replicated-cli-network-update) - Update network settings diff --git a/sidebars.js b/sidebars.js index 4ad363ab74..a4dcae2bd1 100644 --- a/sidebars.js +++ b/sidebars.js @@ -869,4 +869,4 @@ const sidebars = { ], }; -module.exports = sidebars; +module.exports = sidebars; \ No newline at end of file