Skip to content

feat: support --settings-file for solution import (#148)#150

Open
zekelinAlex wants to merge 1 commit into
TALXIS:masterfrom
zekelinAlex:users/alexander.zekelin/solution-import-settings-file-issue-148
Open

feat: support --settings-file for solution import (#148)#150
zekelinAlex wants to merge 1 commit into
TALXIS:masterfrom
zekelinAlex:users/alexander.zekelin/solution-import-settings-file-issue-148

Conversation

@zekelinAlex

@zekelinAlex zekelinAlex commented Jun 18, 2026

Copy link
Copy Markdown

txc env sln import` now takes --settings-file, the deployment settings JSON and fills in connection references and environment variable values as part of the import.

Before the import runs it checks that the connections named in the file actually exist in the target environment. If one doesn't, you get a clear message naming it instead of the platform's useless "An unexpected error occurred". Pass --skip-settings-validation to skip that check.

Closes #148.

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.

feat: support --settings-file (deployment settings) for solution import

1 participant