mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 05:40:11 +01:00
Improve provider documentation
* Add description about the api endpoints offered by the provider and why create should only be called once. improves #168
This commit is contained in:
parent
2656312ab1
commit
26a8fb0b55
2 changed files with 23 additions and 1 deletions
|
|
@ -28,6 +28,9 @@ Help Options:
|
|||
-h, --help Show this help message
|
||||
```
|
||||
E.g. creating the initial directories and files.
|
||||
This must only be done once, as subsequent `create` calls to the
|
||||
[csaf_provider](../docs/csaf_provider.md)
|
||||
may not lead to the desired result.
|
||||
|
||||
```bash
|
||||
./csaf_uploader -a create -u https://localhost/cgi-bin/csaf_provider.go
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue