Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: UiPath/uipathcli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.42
Choose a base ref
...
head repository: UiPath/uipathcli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.43
Choose a head ref
  • 2 commits
  • 10 files changed
  • 2 contributors

Commits on May 22, 2025

  1. Improve config set command

    - Document allowed values for the `uipath config set` command so that
      the user actually knows which config values can be updated
    
    - Add support to set identity server URI using the `auth.uri` key
    
    - Remove unused AuthConfig struct and Type field
    
    Example (Set Identity Server URI):
    
    ```
    uipath config set --key auth.uri --value https://<your-server>/identity_
    ```
    
    Improves: #192
    thschmitt committed May 22, 2025
    Configuration menu
    Copy the full SHA
    e6ce206 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2025

  1. Merge pull request #198 from UiPath/feature/improve-config-set-command

    Improve config set command
    thschmitt authored May 30, 2025
    Configuration menu
    Copy the full SHA
    903fd8d View commit details
    Browse the repository at this point in the history
Loading