9 lines
128 B
Bash
Executable File
9 lines
128 B
Bash
Executable File
#!/bin/bash
|
|
set -euxo pipefail
|
|
|
|
# create the incus store.
|
|
fga store create \
|
|
--name Incus \
|
|
| jq \
|
|
> ./openfga-incus.json
|