Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-04-09 | Use go module as dependency tool instead of glidehalibut_7.99.3halibut_7.99.2halibut_7.99.1halibut/7.99.3halibut/7.99.2halibut/7.99.17.99.37.99.27.99.1 | Sebastien Douheret | 1 | -1/+1 | |
Bug-AGL: SPEC-2289 Change-Id: I7486876f0fd50e776280dfeb983f6b47200a7c29 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2019-01-04 | Add cli-config.env file supporthalibut_7.90.0halibut/7.90.07.90.0 | Sebastien Douheret | 1 | -15/+30 | |
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> | |||||
2018-10-23 | Disable completion (not working well)guppy_6.99.4guppy_6.99.3guppy_6.99.2guppy_6.99.1guppy/6.99.4guppy/6.99.3guppy/6.99.2guppy/6.99.16.99.46.99.36.99.26.99.1 | Sebastien Douheret | 1 | -2/+4 | |
Disable completion for now, because it's not working with options (eg. --label) and prevents to complete local path IOW current function only completes command and sub-commands that may be usefull but less important than completing a path. Change-Id: Ib5fe4f8492367d383bbe92351ec8c69a65b4ea4c Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2018-03-09 | Added default CTRL+C signal handler. | Sebastien Douheret | 1 | -0/+15 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2018-03-09 | Fixed terminal output (support escape and control characters) | Sebastien Douheret | 1 | -13/+14 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2018-03-06 | Added bash completion support. | Sebastien Douheret | 1 | -0/+1 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2018-02-23 | Added target and terminal supportv1.1.0 | Sebastien Douheret | 1 | -0/+5 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2018-02-23 | Added logfile support | Sebastien Douheret | 1 | -2/+19 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2018-01-24 | Fixed crach when no XDS Server connected. | Sebastien Douheret | 1 | -0/+3 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2018-01-05 | Migration to AGL gerrit (update go import) | Sebastien Douheret | 1 | -4/+5 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-12-12 | Adapt early logging level of HTTP client. | Sebastien Douheret | 1 | -1/+6 | |
2017-12-07 | Improved reported error on invalid XDS_AGENT_URL | Sebastien Douheret | 1 | -3/+10 | |
Specifically when AGENT_URL is set to SERVER_URL and consequently connection failed with "Failed to get device ID" error. | |||||
2017-12-07 | Support ~ or $VAR for --config option value | Sebastien Douheret | 1 | -1/+6 | |
2017-12-07 | Display early log when exiting earlier. | Sebastien Douheret | 1 | -6/+19 | |
2017-12-05 | Only update Server URL when it's necessary.v0.1.1 | Sebastien Douheret | 1 | -2/+4 | |
2017-12-05 | Support --config option either before or after command verb. | Sebastien Douheret | 1 | -0/+13 | |
2017-12-04 | Update connection options: --url/XDS_AGENT_URL and --url-server/XDS_SERVER_URL. | Sebastien Douheret | 1 | -15/+49 | |
--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-30 | Added Copyright headers.v0.1.0 | Sebastien Douheret | 1 | -2/+21 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-30 | Add -u short option for --url and support port number only. | Sebastien Douheret | 1 | -3/+10 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-30 | Used new agent lib name xaapiv1 and fix env setup. | Sebastien Douheret | 1 | -2/+0 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-24 | Fixed config file option or env var detection. | Sebastien Douheret | 1 | -19/+36 | |
2017-11-08 | Display help when no arg is set. | Sebastien Douheret | 1 | -1/+5 | |
2017-11-06 | Improved help/description . | Sebastien Douheret | 1 | -10/+27 | |
2017-11-06 | Fixed env vars setting from config file. | Sebastien Douheret | 1 | -1/+25 | |
2017-11-06 | Initial commitv0.0.1 | Sebastien Douheret | 1 | -0/+263 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> |