Add packaging files
[src/xds/xds-cli.git] / main.go
2018-03-09 Sebastien DouheretAdded default CTRL+C signal handler.
2018-03-09 Sebastien DouheretFixed terminal output (support escape and control chara...
2018-03-06 Sebastien DouheretAdded bash completion support.
2018-02-23 Sebastien DouheretAdded target and terminal support v1.1.0
2018-02-23 Sebastien DouheretAdded logfile support
2018-01-24 Sebastien DouheretFixed crach when no XDS Server connected.
2018-01-05 Sebastien DouheretMigration to AGL gerrit (update go import)
2017-12-12 Sebastien DouheretAdapt early logging level of HTTP client.
2017-12-07 Sebastien DouheretImproved reported error on invalid XDS_AGENT_URL
2017-12-07 Sebastien DouheretSupport ~ or $VAR for --config option value
2017-12-07 Sebastien DouheretDisplay early log when exiting earlier.
2017-12-05 Sebastien DouheretOnly update Server URL when it's necessary. v0.1.1
2017-12-05 Sebastien DouheretSupport --config option either before or after command...
2017-12-04 Sebastien DouheretUpdate connection options: --url/XDS_AGENT_URL and...
2017-11-30 Sebastien DouheretAdded Copyright headers. v0.1.0
2017-11-30 Sebastien DouheretAdd -u short option for --url and support port number...
2017-11-30 Sebastien DouheretUsed new agent lib name xaapiv1 and fix env setup.
2017-11-24 Sebastien DouheretFixed config file option or env var detection.
2017-11-08 Sebastien DouheretDisplay help when no arg is set.
2017-11-06 Sebastien DouheretImproved help/description .
2017-11-06 Sebastien DouheretFixed env vars setting from config file.
2017-11-06 Sebastien DouheretInitial commit v0.0.1