-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Vasek - Tom C <[email protected]>
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Magic SDK | ||
|
||
## Usage | ||
|
||
:warning: This is experimental, for now it only supports `Go` project and `Dockerfile`. | ||
|
||
```shell | ||
# Go to your project root | ||
|
||
# Init magicSDK | ||
dagger init --sdk github.com/quartz-technology/daggerverse/magicsdk --name=test . | ||
|
||
# Explore functions that are available | ||
dagger functions | ||
``` | ||
|
||
## Current integrations | ||
|
||
### Docker | ||
|
||
`dagger call docker build`: use your project Dockerfile to build a container and return it. | ||
|
||
### Go | ||
|
||
`dagger call go container`: creates a development environment for your project inside a container and return it. |