feat(shorebird_cli): shorebird channels create (#212)

This commit is contained in:
Felix Angelov
2023-03-31 15:03:39 -05:00
committed by GitHub
parent 0be5e247d9
commit 92da9d0ddd
5 changed files with 228 additions and 0 deletions
+24
View File
@@ -268,6 +268,30 @@ shorebird channels list
└─────────────┘
```
### Create Channels
Create a new channel for your application using the `shorebird channels create` command:
```bash
shorebird channels create --name MyChannel
```
**Sample**
```
shorebird channels create --name MyChannel
🚀 Ready to create a new channel!
📱 App ID: 485df03f-f522-4242-bf3d-31c0869bacac
📺 Channel: MyChannel
Would you like to continue? (y/N) Yes
✓ Creating channel (0.2s)
✅ New Channel Created!
```
### Usage
```