File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ func init() {
22
22
23
23
var pubsubCmd = & cobra.Command {
24
24
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" ,
25
27
DisableFlagsInUseLine : true ,
26
28
}
27
29
Original file line number Diff line number Diff line change 39
39
* [ force open] ( force_open.md ) - Open a browser window, logged into an authenticated Salesforce org
40
40
* [ force package] ( force_package.md ) - Manage installed packages
41
41
* [ 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
43
43
* [ force push] ( force_push.md ) - Deploy metadata from a local directory
44
44
* [ force query] ( force_query.md ) - Execute a SOQL statement
45
45
* [ force quickdeploy] ( force_quickdeploy.md ) - Quick deploy validation id
Original file line number Diff line number Diff line change 1
1
## force pubsub
2
2
3
+ Subscribe to a pub/sub channel
3
4
5
+ ### Synopsis
6
+
7
+ Subscribe to a pub/sub channel to stream Change Data Capture or custom Platform Events
4
8
5
9
### Options
6
10
Original file line number Diff line number Diff line change @@ -42,5 +42,5 @@ force pubsub subscribe [channel] [flags]
42
42
43
43
### SEE ALSO
44
44
45
- * [ force pubsub] ( force_pubsub.md ) -
45
+ * [ force pubsub] ( force_pubsub.md ) - Subscribe to a pub/sub channel
46
46
You can’t perform that action at this time.
0 commit comments