vapor-ware / synse-cli

Unified CLI for the Synse platform
GNU General Public License v3.0
1 stars 4 forks source link

Cannot add more than more than one type of plugin/server #239

Closed GuessWhoSamFoo closed 1 year ago

GuessWhoSamFoo commented 2 years ago

Current behavior:

$ synse context list 
CURRENT   NAME       TYPE     ADDRESS
*         emulator   plugin   localhost:5001
*         local      server   localhost:5000
$ synse context add server foo localhost:5002
$ synse context list
CURRENT   NAME       TYPE     ADDRESS
*         emulator   plugin   localhost:5001
*         local      server   localhost:5000

Expected behavior to add a new context entry that is not selected.

GuessWhoSamFoo commented 2 years ago

This is fickle, sometimes it does add/remove the context while other times it does not