Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions docs/ee/remote-jobs.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: "Running Remote Jobs"
---

With dgctl command line you can run jobs in a remote CI environment and have the logs streamed to your terminal.
These tasks follow the same RBAC rules specified in your [opa policies](/ee/opa). For example this command:

```
dgctl exec --project <project_name> --command "digger plan"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

style: Add example with actual project name (e.g., --project 'dev/networking')

```

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
the local directory will be zipped and uploaded to the remote CI environment to perform the plan.


![](/images/ee/remote-runs-1.png)

![](/images/ee/remote-runs-2.png)

![](/images/ee/remote-runs-3.png)
Comment on lines +16 to +20
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

style: Add descriptive alt text for accessibility and SEO to all images

Binary file added docs/images/ee/remote-runs-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/ee/remote-runs-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/ee/remote-runs-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion docs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
"ee/gitlab",
"ee/buildkite",
"ee/fips-140",
"ee/ai-summaries"
"ee/ai-summaries",
"ee/remote-jobs"
]
},
{
Expand Down
Loading