diff --git a/docs/reference/replicated-cli-network-ls.mdx b/docs/reference/replicated-cli-network-ls.mdx new file mode 100644 index 0000000000..30f885b3c7 --- /dev/null +++ b/docs/reference/replicated-cli-network-ls.mdx @@ -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 + diff --git a/docs/reference/replicated-cli-network.mdx b/docs/reference/replicated-cli-network.mdx new file mode 100644 index 0000000000..f375042522 --- /dev/null +++ b/docs/reference/replicated-cli-network.mdx @@ -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 + diff --git a/docs/reference/replicated.mdx b/docs/reference/replicated.mdx index f30b4c1c42..7d0f5fc04b 100644 --- a/docs/reference/replicated.mdx +++ b/docs/reference/replicated.mdx @@ -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 diff --git a/sidebars.js b/sidebars.js index 09ecd1cd5f..d53c3f47b1 100644 --- a/sidebars.js +++ b/sidebars.js @@ -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',