Hi there, curious if there are some tricks to make working with openbalena and the CLI a little easier.
For example, every time I open a new terminal to log in I have to run the export NODE_EXTRA_CA_CERTS='/path/to/ca.crt'
command which makes me wonder if there is a way to automate that without screwing up my balenacloud experience from the same machine.
Also, because I can only log into the openbalena instance from within a folder I called openbalena, I find myself moving projects into that folder to build and deploy to openbalena and then move them back out to my actual projects folder when done, which is a little messy. Am I overlooking a trick here too?
What would be really sweet would be to have a global CLI experience that lets you pick and choose which servers to interact with via a command or cli menu. For example from any where you can do balena login openbalena
without having to do that from a specific folder.
Maybe I’m not doing it right though…