aboutsummaryrefslogtreecommitdiffstats
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
...
| * Link to console on cloud deploymentMartin Polden2021-09-011-0/+4
| |
| * Read API key from correct pathMartin Polden2021-09-011-4/+4
| |
| * Print API key fingerprintMartin Polden2021-09-013-2/+37
| |
| * Test vespa certMartin Polden2021-09-011-0/+36
| |
| * Print public key and instructions for how to use itMartin Polden2021-09-013-8/+34
| |
| * Print hint when certificate is missingMartin Polden2021-09-012-17/+43
| |
| * Implement vespa api-keyMartin Polden2021-09-018-45/+143
| |
| * Extract print utilsMartin Polden2021-08-314-77/+101
| |
* | Merge branch 'master' into bratseth/document-getJon Bratseth2021-09-0112-113/+129
|\|
| * Fix flag-config bindingMartin Polden2021-08-318-36/+17
| | | | | | | | | | | | When binding flags to config, only one flag reference can be bound per flag name. I.e. we have to choose between flags being inherited by sub-commands that don't need them, and the ability to bind them to config.
| * vespa config get prints all optionsMartin Polden2021-08-312-7/+17
| |
| * Add support for setting default application in configMartin Polden2021-08-317-35/+67
| |
| * Fix incorrect config bindingMartin Polden2021-08-311-6/+18
| |
| * Tweak command documentation and argument validationMartin Polden2021-08-318-51/+33
| |
* | Close fileJon Bratseth2021-09-011-0/+1
| |
* | Pass by valueJon Bratseth2021-09-013-14/+14
| |
* | Use snake case for file namesJon Bratseth2021-09-011-0/+0
| |
* | Use Vespa not HTTP verbsJon Bratseth2021-09-013-30/+35
| |
* | Support document getJon Bratseth2021-09-013-11/+63
| |
* | SimplifyJon Bratseth2021-08-312-11/+10
| |
* | Extract document APIJon Bratseth2021-08-314-61/+113
|/
* Implement cloud deploymentMartin Polden2021-08-314-47/+50
|
* Implement request signingMartin Polden2021-08-312-12/+139
|
* Extract application package errorJon Bratseth2021-08-313-9/+48
|
* Output tweaksJon Bratseth2021-08-314-15/+14
|
* Merge pull request #18902 from vespa-engine/bratseth/color-tweaksMartin Polden2021-08-307-42/+45
|\ | | | | Tweak colors and messages
| * Tweak colors and messagesJon Bratseth2021-08-307-42/+45
| |
* | Exceptional case is now without idJon Bratseth2021-08-303-8/+8
| |
* | Don't support id attributeJon Bratseth2021-08-304-26/+4
| |
* | Use same id as sample appsJon Bratseth2021-08-303-9/+9
|/
* Refactor deploy to support cloudMartin Polden2021-08-308-116/+294
|
* idToUrlPath -> idToURLPathJon Bratseth2021-08-304-9/+9
|
* Rename init to clone and switch argument orderJon Bratseth2021-08-302-12/+12
|
* Merge pull request #18888 from vespa-engine/bratseth/docidsMartin Polden2021-08-306-11/+90
|\ | | | | Expect ids on the standard Vespa format
| * Expect ids on the standard Vespa formatJon Bratseth2021-08-296-11/+90
| |
* | vespa config get/setMartin Polden2021-08-275-43/+168
| |
* | Only declare target option for relevant commandsMartin Polden2021-08-277-1/+10
|/
* Pass prepare paramMartin Polden2021-08-261-1/+1
|
* Cleanup printing and colorizationMartin Polden2021-08-2624-221/+192
|
* Check overwrite flagMartin Polden2021-08-261-1/+1
|
* Merge pull request #18868 from vespa-engine/bratseth/improve-messagesMartin Polden2021-08-264-33/+27
|\ | | | | Improve messages
| * Improve messagesJon Bratseth2021-08-264-33/+27
| |
* | Look for pom when resolving application packageJon Bratseth2021-08-265-20/+20
|/
* Avoid colorization of unrelated outputMartin Polden2021-08-256-28/+40
|
* Implement vespa certMartin Polden2021-08-254-3/+83
|
* Extract ApplicationPackageMartin Polden2021-08-252-30/+91
|
* Implement key pair generationMartin Polden2021-08-252-0/+102
|
* Use taret names in the status commandJon Bratseth2021-08-252-36/+57
|
* Application source heuristicsJon Bratseth2021-08-258-17/+67
|
* Check format when buildingMartin Polden2021-08-253-7/+16
|