Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stuttgart-things/dagger

collection of dagger modules
https://github.com/stuttgart-things/dagger

Last synced: 2 days ago
JSON representation

collection of dagger modules

Awesome Lists containing this project

README

        

# stuttgart-things/dagger
collection of dagger modules

## LIST FUNCTIONS

```bash
MODULE=golang #example
dagger functions -m ${MODULE}/
```

## CREATE NEW FUNCTION

```bash
MODULE=example #example
dagger init --sdk=go --source=./${MODULE} --name=${MODULE}
```

## INSTAL EXTERNAL DAGGER MODULE

```bash
dagger install github.com/purpleclay/daggerverse/[email protected]
```

```bash
MODULE=example #example
dagger functions -m ${MODULE}
```

## CALL FUNCTION (FROM DIFFERENT REPO / FROM EVERYWHERE)

```bash
MODULE=golang #example
dagger call -m github.com/stuttgart-things/dagger/${MODULE} build --progress plain --src ./ export --path build
```