Openbalena CLI optimization

Here’s one problem I noticed…

In the ui of balena cloud it is possible to create a variable like this:

DD_TAGS: name:joe env:test another:true

Where the value can contain multiple “:” colons.

Whereas this seems to fail when trying to do the same with the CLI.