File tree Expand file tree Collapse file tree 4 files changed +74
-0
lines changed Expand file tree Collapse file tree 4 files changed +74
-0
lines changed Original file line number Diff line number Diff line change 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+
Original file line number Diff line number Diff line change 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+
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments