We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88fd6cb commit b71ee25Copy full SHA for b71ee25
cli/cmd/vm_port.go
@@ -12,13 +12,13 @@ func (r *runners) InitVMPort(parent *cobra.Command) *cobra.Command {
12
13
This command provides flexibility for handling ports in various test vms, ensuring efficient management of vm networking settings.`,
14
Example: `# List all exposed ports in a vm
15
-replicated vm port ls [VM_ID]
+replicated vm port ls VM_ID_OR_NAME
16
17
# Remove an exposed port from a vm
18
-replicated vm port rm [VM_ID] [PORT]
+replicated vm port rm VM_ID_OR_NAME --id PORT_ID
19
20
# Expose a new port in a vm
21
-replicated vm port expose [VM_ID] [PORT]`,
+replicated vm port expose VM_ID_OR_NAME --port PORT`,
22
SilenceUsage: true,
23
Hidden: false,
24
}
0 commit comments