https://github.com/staticaland/dagger-cog
Run Cog with Dagger. Cog is a file generation tool that executes embedded Python code within files and inserts the output back into the original file.
https://github.com/staticaland/dagger-cog
Last synced: 5 months ago
JSON representation
Run Cog with Dagger. Cog is a file generation tool that executes embedded Python code within files and inserts the output back into the original file.
- Host: GitHub
- URL: https://github.com/staticaland/dagger-cog
- Owner: staticaland
- License: apache-2.0
- Created: 2024-09-08T19:56:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-14T08:41:02.000Z (almost 2 years ago)
- Last Synced: 2026-01-19T11:38:38.067Z (5 months ago)
- Language: Go
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Usage
```sh
dagger call cog --dir="." --file="README.md" --replace export --path="."
```
## Output from the command above
```sh
CHANGELOG.md
LICENSE
README.md
dagger.gen.go
dagger.json
go.mod
go.sum
internal
main.go
release-please-config.json
```