aboutsummaryrefslogtreecommitdiffstats
path: root/client/go/cmd
Commit message (Collapse)AuthorAgeFilesLines
* Re-organize Go codeMartin Polden2023-02-0397-9707/+0
|
* avoid hiding built-in function "copy"Arne Juul2023-02-021-2/+2
|
* move vespa-logfmt commandArne Juul2023-01-3120-1986/+0
|
* Simplify expressionMartin Polden2023-01-031-1/+1
|
* Clarify, add linkKristian Aune2022-12-092-6/+10
|
* gather names of environment variables in one placeArne Juul2022-11-183-3/+6
|
* Do not require tests in prod submitMartin Polden2022-11-182-6/+22
| | | | Fixes #24907
* use JustExitArne Juul2022-10-287-20/+29
|
* JSON output format is not stableyet, and will change in the future.Eirik Nygaard2022-10-071-1/+1
|
* Add support for different output formats in logfmtEirik Nygaard2022-10-065-32/+168
| | | | Support vespa (default, json and raw lines
* rename GetOutputFromProgram -> BackTicksArne Juul2022-09-262-4/+8
|
* use common GetOutputFromProgram()Arne Juul2022-09-264-37/+6
|
* common tracingArne Juul2022-09-226-65/+21
|
* use common curl utilityArne Juul2022-09-229-62/+168
|
* move tracing to its own packageArne Juul2022-09-2110-72/+33
|
* Validate zip entry path when unpackingMartin Polden2022-09-203-0/+24
|
* Specify this is the CLI, not Vespa versionJon Bratseth2022-09-162-3/+3
|
* minor tweaksArne Juul2022-09-121-1/+5
| | | | | * add missing --force option * ensure output includes "OK" as before on success
* add CLI for get-cluster-state and friendsArne Juul2022-09-1212-0/+1000
|
* if upload fails, just return the errorArne Juul2022-09-081-1/+4
|
* allow indirection via script-utilsArne Juul2022-09-052-0/+190
|
* Print hints if service discovery failsMartin Polden2022-08-303-10/+16
|
* Support specifying Athenz key pair through environmentMartin Polden2022-08-294-60/+65
|
* remove some unused codeArne Juul2022-08-251-22/+0
|
* use Split for go 1.17Arne Juul2022-08-251-2/+2
|
* Reapply "add go code for vespa-deploy"Arne Juul2022-08-2510-9/+757
| | | | This reverts commit c8ee76ed23e255fa749d68c48162b60702beb10a.
* Revert "add go code for vespa-deploy"Harald Musum2022-08-2510-757/+9
|
* add go code for vespa-deployArne Juul2022-08-2410-9/+757
| | | | | * using same logic as perl script as far as possible * uses vespa-curl-wrapper for HTTP with TLS
* Merge pull request #23714 from vespa-engine/hmusum/fix-go-client-prepareEirik Nygaard2022-08-232-0/+2
|\ | | | | Handle response from prepare properly
| * Only return session-id from upload, then full prepared output after prepareEirik Nygaard2022-08-231-0/+1
| |
| * Handle response from prepare properlyHarald Musum2022-08-192-1/+2
| |
* | use conditional on windows insteadArne Juul2022-08-222-2/+2
| |
* | Merge pull request #23715 from vespa-engine/mpolden/logfmt-build-compatJon Bratseth2022-08-224-163/+199
|\ \ | |/ |/| Make vespa-logfmt build on non-unix
| * Make vespa-logfmt build on non-unixMartin Polden2022-08-194-163/+199
| |
* | only format stdin if it is a pipeArne Juul2022-08-181-5/+11
|/ | | | * this was the old perl logic and is better for automation
* Don't use jvmargs, not supported in Vespa 8Harald Musum2022-08-181-1/+2
|
* actually check for same fileArne Juul2022-08-091-15/+28
|
* add logfmt codeArne Juul2022-08-0915-0/+1756
| | | | | | | | | | | * our own "tail -f" implementation in tail.go * filtering and formatting on per-line basis in handleline.go * recognition of vespa-internal components in internal.go * cobra-compatible flags for "level" in levelflags.go * cobra-compatible flags for "show" in showflags.go * cobra-compatible flag for regex handling in regexflag.go * options designed for compatibility with perl version in options.go * entrypoint in runlogfmt.go
* Support specifying cluster nameMartin Polden2022-06-309-7/+33
|
* Remove deprecated commandsMartin Polden2022-06-305-24/+5
|
* Fix example text for clone commandEirik Nygaard2022-06-161-1/+1
|
* Handle bare query containing equalsMartin Polden2022-06-082-6/+21
|
* Do not require tests when pushing to productionEirik Nygaard2022-04-251-5/+0
|
* Do not read API key from disk in Cloud CIMartin Polden2022-04-202-1/+10
|
* Allow reading API key from default path when Auth0 is not configuredMartin Polden2022-04-203-34/+37
|
* Revert "Allow reading API key from default path when Auth0 is not configured"Arnstein Ressem2022-04-203-37/+34
|
* Allow reading API key from default path when Auth0 is not configuredMartin Polden2022-04-193-34/+37
|
* Ensure that config get includes local-only optionsMartin Polden2022-04-122-6/+38
|
* Add config unset commandMartin Polden2022-04-113-3/+52
|
* Add support for zone in persistent configMartin Polden2022-04-113-1/+13
|