mirror of
https://gitlab.com/fabinfra/fabaccess/FabFire-Provisioning-Tool.git
synced 2025-03-12 23:01:53 +01:00
15 lines
485 B
Markdown
15 lines
485 B
Markdown
|
FabFire Provisioning Tool
|
||
|
===
|
||
|
# Usage
|
||
|
## Provisioning
|
||
|
```shell
|
||
|
cargo run -- --space "innovisionlab" --instance fabaccess.innovisionlab.de --contact https://innovisionlab.de/lostandfound
|
||
|
```
|
||
|
Replace `--space`, `--instance` and `--contact` with your own values.
|
||
|
You can supply your own keys and Application ID with the appropriate cmdline arguments, view `--help` for more information.
|
||
|
|
||
|
## Formating Card
|
||
|
```shell
|
||
|
cargo run -- --format
|
||
|
```
|
||
|
Formats the card, deleting all files and keys.
|