Skip to content

Commit

Permalink
Add path and pull repo commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ErdemOzgen committed Apr 9, 2024
1 parent 1389384 commit c732ab5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ docker compose up

### Via GitHub Release Page

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`).
Download the latest binary from the [Releases page](https://github.com/ErdemOzgen/blackdagger/releases) and place it in your `$PATH` (e.g. `/usr/bin`).

#### **IMPORTANT:**
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:
Expand Down Expand Up @@ -227,6 +227,10 @@ blackdagger scheduler [--dags=<path to directory>]

# Shows the current binary version
blackdagger version

# Pulls yamls from remote repository it can be default,devsecops,cart currently
# mlops,mlsecops and devops will be added asap
blackdagger pull <repo domain name>
```

## **Table of Contents**
Expand Down

0 comments on commit c732ab5

Please sign in to comment.