Summary
txc should accept a deployment settings file (the JSON format used by pac / Power Platform Build Tools) to pre-populate ConnectionReferences and EnvironmentVariables during solution import.
Reproduction
txc env sln import ./MySolution.zip --profile devbox-2826 --settings-file ./DEV-deployment-settings.json
Current result: "Unrecognized command or argument '--settings-file'".
Expected behavior
txc env sln import accepts --settings-file <file>. Ideally the environment variables and connections are validated against the existing environment, because if they don't exist, the import fails with "error" which is not descriptive at all and might confuse the agent / user.
Summary
txc should accept a deployment settings file (the JSON format used by pac / Power Platform Build Tools) to pre-populate ConnectionReferences and EnvironmentVariables during solution import.
Reproduction
Current result: "Unrecognized command or argument '--settings-file'".
Expected behavior
txc env sln importaccepts--settings-file <file>. Ideally the environment variables and connections are validated against the existing environment, because if they don't exist, the import fails with "error" which is not descriptive at all and might confuse the agent / user.