# replicated network

Manage test networks for VMs and Clusters

### Synopsis

The 'network' command allows you to manage and interact with networks used for testing purposes.
With this command you can list the networks in use by VMs and clusters.

### Examples

```
# List all networks
replicated network ls

# Update a network with an airgap policy
replicated network update NETWORK_ID --policy airgap

```

### Options

```
  -h, --help   help for network
```

### Options inherited from parent commands

```
      --app string       The app slug or app id to use in all calls
      --debug            Enable debug output
      --profile string   The authentication profile to use for this command
      --token string     The API token to use to access your app in the Vendor API
```

### SEE ALSO

* [replicated](replicated)	 - Manage your Commercial Software Distribution Lifecycle using Replicated
* [replicated network ls](replicated-cli-network-ls)	 - List test networks
* [replicated network report](replicated-cli-network-report)	 - Get network report
* [replicated network update](replicated-cli-network-update)	 - Update network settings