goliatone/poke-repl

Support profiles

goliatone opened this issue · 0 comments

We want to be able to connect to a profile:

poke-repl connect <PROFILE_NAME>

Which is nothing more than a set of options stored globally.

poke-repl create-profile -h 54.90.34.125 -p 3333 --tls --key ../clients/key \
  --cert ../clients/cert --name <PROFILE_NAME>