Skip to content

Commit ec88537

Browse files
author
Replicated Release Pipeline
committed
Update Replicated CLI docs for v0.114.0
1 parent 6171596 commit ec88537

File tree

3 files changed

+10
-14
lines changed

3 files changed

+10
-14
lines changed

docs/reference/replicated-cli-network-update.mdx

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# replicated network update
22

3-
Update network settings.
3+
Update network settings
44

55
### Synopsis
66

77
The 'update' command allows you to update various settings of a test network.
88

99
You can either specify the network ID directly or provide the network name, and the command will resolve the corresponding network ID.
1010

11-
Network Policies are currently a beta feature, and network reporting is currently an alpha feature.
11+
Network Policies are currently a beta feature.
1212

1313
```
1414
replicated network update [ID_OR_NAME] [flags]
@@ -27,24 +27,16 @@ replicated network update <network-name> --policy airgap
2727
replicated network update --id <network-id> --policy airgap
2828
replicated network update --name <network-name> --policy airgap
2929
30-
# Enable report collection on a network
31-
replicated network update <network-id> --collect-report
32-
33-
# Disable report collection on a network
34-
replicated network update <network-id> --collect-report=false
35-
36-
# Update both policy and report collection on a network
37-
replicated network update <network-id> --policy airgap --collect-report
3830
```
3931

4032
### Options
4133

4234
```
4335
-h, --help help for update
4436
--id string id of the network to update (when name is not provided)
45-
--name string Name of the network to update.
37+
--name string Name of the network to update
4638
--output string The output format to use. One of: json|table|wide (default "table")
47-
--policy string Update network policy setting
39+
-p, --policy string Update network policy setting
4840
```
4941

5042
### Options inherited from parent commands

docs/reference/replicated-cli-network.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ With this command you can list the networks in use by VMs and clusters.
1212
```
1313
# List all networks
1414
replicated network ls
15+
16+
# Update a network with an airgap policy
17+
replicated network update <network-id> --policy airgap
18+
1519
```
1620

1721
### Options
@@ -32,5 +36,5 @@ replicated network ls
3236

3337
* [replicated](replicated) - Manage your Commercial Software Distribution Lifecycle using Replicated
3438
* [replicated network ls](replicated-cli-network-ls) - List test networks
35-
* [replicated network update](replicated-cli-network-update) - Update network settings.
39+
* [replicated network update](replicated-cli-network-update) - Update network settings
3640

sidebars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -869,4 +869,4 @@ const sidebars = {
869869
],
870870
};
871871

872-
module.exports = sidebars;
872+
module.exports = sidebars;

0 commit comments

Comments
 (0)