summaryrefslogtreecommitdiffstats
path: root/utils.go
AgeCommit message (Collapse)AuthorFilesLines
2018-10-12Make id option overwrite XDS_xxx_ID env varSebastien Douheret1-4/+14
The behavior must be the same when XDS_SDK_ID is defined and user set -id option or simply give an id without setting "--id" string option. IOW all following commands must give the exact same result (get info of sdk 9d69): ./bin/xds-cli sdks get -id 9d69 ./bin/xds-cli sdks get 9d69 XDS_SDK_ID=9d69 ./bin/xds-cli sdks get XDS_SDK_ID=1234 ./bin/xds-cli sdks get -id 9d69 XDS_SDK_ID=12345 ./bin/xds-cli sdks get 9d69 Change-Id: Idbd3f052df8172d56de98f827743b43d70d37393 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-03-05Fixed target and terminal id arg parsingSebastien Douheret1-1/+1
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-02-23Added target and terminal supportv1.1.0Sebastien Douheret1-1/+14
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-01-26Sort projects and sdks list.Sebastien Douheret1-1/+15
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-01-05Migration to AGL gerrit (update go import)Sebastien Douheret1-2/+2
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-01-05Add confirmation before deleting a project or a sdk.Sebastien Douheret1-0/+10
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-12-22Added sdks install / uninstall / abort commands.v0.1.3Sebastien Douheret1-0/+6
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-12-04Update connection options: --url/XDS_AGENT_URL and --url-server/XDS_SERVER_URL.Sebastien Douheret1-8/+28
--url option (or XDS_AGENT_URL env var) must be used to setup connection with XDS agent running locally on developer host. --url-server (XDS_SERVER_URL env var) may be set to overwrite default connection settings with XDS server.
2017-11-30Added Copyright headers.v0.1.0Sebastien Douheret1-0/+18
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-30Used new agent lib name xaapiv1 and fix env setup.Sebastien Douheret1-6/+6
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-06Initial commitv0.0.1Sebastien Douheret1-0/+73
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>