Add cli-config.env file support 59/19859/1 7.90.0 halibut/7.90.0 halibut_7.90.0
authorSebastien Douheret <sebastien.douheret@iot.bzh>
Fri, 4 Jan 2019 14:51:29 +0000 (15:51 +0100)
committerSebastien Douheret <sebastien.douheret@iot.bzh>
Fri, 4 Jan 2019 15:03:04 +0000 (16:03 +0100)
commit03e64dc8ad5634c56b5fd7f61b9336fd33e7c3cb
treeba01701224cfaac707333849a7c391f0dfff35df
parentf2838fb4dbd259fb4188800037ea0eef2d6896b9
Add cli-config.env file support

XDS environment configuration can be set using various methods.
Here is the list of various methods, ordered by priority:

 1/ from command line option: "--config myConfig.json"
 2/ from environment variable XDS_CONFIG
 3/ $HOME/.xds/cli/cli-config.env file
 4/ /etc/xds/cli/cli-config.env file

Change-Id: I1b59c05e583336fe05459de91a35d47cf5ddf670
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
.vscode/launch.json
main.go