thschmitt

Results 8 comments of thschmitt

Support for confidential apps in the authorization code flow was added in [PR ](https://github.com/UiPath/uipathcli/pull/194). Could you please try out release [v2.0.39](https://github.com/UiPath/uipathcli/releases/tag/v2.0.39) and let me know what you think?

You should be able to either set the environment variable `UIPATH_IDENTITY_URI` or add the `auth.uri` property in the config file, e.g. ``` profiles: - name: default organization: tenant: defaulttenant auth:...

Windows legacy projects should be supported. Could you share a minimal project to reproduce the problem? You could also check the Windows Event Viewer for any errors related to the...

Thank you for the feedback. This should definitely be easier through the publish command. Like you already mentioned as a workaround you can publish to a folder feed using the...

PR https://github.com/UiPath/uipathcli/pull/185 is the first step into making publish easier to use with custom folders and folder feeds.

Would you mind checking out the new version `v2.0.34`? We would love to hear your thoughts on the changes for the `publish` command.

Thank you for your suggestions! We added support for folder names. You can now pass either the folder id or folder name in the publish command, e.g. `uipath studio package...

The uipathcli does not currently support `.env` files or any other environment variables than documented [here](https://github.com/UiPath/uipathcli#global-arguments). Could you explain what you mean by EnvironmentVariables are part of the payload in...