OSDN Git Service

Dev (#148)
[bytom/bytom.git] / cmd / cobra / commands / bytomcli.go
index 4f613a8..2a7c5f8 100644 (file)
@@ -119,6 +119,12 @@ func AddCommands() {
        BytomcliCmd.AddCommand(deleteAccessTokenCmd)
        BytomcliCmd.AddCommand(checkAccessTokenCmd)
 
+       BytomcliCmd.AddCommand(createTransactionFeedCmd)
+       BytomcliCmd.AddCommand(listTransactionFeedsCmd)
+       BytomcliCmd.AddCommand(deleteTransactionFeedCmd)
+       BytomcliCmd.AddCommand(getTransactionFeedCmd)
+       BytomcliCmd.AddCommand(updateTransactionFeedCmd)
+
        BytomcliCmd.AddCommand(versionCmd)
 }