Experiencing the "argocd: command not found" error in the Orchestrator Configurator tool within the Automation Suite

How to resolve the "argocd: command not found" error while using the Orchestrator Configurator tool?

Those attempting to execute the Orchestrator Configurator tool may encounter an error message stating that the argocd command is not found. This error prevents the successful execution of the Orchestrator Configurator tool and disrupts the configuration process.

Resolution:

To resolve this issue, it is essential to use the ArgoCD CLI tool bundled within the Automation Suite installer. This ensures compatibility and smooth operation. Follow these steps:

  1. Locate the ArgoCD CLI tool within the Automation Suite installation. Depending on the installation, it may be found in the /opt/UiPathAutomationSuite//installer/bin directory, where corresponds to the specific version of the tool.
  2. Update the system's PATH environment variable to include the directory where the ArgoCD CLI tool is located. Run the following command in the terminal:
    • export PATH=$PATH:/opt/UiPathAutomationSuite//installer/bin
      • Make sure to replace /opt/UiPathAutomationSuite//installer/bin with the actual path to the bin folder within the installer directory, as it may vary.
  3. After updating the PATH, attempt to run the Orchestrator Configurator tool again. The script should now successfully locate and execute the argocd command.

Note:

It is crucial not to download and use an independent version of the ArgoCD CLI tool. Only the version bundled within the Automation Suite installer directory should be used to maintain compatibility and ensure the correct functioning of the Orchestrator Configurator tool.