11# replicated network update
22
3- Update network settings.
3+ Update network settings
44
55### Synopsis
66
77The 'update' command allows you to update various settings of a test network.
88
99You 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```
1414replicated network update [ID_OR_NAME] [flags]
@@ -27,24 +27,16 @@ replicated network update <network-name> --policy airgap
2727replicated network update --id <network-id> --policy airgap
2828replicated 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
0 commit comments