From f635525e535d7cbd9eae42a5d07f8d5ebff99a51 Mon Sep 17 00:00:00 2001 From: ionmincu Date: Mon, 6 Oct 2025 18:06:38 +0300 Subject: [PATCH] docs: add docs for uipath auth on as --- docs/cli/index.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/cli/index.md b/docs/cli/index.md index 04b4e8d3d..32c1acdea 100644 --- a/docs/cli/index.md +++ b/docs/cli/index.md @@ -6,6 +6,19 @@ :depth: 1 :style: table +/// info | UiPath Automation Suite +For UiPath Automation Suite deployments, you must set the `UIPATH_URL` environment variable to your dedicated instance URL before running this command. + +Example: +```bash +UIPATH_URL=https://your-instance.com/account/tenant/orchestrator_/ +``` + +You can set this environment variable either: +- In a `.env` file in your project directory +- As a system-wide environment variable +/// + ```shell