Kubemqctl is a command line interface (CLI) for KubeMQ Kubernetes Message Broker.
Usage:kubemqctl [command]​Available Commands:commands Execute Kubemq 'commands' RPC commandsconfig Run Kubemqctl configuration wizard commandcreate Executes Kubemq create commandsdelete Executes delete commandsevents Execute Kubemq 'events' Pub/Sub commandsevents_store Execute Kubemq 'events_store' Pub/Sub commandsget Executes Kubemq get commandshelp Help about any commandqueries Execute Kubemq 'queries' RPC based commandsqueues Execute Kubemq 'queues' commandsscale Executes Kubemq scale commandsset Executes set commands​Flags:--config string set kubemqctl configuration file (default "./.kubemqctl.yaml")-h, --help help for kubemqctl​Use "kubemqctl [command] --help" for more information about a command.
sudo curl -sL https://get.kubemq.io/install | sudo sh
Place the file under e.g. C:\Program Files\kubemqctl\kubemqctl.exe
Add that directory to your system path to access it from any command prompt
Run in PowerShell as administrator:
New-Item -ItemType Directory 'C:\Program Files\kubemqctl'Invoke-WebRequest https://github.com/kubemq-io/kubemqctl/releases/download/latest/kubemqctl.exe -OutFile 'C:\Program Files\kubemqctl\kubemqctl.exe'$env:Path += ';C:\Program Files\kubemqctl'
​