# replicated cluster port

Manage cluster ports.

### Synopsis

The 'cluster port' command is a parent command for managing ports in a cluster. It allows users to list, remove, or expose specific ports used by the cluster. Use the subcommands (such as 'ls', 'rm', and 'expose') to manage port configurations effectively.

This command provides flexibility for handling ports in various test clusters, ensuring efficient management of cluster networking settings.

### Examples

```
# List all exposed ports in a cluster
replicated cluster port ls [CLUSTER_ID_OR_NAME]

# Remove an exposed port from a cluster
replicated cluster port rm [CLUSTER_ID_OR_NAME] [PORT]

# Expose a new port in a cluster
replicated cluster port expose [CLUSTER_ID_OR_NAME] [PORT]
```

### Options

```
  -h, --help   help for port
```

### Options inherited from parent commands

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

### SEE ALSO

* [replicated cluster](replicated-cli-cluster)	 - Manage test Kubernetes clusters.
* [replicated cluster port expose](replicated-cli-cluster-port-expose)	 - Expose a port on a cluster to the public internet.
* [replicated cluster port ls](replicated-cli-cluster-port-ls)	 - List cluster ports for a cluster.
* [replicated cluster port rm](replicated-cli-cluster-port-rm)	 - Remove cluster port by ID.