How to Analyze the Project using UiPathCLI.exe?
- Follow the steps from (1-6) as described in the documentation Downloading the CLI
- Open CMD (Command Prompt)
- From the CMD, Navigate to the extracted downloaded folder of the "Uipcli.exe"
- Consider it is ("C:\Users\r*****li\Downloads\UiPath.CLI.Windows.23.6.8581.19168\tools\")
- When tried to run the "uipcli.exe", it throws an error saying "No verb Selected" as shown below
Resolution: Based on the above screenshot, consider the below
- Try, "uipcli.exe version" to understand if UiPath CLI version.
- Next, when tried to use "uipcli.exe package " it throws an error. (NOTE: Behavior would be same when tried to run "uipcli package "
- In order to Analyze the project, use "uipcli package analyze <"Location Path of the project.json">"
The results would show-up if any errors are detected.
Note: "RuleConfig.json" will be updated with the new values.
- From the RuleConfig.json file, path %LocalAppData%\UiPath\Rules. Find a specific rule, modify its parameter, change the IsEnabled parameter to false to disable the rule.