Skip to content

feat(cli): allow merging multiple configuration values - #12970

Merged
lucasfernog merged 2 commits into
devfrom
feat/multiple-config
Mar 14, 2025
Merged

feat(cli): allow merging multiple configuration values#12970
lucasfernog merged 2 commits into
devfrom
feat/multiple-config

Conversation

@lucasfernog

Copy link
Copy Markdown
Member

Currently the dev/build/bundle commands can only merge a single Tauri configuration value (file or raw JSON string), which imposes a limitation in scenarios where you need more flexibility (like multiple app flavors and environments). This changes the config CLI option to allow multiple values, letting you merge multiple Tauri config files with the main one.

Currently the dev/build/bundle commands can only merge a single Tauri configuration value (file or raw JSON string), which imposes a limitation in scenarios where you need more flexibility (like multiple app flavors and environments). This changes the config CLI option to allow multiple values, letting you merge multiple Tauri config files with the main one.
@lucasfernog
lucasfernog requested a review from a team as a code owner March 13, 2025 18:50
@github-actions

github-actions Bot commented Mar 13, 2025

Copy link
Copy Markdown
Contributor

Package Changes Through be451e2

There are 6 changes which include tauri with minor, @tauri-apps/cli with minor, tauri-cli with minor, @tauri-apps/api with minor, tauri-runtime-wry with minor, tauri-bundler 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.3.0 2.4.0
tauri-bundler 2.2.4 2.2.5
tauri-runtime-wry 2.4.1 2.5.0
tauri 2.3.1 2.4.0
@tauri-apps/cli 2.3.1 2.4.0
tauri-cli 2.3.1 2.4.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

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.

2 participants