Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 590 Bytes

File metadata and controls

32 lines (20 loc) · 590 Bytes

Corg

A command line tool for literate devops.

Description

Corg turns markdown files into runnable shell scripts and provides a few useful mechanisms for deploying those scripts.

Commands

Convert

Convert a markdown document to a shell script.

corg --convert path/to/file.md

Run

Deploy a script to a remote host.

corg run --host faye.futuregadgetlab.dev --script examples/system/nix.sh

Help

View help for the Corg command itself or its subcommands

corg run --host faye.futuregadgetlab.dev --script examples/system/nix.sh