Files
yaak-mountain-loop/src-tauri/yaak-git/permissions/autogenerated/reference.md
2025-02-07 13:21:30 -08:00

3.8 KiB

Default Permission

Default permissions for the plugin

  • allow-add
  • allow-branch
  • allow-checkout
  • allow-commit
  • allow-delete-branch
  • allow-fetch-all
  • allow-initialize
  • allow-log
  • allow-merge-branch
  • allow-pull
  • allow-push
  • allow-status
  • allow-unstage

Permission Table

Identifier Description

yaak-git:allow-add

Enables the add command without any pre-configured scope.

yaak-git:deny-add

Denies the add command without any pre-configured scope.

yaak-git:allow-branch

Enables the branch command without any pre-configured scope.

yaak-git:deny-branch

Denies the branch command without any pre-configured scope.

yaak-git:allow-checkout

Enables the checkout command without any pre-configured scope.

yaak-git:deny-checkout

Denies the checkout command without any pre-configured scope.

yaak-git:allow-checkout-remote

Enables the checkout_remote command without any pre-configured scope.

yaak-git:deny-checkout-remote

Denies the checkout_remote command without any pre-configured scope.

yaak-git:allow-commit

Enables the commit command without any pre-configured scope.

yaak-git:deny-commit

Denies the commit command without any pre-configured scope.

yaak-git:allow-delete-branch

Enables the delete_branch command without any pre-configured scope.

yaak-git:deny-delete-branch

Denies the delete_branch command without any pre-configured scope.

yaak-git:allow-fetch-all

Enables the fetch_all command without any pre-configured scope.

yaak-git:deny-fetch-all

Denies the fetch_all command without any pre-configured scope.

yaak-git:allow-initialize

Enables the initialize command without any pre-configured scope.

yaak-git:deny-initialize

Denies the initialize command without any pre-configured scope.

yaak-git:allow-log

Enables the log command without any pre-configured scope.

yaak-git:deny-log

Denies the log command without any pre-configured scope.

yaak-git:allow-merge-branch

Enables the merge_branch command without any pre-configured scope.

yaak-git:deny-merge-branch

Denies the merge_branch command without any pre-configured scope.

yaak-git:allow-pull

Enables the pull command without any pre-configured scope.

yaak-git:deny-pull

Denies the pull command without any pre-configured scope.

yaak-git:allow-push

Enables the push command without any pre-configured scope.

yaak-git:deny-push

Denies the push command without any pre-configured scope.

yaak-git:allow-status

Enables the status command without any pre-configured scope.

yaak-git:deny-status

Denies the status command without any pre-configured scope.

yaak-git:allow-unstage

Enables the unstage command without any pre-configured scope.

yaak-git:deny-unstage

Denies the unstage command without any pre-configured scope.