A command line tool for literate devops.
Corg turns markdown files into runnable shell scripts and provides a few useful mechanisms for deploying those scripts.
Convert a markdown document to a shell script.
corg --convert path/to/file.md
Deploy a script to a remote host.
corg run --host faye.futuregadgetlab.dev --script examples/system/nix.sh
View help for the Corg command itself or its subcommands
corg run --host faye.futuregadgetlab.dev --script examples/system/nix.sh