openfga @ v0.1.7
integrity
- size
- 357.5 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/openfga/openfga
release notes
Added
-
migrateCLI command (#56)The
migratecommand has been added to the OpenFGA CLI to assist with bootstrapping and managing database schema migrations. See the usage for more info.➜ openfga migrate -h The migrate command is used to migrate the database schema needed for OpenFGA. Usage: openfga migrate [flags] Flags: --datastore-engine string (required) the database engine to run the migrations for --datastore-uri string (required) the connection uri of the database to run the migrations against (e.g. 'postgres://postgres:password@localhost:5432/postgres') -h, --help help for migrate --version uint the version to migrate to. If omitted, the latest version of the schema will be used
download
unix · zip
curl -fL -o v0.1.7.zip https://ratatoskr.space/pkg/openfga/v0.1.7.zip
printf '%s %s\n' 'c97f6bf06cd025f9cfbf6d002436b7dd20329dd75230792ae282e963ee012456' 'v0.1.7.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/openfga/v0.1.7.zip"
$out = "v0.1.7.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c97f6bf06cd025f9cfbf6d002436b7dd20329dd75230792ae282e963ee012456") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.1.7.tar.gz https://ratatoskr.space/pkg/openfga/v0.1.7.tar.gz
printf '%s %s\n' '8c4f6a13d6c9910824495262c1a491597ced11c4b80eedecbb200e8a6f1a40b1' 'v0.1.7.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/openfga/v0.1.7.tar.gz"
$out = "v0.1.7.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8c4f6a13d6c9910824495262c1a491597ced11c4b80eedecbb200e8a6f1a40b1") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v0.1.7.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v0.1.7.zip
printf '%s %s\n' 'c97f6bf06cd025f9cfbf6d002436b7dd20329dd75230792ae282e963ee012456' 'v0.1.7.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v0.1.7.zip"
$out = "v0.1.7.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c97f6bf06cd025f9cfbf6d002436b7dd20329dd75230792ae282e963ee012456") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.1.7.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v0.1.7.tar.gz
printf '%s %s\n' '8c4f6a13d6c9910824495262c1a491597ced11c4b80eedecbb200e8a6f1a40b1' 'v0.1.7.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v0.1.7.tar.gz"
$out = "v0.1.7.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8c4f6a13d6c9910824495262c1a491597ced11c4b80eedecbb200e8a6f1a40b1") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v0.1.7.zip | zip | 356.6 KiB |
blake3-24 14681a6720bacbdbb50531a13126ca761c93f6f10e5105d8
sha256 c97f6bf06cd025f9cfbf6d002436b7dd20329dd75230792ae282e963ee012456
sha1 101f6b1c3cdffec8ab166a012b19b16e2cedb643
|
| v0.1.7.tar.gz | tar.gz | 293.5 KiB |
blake3-24 b07017d7b16dc188be6393a36e5c6680ba48e194b2c56ee0
sha256 8c4f6a13d6c9910824495262c1a491597ced11c4b80eedecbb200e8a6f1a40b1
sha1 6b56e9e0cace36d579320791caebfc0798a1ec44
|
go module archive
module zip with the module path rewritten to this mirror; fetched by go get through the
GOPROXY route
| artifact | format | size | hashes |
|---|---|---|---|
| v0.1.7.zip | zip | 308.2 KiB |
blake3-24 1513086343fef6936ce3cfa51874c46b5f7422499ac836ec
sha256 43b7953682974b72049b6723ea165ec5b34963ebd36beac6f453f12fe4abb654
sha1 06c13597308dd1cdd7a3e66dd16850bc15e6a64c
|
install
bazel
http_archive(
name = "openfga",
urls = ["https://ratatoskr.space/pkg/openfga/v0.1.7.tar.gz"],
integrity = "sha256-jE9qE9bJkQgkSVJiwaSRWXztEcS4Du3suyAOim8aQLE=",
strip_prefix = "openfga-v0.1.7",
)
zig
.url = "https://ratatoskr.space/pkg/openfga/v0.1.7.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/openfga@v0.1.7
install via yggdrasil mesh
bazel
http_archive(
name = "openfga",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v0.1.7.tar.gz"],
integrity = "sha256-jE9qE9bJkQgkSVJiwaSRWXztEcS4Du3suyAOim8aQLE=",
strip_prefix = "openfga-v0.1.7",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v0.1.7.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga@v0.1.7