Skip to content

Commit

Permalink
upgraded dagger
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-hermann-sva committed Oct 6, 2024
1 parent 749a8a5 commit a4b33b2
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion dagger.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## SNIPPETS

<details><summary><b>CALL FUNCTION FROM GIT</b></summary>
<details><summary><b>CALL FUNCTION (FROM DAGGERVERSE)</b></summary>

```bash
# OUTPUT TEXT
Expand All @@ -16,3 +16,19 @@ dagger call -m github.com/felipecruz91/daggerverse/go build --source . --goVersi
```

</details>


<details><summary><b>BASIC COMMANDS</b></summary>

https://docs.dagger.io/quickstart/daggerize

```bash
# CREATE MODULE (GO); SOURCE: ./hello; NAME: modules
dagger init --sdk=go --source=./hello --name modules

# RUN PIPELINE (PUBLISH=METHOD NAME)
dagger call publish --source=.
```


</details>

0 comments on commit a4b33b2

Please sign in to comment.