MCPcopy Create free account
hub / github.com/GetStream/stream-cli / NewCmds

Function NewCmds

pkg/cmd/chat/push/push.go:14–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12)
13
14func NewCmds() []*cobra.Command {
15 return []*cobra.Command{
16 upsertCmd(),
17 deleteCmd(),
18 listCmd(),
19 testCmd(),
20 }
21}
22
23func upsertCmd() *cobra.Command {
24 cmd := &cobra.Command{

Callers 2

NewRootCmdFunction · 0.92
TestPushTestFunction · 0.70

Calls 4

testCmdFunction · 0.85
upsertCmdFunction · 0.70
deleteCmdFunction · 0.70
listCmdFunction · 0.70

Tested by 1

TestPushTestFunction · 0.56