Skip to content

Commit c565c98

Browse files
authored
add docs on remote runs (#2017)
1 parent cddd136 commit c565c98

File tree

5 files changed

+22
-1
lines changed

5 files changed

+22
-1
lines changed

docs/ee/remote-jobs.mdx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: "Running Remote Jobs"
3+
---
4+
5+
With dgctl command line you can run jobs in a remote CI environment and have the logs streamed to your terminal.
6+
These tasks follow the same RBAC rules specified in your [opa policies](/ee/opa). For example this command:
7+
8+
```
9+
dgctl exec --project <project_name> --command "digger plan"
10+
```
11+
12+
Will perform a remote plan for the project. The changes don't need to be pushed to the remote repo for this to function since
13+
the local directory will be zipped and uploaded to the remote CI environment to perform the plan.
14+
15+
16+
![](/images/ee/remote-runs-1.png)
17+
18+
![](/images/ee/remote-runs-2.png)
19+
20+
![](/images/ee/remote-runs-3.png)

docs/images/ee/remote-runs-1.png

1.25 MB
Loading

docs/images/ee/remote-runs-2.png

2.03 MB
Loading

docs/images/ee/remote-runs-3.png

432 KB
Loading

docs/mint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@
5959
"ee/gitlab",
6060
"ee/buildkite",
6161
"ee/fips-140",
62-
"ee/ai-summaries"
62+
"ee/ai-summaries",
63+
"ee/remote-jobs"
6364
]
6465
},
6566
{

0 commit comments

Comments
 (0)