Skip to content

Commit

Permalink
feat: add dagger-cli module
Browse files Browse the repository at this point in the history
Signed-off-by: Vasek - Tom C <[email protected]>
  • Loading branch information
TomChv committed Feb 15, 2024
1 parent 2af0380 commit 24a9219
Show file tree
Hide file tree
Showing 10 changed files with 7,240 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dagger-cli/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/dagger.gen.go linguist-generated
/querybuilder/** linguist-generated
21 changes: 21 additions & 0 deletions dagger-cli/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Dagger CLI module

A module to use the Dagger CLI

💡 This module is useful to integrate Dagger inside more complex CI.

## Usage

### Publish a module

```shell
dagger call -m github.com/quartz-technology/daggerverse/dagger-cli --module=. call publish
```

### Call a module

```shell
dagger call -m github.com/quartz-technology/daggerverse/dagger-cli --module=<path> call --args=<args>
```

Made with ❤️ by Quartz.
Loading

0 comments on commit 24a9219

Please sign in to comment.