Skip to content

Commit

Permalink
fix(cli): wrong metadata for crate versions (#9022)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog authored Feb 28, 2024
1 parent b658ded commit cb92cfd
Show file tree
Hide file tree
Showing 10 changed files with 267 additions and 1,045 deletions.
59 changes: 13 additions & 46 deletions core/tauri/permissions/app/autogenerated/reference.md
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.|
49 changes: 11 additions & 38 deletions core/tauri/permissions/event/autogenerated/reference.md
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 core/tauri/permissions/menu/autogenerated/reference.md
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.|
Loading

0 comments on commit cb92cfd

Please sign in to comment.