aboutsummaryrefslogtreecommitdiffstats
path: root/client/go/cmd
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #20233 from vespa-engine/jonmv/use-basename-as-default-tes...Håkon Hallingstad2021-11-264-20/+24
|\
| * Fix singular/plural testsJon Marius Venstad2021-11-263-3/+7
| * Use test file basename as default nameJon Marius Venstad2021-11-263-18/+18
* | Merge pull request #20219 from vespa-engine/bjorncs/vespa-cliLeandro Alves2021-11-257-23/+76
|\ \ | |/ |/|
| * Rename file 'auth0.json' => 'auth.json'Bjørn Christian Seime2021-11-251-1/+1
| * Add auth top-level commandBjørn Christian Seime2021-11-256-22/+75
* | Add new test fileJon Marius Venstad2021-11-251-0/+9
* | Allow external URIs (with default no auth) in vespa test commandJon Marius Venstad2021-11-253-6/+29
|/
* Fix go formattingHåkon Hallingstad2021-11-241-2/+2
* Merge pull request #20190 from vespa-engine/jonmv/reapply-vespa-cli-testJon Marius Venstad2021-11-2413-99/+183
|\
| * No empty lines after successesJon Marius Venstad2021-11-242-5/+9
| * Format changes, and rename to steps arrayJon Marius Venstad2021-11-2413-98/+178
* | Remove spinner from deploy commandLeandro Alves2021-11-241-5/+1
|/
* use ioutil.ReadDir, which exists in go 1.15Jon Marius Venstad2021-11-241-1/+1
* Revert "Merge pull request #20181 from vespa-engine/revert-20098-jonmv/vespa-...Jon Marius Venstad2021-11-2424-11/+1052
* Revert "Allow overriding creds paths, and add dummy test command"Jon Marius Venstad2021-11-2424-1052/+11
* Merge pull request #20098 from vespa-engine/jonmv/vespa-cli-test-runnerJon Marius Venstad2021-11-2424-11/+1052
|\
| * Test no tests foundJon Marius Venstad2021-11-241-0/+7
| * Unit tests for test commandJon Marius Venstad2021-11-2317-4/+631
| * No need for API key if endpoints are overriddenJon Marius Venstad2021-11-231-2/+3
| * Require at least one assertion, and improve failure formattingJon Marius Venstad2021-11-232-16/+29
| * Address reviewJon Marius Venstad2021-11-231-31/+27
| * Use ENV for overrides, allow cluster for cloudTarget service, add test cmdJon Marius Venstad2021-11-238-65/+356
| * Fix formattingJon Marius Venstad2021-11-232-10/+10
| * Allow overriding creds paths, and add dummy test commandJon Marius Venstad2021-11-232-0/+106
* | Merge pull request #20174 from vespa-engine/bratseth/cd-textMartin Polden2021-11-241-2/+2
|\ \
| * | Tweak CD textJon Bratseth2021-11-231-2/+2
| |/
* / Add basic spinner to vespa-cliLeandro Alves2021-11-222-22/+33
|/
* Allow usage of both api-key and access-tokenBjørn Christian Seime2021-11-185-4/+46
* Add systemApiUrl in Auth0 structLeandro Alves2021-11-182-2/+2
* Adds logout commandLeandro Alves2021-11-181-0/+34
* Rename cli to auth0Leandro Alves2021-11-172-4/+4
* remove unused code and rename vars and methodsLeandro Alves2021-11-172-2/+10
* Auth0 device flow will be handled by 4443 endpointBjørn Christian Seime2021-11-161-10/+3
* Wiring of Auth0 access token to cloud specific HTTP requestsBjørn Christian Seime2021-11-123-119/+76
* first draft for the device flow supportLeandro Alves2021-11-063-26/+120
* Update 2019 Oath copyrights.gjoranv2021-10-273-3/+3
* Merge pull request #19663 from vespa-engine/kkraune/err-msgKristian Aune2021-10-211-1/+2
|\
| * Add missing importMartin Polden2021-10-211-0/+1
| * Use fatalErrHintKristian Aune2021-10-201-1/+1
| * Improve error msg for cloned app not foundKristian Aune2021-10-201-1/+1
* | Add missiung copyrightsJon Bratseth2021-10-202-2/+4
|/
* Implement vespa prod submitMartin Polden2021-10-078-22/+152
* Implement vespa prod initMartin Polden2021-10-074-0/+404
* Add more deploy examplesMartin Polden2021-10-011-1/+4
* Merge pull request #19388 from vespa-engine/mpolden/fix-exit-codeJon Bratseth2021-10-013-9/+9
|\
| * Use exitFuncMartin Polden2021-10-011-1/+1
| * Exit with non-zero on vespa clone errorsMartin Polden2021-10-011-5/+5
| * Exit with non-zero on vespa query errorsMartin Polden2021-10-011-3/+3
* | Add timeout flag to document and query commandsMartin Polden2021-09-303-11/+25