Skip to content

Commit c732ab5

Browse files
authored
Add path and pull repo commands
1 parent 1389384 commit c732ab5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ docker compose up
9494

9595
### Via GitHub Release Page
9696

97-
Download the latest binary from the [Releases page](https://github.com/ErdemOzgen/blackdagger/releases) and place it in your `$PATH` (e.g. `/usr/local/bin`).
97+
Download the latest binary from the [Releases page](https://github.com/ErdemOzgen/blackdagger/releases) and place it in your `$PATH` (e.g. `/usr/bin`).
9898

9999
#### **IMPORTANT:**
100100
In some YAMLs and/or processes that users want to run by using Blackdagger, `sudo` permission may be required. Therefore, users may need to configure a `sudo` permission before running them. Without this permission, process running, maintaining, stopping features and other Blackdagger features may encounter bugs. Below, you can find different options to configure `sudo` permission:
@@ -227,6 +227,10 @@ blackdagger scheduler [--dags=<path to directory>]
227227
228228
# Shows the current binary version
229229
blackdagger version
230+
231+
# Pulls yamls from remote repository it can be default,devsecops,cart currently
232+
# mlops,mlsecops and devops will be added asap
233+
blackdagger pull <repo domain name>
230234
```
231235

232236
## **Table of Contents**

0 commit comments

Comments
 (0)