Skip to content

Commit 7fae50b

Browse files
committed
docs: add docs for uipath auth on as
1 parent e31088e commit 7fae50b

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

docs/cli/index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@
66
:depth: 1
77
:style: table
88

9+
/// warning | UiPath Automation Suite
10+
For UiPath Automation Suite deployments, you must set the `UIPATH_URL` environment variable to your dedicated instance URL before running this command.
11+
12+
Example:
13+
```bash
14+
UIPATH_URL=https://your-instance.com/account/tenant/orchestrator_/
15+
```
16+
17+
You can set this environment variable either:
18+
- In a `.env` file in your project directory
19+
- As a system-wide environment variable
20+
///
21+
922
<!-- termynal -->
1023

1124
```shell

0 commit comments

Comments
 (0)