feature/add-cmd (#13)

Co-authored-by: kjuulh <contact@kjuulh.io>
Reviewed-on: https://git.front.kjuulh.io/kjuulh/kraken/pulls/13
This commit is contained in:
2022-09-18 16:49:15 +02:00
parent 3ef688a00d
commit 6691b7f1ec
4 changed files with 31 additions and 6 deletions

View File

@@ -2,4 +2,7 @@
set -e
go run cmd/kraken/kraken.go process
current_branch=$(git branch --show-current)
go run cmd/kraken/kraken.go process --actions-repo "git@git.front.kjuulh.io:kjuulh/kraken.git" --branch "$current_branch" --path "_examples/actions/write_a_readme"
go run cmd/kraken/kraken.go process --actions-repo "git@git.front.kjuulh.io:kjuulh/kraken.git" --branch "$current_branch" --path "_examples/queries/scrape_readme"