summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2017-08-21 15:10:36 +0200
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2017-08-29 11:41:09 +0100
commita940045c8297a0b1318d2461f277e9f3322cfc9c (patch)
treed98c8ce21c671da80a1bc15d2d758aaa4b2f4641 /README.md
parent4555c735702543474b1d26c07960026f4a459d42 (diff)
downloadybd-a940045c8297a0b1318d2461f277e9f3322cfc9c.tar.gz
Add note on how to upload to kbas using curl
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2e2e46d..30adea8 100644
--- a/README.md
+++ b/README.md
@@ -177,8 +177,13 @@ By default ybd is configured to check for artifacts from a kbas server at
Config for kbas follows the same approach as ybd, defaulting to config in
`kbas/config/kbas.conf`.
-NOTE: the default password is 'insecure' and the uploading is disabled unless
-you change it.
+NOTES:
+- the default password is 'insecure' and upload functionality is disabled
+unless you change it.
+- for testing kbas you can use cURL to upload files:
+
+ curl -X POST -i -F 'filename=<cachid>' -F 'file=@path/to/file' \
+ -F 'password=<password>' <host>:<port>/upload
### Git LFS Support