Add a Network to Invariant
Invariant Networks organize snapshots for different environments or network segments.
To add a new Network using the Invariant UI:
- Navigate to
Settings
in the top navigation bar. - Scroll down to the Networks section.
- Click Add Network.
- Provide a unique Network Name and an optional Description.
- Click Create Network.
Enter a unique name for your network and submit the form.
Networks can be referenced when uploading snapshots via the CLI.
$ invariant run --network <network_name>
If the --network
option is not provided, Invariant will upload to the network named 'default', which acts as a catch-all. You can remove the network 'default' to cause the --network
to be required.