-
Notifications
You must be signed in to change notification settings - Fork 3
/
oclif.manifest.json
1 lines (1 loc) · 1.07 KB
/
oclif.manifest.json
1
{"version":"1.0.0","commands":{"channel:stream":{"id":"channel:stream","description":"stream platform or streaming events to the console via a channel","pluginName":"@amphro/streamer","pluginType":"core","aliases":[],"examples":["sfdx channel:stream /event/MyEvent__e -u de -r 20"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","required":false,"allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal)","options":["trace","debug","info","warn","error","fatal"]},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","required":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","required":false},"replayid":{"name":"replayid","type":"option","char":"r","description":"a replayId to replay events from"}},"args":[{"name":"channel"}]}}}