-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cli): wrong metadata for crate versions (#9022)
- Loading branch information
1 parent
b658ded
commit cb92cfd
Showing
10 changed files
with
267 additions
and
1,045 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,13 @@ | ||
# Permissions | ||
|
||
## allow-app-hide | ||
|
||
Enables the app_hide command without any pre-configured scope. | ||
|
||
## deny-app-hide | ||
|
||
Denies the app_hide command without any pre-configured scope. | ||
|
||
## allow-app-show | ||
|
||
Enables the app_show command without any pre-configured scope. | ||
|
||
## deny-app-show | ||
|
||
Denies the app_show command without any pre-configured scope. | ||
|
||
## allow-name | ||
|
||
Enables the name command without any pre-configured scope. | ||
|
||
## deny-name | ||
|
||
Denies the name command without any pre-configured scope. | ||
|
||
## allow-tauri-version | ||
|
||
Enables the tauri_version command without any pre-configured scope. | ||
|
||
## deny-tauri-version | ||
|
||
Denies the tauri_version command without any pre-configured scope. | ||
|
||
## allow-version | ||
|
||
Enables the version command without any pre-configured scope. | ||
|
||
## deny-version | ||
|
||
Denies the version command without any pre-configured scope. | ||
|
||
## default | ||
|
||
Default permissions for the plugin. | ||
|
||
| Permission | Description | | ||
|------|-----| | ||
|`allow-app-hide`|Enables the app_hide command without any pre-configured scope.| | ||
|`deny-app-hide`|Denies the app_hide command without any pre-configured scope.| | ||
|`allow-app-show`|Enables the app_show command without any pre-configured scope.| | ||
|`deny-app-show`|Denies the app_show command without any pre-configured scope.| | ||
|`allow-name`|Enables the name command without any pre-configured scope.| | ||
|`deny-name`|Denies the name command without any pre-configured scope.| | ||
|`allow-tauri-version`|Enables the tauri_version command without any pre-configured scope.| | ||
|`deny-tauri-version`|Denies the tauri_version command without any pre-configured scope.| | ||
|`allow-version`|Enables the version command without any pre-configured scope.| | ||
|`deny-version`|Denies the version command without any pre-configured scope.| | ||
|`default`|Default permissions for the plugin.| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,11 @@ | ||
# Permissions | ||
|
||
## allow-emit | ||
|
||
Enables the emit command without any pre-configured scope. | ||
|
||
## deny-emit | ||
|
||
Denies the emit command without any pre-configured scope. | ||
|
||
## allow-emit-to | ||
|
||
Enables the emit_to command without any pre-configured scope. | ||
|
||
## deny-emit-to | ||
|
||
Denies the emit_to command without any pre-configured scope. | ||
|
||
## allow-listen | ||
|
||
Enables the listen command without any pre-configured scope. | ||
|
||
## deny-listen | ||
|
||
Denies the listen command without any pre-configured scope. | ||
|
||
## allow-unlisten | ||
|
||
Enables the unlisten command without any pre-configured scope. | ||
|
||
## deny-unlisten | ||
|
||
Denies the unlisten command without any pre-configured scope. | ||
|
||
## default | ||
|
||
Default permissions for the plugin. | ||
|
||
| Permission | Description | | ||
|------|-----| | ||
|`allow-emit`|Enables the emit command without any pre-configured scope.| | ||
|`deny-emit`|Denies the emit command without any pre-configured scope.| | ||
|`allow-emit-to`|Enables the emit_to command without any pre-configured scope.| | ||
|`deny-emit-to`|Denies the emit_to command without any pre-configured scope.| | ||
|`allow-listen`|Enables the listen command without any pre-configured scope.| | ||
|`deny-listen`|Denies the listen command without any pre-configured scope.| | ||
|`allow-unlisten`|Enables the unlisten command without any pre-configured scope.| | ||
|`deny-unlisten`|Denies the unlisten command without any pre-configured scope.| | ||
|`default`|Default permissions for the plugin.| |
229 changes: 47 additions & 182 deletions
229
core/tauri/permissions/menu/autogenerated/reference.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,182 +1,47 @@ | ||
# Permissions | ||
|
||
## allow-append | ||
|
||
Enables the append command without any pre-configured scope. | ||
|
||
## deny-append | ||
|
||
Denies the append command without any pre-configured scope. | ||
|
||
## allow-create-default | ||
|
||
Enables the create_default command without any pre-configured scope. | ||
|
||
## deny-create-default | ||
|
||
Denies the create_default command without any pre-configured scope. | ||
|
||
## allow-get | ||
|
||
Enables the get command without any pre-configured scope. | ||
|
||
## deny-get | ||
|
||
Denies the get command without any pre-configured scope. | ||
|
||
## allow-insert | ||
|
||
Enables the insert command without any pre-configured scope. | ||
|
||
## deny-insert | ||
|
||
Denies the insert command without any pre-configured scope. | ||
|
||
## allow-is-checked | ||
|
||
Enables the is_checked command without any pre-configured scope. | ||
|
||
## deny-is-checked | ||
|
||
Denies the is_checked command without any pre-configured scope. | ||
|
||
## allow-is-enabled | ||
|
||
Enables the is_enabled command without any pre-configured scope. | ||
|
||
## deny-is-enabled | ||
|
||
Denies the is_enabled command without any pre-configured scope. | ||
|
||
## allow-items | ||
|
||
Enables the items command without any pre-configured scope. | ||
|
||
## deny-items | ||
|
||
Denies the items command without any pre-configured scope. | ||
|
||
## allow-new | ||
|
||
Enables the new command without any pre-configured scope. | ||
|
||
## deny-new | ||
|
||
Denies the new command without any pre-configured scope. | ||
|
||
## allow-popup | ||
|
||
Enables the popup command without any pre-configured scope. | ||
|
||
## deny-popup | ||
|
||
Denies the popup command without any pre-configured scope. | ||
|
||
## allow-prepend | ||
|
||
Enables the prepend command without any pre-configured scope. | ||
|
||
## deny-prepend | ||
|
||
Denies the prepend command without any pre-configured scope. | ||
|
||
## allow-remove | ||
|
||
Enables the remove command without any pre-configured scope. | ||
|
||
## deny-remove | ||
|
||
Denies the remove command without any pre-configured scope. | ||
|
||
## allow-remove-at | ||
|
||
Enables the remove_at command without any pre-configured scope. | ||
|
||
## deny-remove-at | ||
|
||
Denies the remove_at command without any pre-configured scope. | ||
|
||
## allow-set-accelerator | ||
|
||
Enables the set_accelerator command without any pre-configured scope. | ||
|
||
## deny-set-accelerator | ||
|
||
Denies the set_accelerator command without any pre-configured scope. | ||
|
||
## allow-set-as-app-menu | ||
|
||
Enables the set_as_app_menu command without any pre-configured scope. | ||
|
||
## deny-set-as-app-menu | ||
|
||
Denies the set_as_app_menu command without any pre-configured scope. | ||
|
||
## allow-set-as-help-menu-for-nsapp | ||
|
||
Enables the set_as_help_menu_for_nsapp command without any pre-configured scope. | ||
|
||
## deny-set-as-help-menu-for-nsapp | ||
|
||
Denies the set_as_help_menu_for_nsapp command without any pre-configured scope. | ||
|
||
## allow-set-as-window-menu | ||
|
||
Enables the set_as_window_menu command without any pre-configured scope. | ||
|
||
## deny-set-as-window-menu | ||
|
||
Denies the set_as_window_menu command without any pre-configured scope. | ||
|
||
## allow-set-as-windows-menu-for-nsapp | ||
|
||
Enables the set_as_windows_menu_for_nsapp command without any pre-configured scope. | ||
|
||
## deny-set-as-windows-menu-for-nsapp | ||
|
||
Denies the set_as_windows_menu_for_nsapp command without any pre-configured scope. | ||
|
||
## allow-set-checked | ||
|
||
Enables the set_checked command without any pre-configured scope. | ||
|
||
## deny-set-checked | ||
|
||
Denies the set_checked command without any pre-configured scope. | ||
|
||
## allow-set-enabled | ||
|
||
Enables the set_enabled command without any pre-configured scope. | ||
|
||
## deny-set-enabled | ||
|
||
Denies the set_enabled command without any pre-configured scope. | ||
|
||
## allow-set-icon | ||
|
||
Enables the set_icon command without any pre-configured scope. | ||
|
||
## deny-set-icon | ||
|
||
Denies the set_icon command without any pre-configured scope. | ||
|
||
## allow-set-text | ||
|
||
Enables the set_text command without any pre-configured scope. | ||
|
||
## deny-set-text | ||
|
||
Denies the set_text command without any pre-configured scope. | ||
|
||
## allow-text | ||
|
||
Enables the text command without any pre-configured scope. | ||
|
||
## deny-text | ||
|
||
Denies the text command without any pre-configured scope. | ||
|
||
## default | ||
|
||
Default permissions for the plugin. | ||
|
||
| Permission | Description | | ||
|------|-----| | ||
|`allow-append`|Enables the append command without any pre-configured scope.| | ||
|`deny-append`|Denies the append command without any pre-configured scope.| | ||
|`allow-create-default`|Enables the create_default command without any pre-configured scope.| | ||
|`deny-create-default`|Denies the create_default command without any pre-configured scope.| | ||
|`allow-get`|Enables the get command without any pre-configured scope.| | ||
|`deny-get`|Denies the get command without any pre-configured scope.| | ||
|`allow-insert`|Enables the insert command without any pre-configured scope.| | ||
|`deny-insert`|Denies the insert command without any pre-configured scope.| | ||
|`allow-is-checked`|Enables the is_checked command without any pre-configured scope.| | ||
|`deny-is-checked`|Denies the is_checked command without any pre-configured scope.| | ||
|`allow-is-enabled`|Enables the is_enabled command without any pre-configured scope.| | ||
|`deny-is-enabled`|Denies the is_enabled command without any pre-configured scope.| | ||
|`allow-items`|Enables the items command without any pre-configured scope.| | ||
|`deny-items`|Denies the items command without any pre-configured scope.| | ||
|`allow-new`|Enables the new command without any pre-configured scope.| | ||
|`deny-new`|Denies the new command without any pre-configured scope.| | ||
|`allow-popup`|Enables the popup command without any pre-configured scope.| | ||
|`deny-popup`|Denies the popup command without any pre-configured scope.| | ||
|`allow-prepend`|Enables the prepend command without any pre-configured scope.| | ||
|`deny-prepend`|Denies the prepend command without any pre-configured scope.| | ||
|`allow-remove`|Enables the remove command without any pre-configured scope.| | ||
|`deny-remove`|Denies the remove command without any pre-configured scope.| | ||
|`allow-remove-at`|Enables the remove_at command without any pre-configured scope.| | ||
|`deny-remove-at`|Denies the remove_at command without any pre-configured scope.| | ||
|`allow-set-accelerator`|Enables the set_accelerator command without any pre-configured scope.| | ||
|`deny-set-accelerator`|Denies the set_accelerator command without any pre-configured scope.| | ||
|`allow-set-as-app-menu`|Enables the set_as_app_menu command without any pre-configured scope.| | ||
|`deny-set-as-app-menu`|Denies the set_as_app_menu command without any pre-configured scope.| | ||
|`allow-set-as-help-menu-for-nsapp`|Enables the set_as_help_menu_for_nsapp command without any pre-configured scope.| | ||
|`deny-set-as-help-menu-for-nsapp`|Denies the set_as_help_menu_for_nsapp command without any pre-configured scope.| | ||
|`allow-set-as-window-menu`|Enables the set_as_window_menu command without any pre-configured scope.| | ||
|`deny-set-as-window-menu`|Denies the set_as_window_menu command without any pre-configured scope.| | ||
|`allow-set-as-windows-menu-for-nsapp`|Enables the set_as_windows_menu_for_nsapp command without any pre-configured scope.| | ||
|`deny-set-as-windows-menu-for-nsapp`|Denies the set_as_windows_menu_for_nsapp command without any pre-configured scope.| | ||
|`allow-set-checked`|Enables the set_checked command without any pre-configured scope.| | ||
|`deny-set-checked`|Denies the set_checked command without any pre-configured scope.| | ||
|`allow-set-enabled`|Enables the set_enabled command without any pre-configured scope.| | ||
|`deny-set-enabled`|Denies the set_enabled command without any pre-configured scope.| | ||
|`allow-set-icon`|Enables the set_icon command without any pre-configured scope.| | ||
|`deny-set-icon`|Denies the set_icon command without any pre-configured scope.| | ||
|`allow-set-text`|Enables the set_text command without any pre-configured scope.| | ||
|`deny-set-text`|Denies the set_text command without any pre-configured scope.| | ||
|`allow-text`|Enables the text command without any pre-configured scope.| | ||
|`deny-text`|Denies the text command without any pre-configured scope.| | ||
|`default`|Default permissions for the plugin.| |
Oops, something went wrong.