Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions docs/reference/replicated-cli-network-ls.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# replicated network ls

List test networks

```
replicated network ls [flags]
```

### Aliases

```
ls, list
```

### Options

```
--end-time string end time for the query (Format: 2006-01-02T15:04:05Z)
-h, --help help for ls
-o, --output string The output format to use. One of: json|table|wide (default "table")
--start-time string start time for the query (Format: 2006-01-02T15:04:05Z)
-w, --watch watch networks
```

### Options inherited from parent commands

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

### SEE ALSO

* [replicated network](replicated-cli-network) - Manage test networks for VMs and Clusters

35 changes: 35 additions & 0 deletions docs/reference/replicated-cli-network.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# 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
```

### 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
--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

1 change: 1 addition & 0 deletions docs/reference/replicated.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ The 'replicated' CLI allows Replicated customers (vendors) to manage their Comme
* [replicated instance](replicated-cli-instance) - Manage instances
* [replicated login](replicated-cli-login) - Log in to Replicated
* [replicated logout](replicated-cli-logout) - Logout from Replicated
* [replicated network](replicated-cli-network) - Manage test networks for VMs and Clusters
* [replicated registry](replicated-cli-registry) - Manage registries
* [replicated release](replicated-cli-release) - Manage app releases
* [replicated version](replicated-cli-version) - Print the current version and exit
Expand Down
2 changes: 2 additions & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,8 @@ const sidebars = {
'reference/replicated-cli-instance-tag',
'reference/replicated-cli-login',
'reference/replicated-cli-logout',
'reference/replicated-cli-network',
'reference/replicated-cli-network-ls',
'reference/replicated-cli-registry',
'reference/replicated-cli-registry-add',
'reference/replicated-cli-registry-add-dockerhub',
Expand Down