Skip to content

Commit 1f7a8c9

Browse files
Replicated Release Pipelinemikhailswift
authored andcommitted
Update Replicated CLI docs for v0.111.0
1 parent 748ac8a commit 1f7a8c9

File tree

4 files changed

+74
-0
lines changed

4 files changed

+74
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# replicated network ls
2+
3+
List test networks
4+
5+
```
6+
replicated network ls [flags]
7+
```
8+
9+
### Aliases
10+
11+
```
12+
ls, list
13+
```
14+
15+
### Options
16+
17+
```
18+
--end-time string end time for the query (Format: 2006-01-02T15:04:05Z)
19+
-h, --help help for ls
20+
-o, --output string The output format to use. One of: json|table|wide (default "table")
21+
--start-time string start time for the query (Format: 2006-01-02T15:04:05Z)
22+
-w, --watch watch networks
23+
```
24+
25+
### Options inherited from parent commands
26+
27+
```
28+
--app string The app slug or app id to use in all calls
29+
--debug Enable debug output
30+
--token string The API token to use to access your app in the Vendor API
31+
```
32+
33+
### SEE ALSO
34+
35+
* [replicated network](replicated-cli-network) - Manage test networks for VMs and Clusters
36+
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# replicated network
2+
3+
Manage test networks for VMs and Clusters
4+
5+
### Synopsis
6+
7+
The 'network' command allows you to manage and interact with networks used for testing purposes.
8+
With this command you can list the networks in use by VMs and clusters.
9+
10+
### Examples
11+
12+
```
13+
# List all networks
14+
replicated network ls
15+
```
16+
17+
### Options
18+
19+
```
20+
-h, --help help for network
21+
```
22+
23+
### Options inherited from parent commands
24+
25+
```
26+
--app string The app slug or app id to use in all calls
27+
--debug Enable debug output
28+
--token string The API token to use to access your app in the Vendor API
29+
```
30+
31+
### SEE ALSO
32+
33+
* [replicated](replicated) - Manage your Commercial Software Distribution Lifecycle using Replicated
34+
* [replicated network ls](replicated-cli-network-ls) - List test networks
35+

docs/reference/replicated.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ The 'replicated' CLI allows Replicated customers (vendors) to manage their Comme
2828
* [replicated instance](replicated-cli-instance) - Manage instances
2929
* [replicated login](replicated-cli-login) - Log in to Replicated
3030
* [replicated logout](replicated-cli-logout) - Logout from Replicated
31+
* [replicated network](replicated-cli-network) - Manage test networks for VMs and Clusters
3132
* [replicated registry](replicated-cli-registry) - Manage registries
3233
* [replicated release](replicated-cli-release) - Manage app releases
3334
* [replicated version](replicated-cli-version) - Print the current version and exit

sidebars.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -729,6 +729,8 @@ const sidebars = {
729729
'reference/replicated-cli-instance-tag',
730730
'reference/replicated-cli-login',
731731
'reference/replicated-cli-logout',
732+
'reference/replicated-cli-network',
733+
'reference/replicated-cli-network-ls',
732734
'reference/replicated-cli-registry',
733735
'reference/replicated-cli-registry-add',
734736
'reference/replicated-cli-registry-add-dockerhub',

0 commit comments

Comments
 (0)