move from snipeit to osfv-cli

Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
This commit is contained in:
Maciej Pijanowski
2023-09-20 17:19:54 +02:00
parent 1bb581a44e
commit 0d63622c81
20 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ Firmware Validation in some ways.
## Scripts
* [snipeit](snipeit/README.md) - manage devices in SnipeIT via API
* [osfv_cli](osfv_cli/README.md) - manage devices in OSFV lab
## Contributing
+2 -3
View File
@@ -35,11 +35,11 @@ as such, may not fit for other needs.
and user ID
- `api_url` - typically should be left unchanged, please make sure you have
correct DNS configuration or entry in `/etc/hosts`,
- `api_token` - login to Snipe-IT, click on user icon, choose `Manage API
+ `api_token` - login to Snipe-IT, click on user icon, choose `Manage API
Keys`, click `Create New Token`, use name `osfv-scripts`, use generated API
token in config file
- `user_id` is your Snipe-IT user id, which can be found by going to
http://snipeit/users and showing column ID
<http://snipeit/users> and showing column ID
## Usage
@@ -99,4 +99,3 @@ some examples:
```shell
./osfv_cli.py --help
```
View File