Files
Lucas Fernandes Nogueira 3657ad82f8 feat(core): allow defining permissions for the app commands (#9008)
* feat(core): allow defining permissions for the app commands

* global scope

* command scope

* write to disk

* lint

* fix path

* get autogenerated commands from generate_handler macro

* revert

* remove cli

* use const instead of empty str
2024-02-28 08:45:28 -03:00

12 lines
390 B
TOML

# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-perform-request"
description = "Enables the perform_request command without any pre-configured scope."
commands.allow = ["perform_request"]
[[permission]]
identifier = "deny-perform-request"
description = "Denies the perform_request command without any pre-configured scope."
commands.deny = ["perform_request"]