Skip to content

Commit ab5ec4f

Browse files
committed
Update pubsub Documentation
1 parent 510f263 commit ab5ec4f

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

command/pubsub.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ func init() {
2222

2323
var pubsubCmd = &cobra.Command{
2424
Use: "pubsub subscribe [channel]",
25+
Short: "Subscribe to a pub/sub channel",
26+
Long: "Subscribe to a pub/sub channel to stream Change Data Capture or custom Platform Events",
2527
DisableFlagsInUseLine: true,
2628
}
2729

docs/force.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ force
3939
* [force open](force_open.md) - Open a browser window, logged into an authenticated Salesforce org
4040
* [force package](force_package.md) - Manage installed packages
4141
* [force password](force_password.md) - See password status or reset password
42-
* [force pubsub](force_pubsub.md) -
42+
* [force pubsub](force_pubsub.md) - Subscribe to a pub/sub channel
4343
* [force push](force_push.md) - Deploy metadata from a local directory
4444
* [force query](force_query.md) - Execute a SOQL statement
4545
* [force quickdeploy](force_quickdeploy.md) - Quick deploy validation id

docs/force_pubsub.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
## force pubsub
22

3+
Subscribe to a pub/sub channel
34

5+
### Synopsis
6+
7+
Subscribe to a pub/sub channel to stream Change Data Capture or custom Platform Events
48

59
### Options
610

docs/force_pubsub_subscribe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ force pubsub subscribe [channel] [flags]
4242

4343
### SEE ALSO
4444

45-
* [force pubsub](force_pubsub.md) -
45+
* [force pubsub](force_pubsub.md) - Subscribe to a pub/sub channel
4646

0 commit comments

Comments
 (0)