Skip to content

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

@honzakostejn

Description

@honzakostejn

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions