Skip to content

synw/microb-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microb terminal client

Terminal client for Microb services

Configure

Configure your servers in config.json:

{
 "servers":[
 	{
 	"name": "localhost",
 	"centrifugo_addr":"localhost:8001",
 	"centrifugo_key":"secret_key"
 	},
 	{
 	"name": "another_one",
 	"centrifugo_addr":"localhost:8001",
 	"centrifugo_key":"secret_key"
 	}
 ],
 "services":["infos", "http", "mail"]
}

Run

./microb-cli
# or
./microb-cli -u=localhost
# start using localhost server

Available commands

  • use: server to use

  • using: server beeing used

Available services:

Credits

  • Go prompt: library to handle the terminal prompt

About

Terminal client for Microb services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages