mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-21 08:11:24 +02:00
14 lines
395 B
TOML
14 lines
395 B
TOML
# Automatically generated - DO NOT EDIT!
|
|
|
|
"$schema" = "../../schemas/schema.json"
|
|
|
|
[[permission]]
|
|
identifier = "allow-fetch-all"
|
|
description = "Enables the fetch_all command without any pre-configured scope."
|
|
commands.allow = ["fetch_all"]
|
|
|
|
[[permission]]
|
|
identifier = "deny-fetch-all"
|
|
description = "Denies the fetch_all command without any pre-configured scope."
|
|
commands.deny = ["fetch_all"]
|