# replicated channel create

Create a new channel in your app

### Synopsis

Create a new channel in your app and print the channel on success.

```
replicated channel create [flags]
```

### Examples

```
replicated channel create --name Beta --description 'New features subject to change'
```

### Options

```
      --description string   A longer description of this channel
  -h, --help                 help for create
      --name string          The name of this channel
  -o, --output string        The output format to use. One of: json|table (default "table")
```

### 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 channel](replicated-cli-channel)	 - List channels