fixed error handling, added list command, switched to koanf

This commit is contained in:
2023-03-07 20:06:13 +01:00
parent cd0939cbc8
commit 50660da26a
16 changed files with 391 additions and 159 deletions

View File

@@ -13,6 +13,11 @@ Simple standalone file upload server with api and cli
- use global map of api endpoints like /file/get/ etc
- create cobra client commands (upload, list, delete, edit)
## BUGS
### upctl HTTP 413 weird behavior
- with -d reports correctly the 413, w/o it, it reports the timeout before.
## curl commands