dotenvx get
Return a colon formatted response.
$ dotenvx get --format colon
$ echo "HELLO=World" > .env dotenvx get --format colon HELLO: World