Skip to content

feat(tauri-cli): add plugin remove command#11322

Merged
amrbashir merged 7 commits intotauri-apps:devfrom
ShaunSHamilton:feat_cli-remove
Nov 7, 2024
Merged

feat(tauri-cli): add plugin remove command#11322
amrbashir merged 7 commits intotauri-apps:devfrom
ShaunSHamilton:feat_cli-remove

Conversation

@ShaunSHamilton
Copy link
Contributor

Closes #10384

TODO: I would like help understanding the failing snapshot test. Is my change invalid? Or, does the snapshot just need to be updated?

@github-actions
Copy link
Contributor

github-actions bot commented Oct 12, 2024

Package Changes Through 8be2ec3

There are 9 changes which include tauri-utils with minor, tauri with minor, @tauri-apps/api with minor, tauri-runtime with minor, tauri-runtime-wry with minor, tauri-bundler with minor, tauri-cli with minor, @tauri-apps/cli with minor, tauri-macros with patch

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
@tauri-apps/api 2.0.3 2.1.0
tauri-utils 2.0.2 2.1.0
tauri-bundler 2.0.4 2.1.0
tauri-runtime 2.1.1 2.2.0
tauri-runtime-wry 2.1.2 2.2.0
tauri-codegen 2.0.2 2.0.3
tauri-macros 2.0.2 2.0.3
tauri-plugin 2.0.2 2.0.3
tauri-build 2.0.2 2.0.3
tauri 2.0.6 2.1.0
@tauri-apps/cli 2.0.4 2.1.0
tauri-cli 2.0.4 2.1.0

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

@ShaunSHamilton ShaunSHamilton marked this pull request as ready for review October 15, 2024 11:35
@ShaunSHamilton ShaunSHamilton requested a review from a team as a code owner October 15, 2024 11:35
Comment on lines 78 to 80
"Builder::new(|pass| todo!()).build()"
} else if plugin == "localhost" {
"Builder::new(todo!()).build()"
Copy link
Member

@amrbashir amrbashir Oct 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tauri add command, adds todo!() because user are requested to add code here, so this code likely changes and so our check here won't work.

@amrbashir
Copy link
Member

Thank you

@amrbashir amrbashir merged commit 6bf9179 into tauri-apps:dev Nov 7, 2024
@ShaunSHamilton ShaunSHamilton deleted the feat_cli-remove branch November 7, 2024 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[v2] No way to remove plugins

3 participants