repocfg

command
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 28, 2026 License: MIT Imports: 6 Imported by: 0

README

repocfg example

Loads a per-repo verb allowlist from .coily/coily.yaml. Each declared verb is a pre-validated argv slice; runtime cannot turn it into a shell pipeline or add metacharacters.

$ cd examples/repocfg
$ go run . list
build: go build ./...
greet: echo hello world
$ go run . run greet
hello world

Documentation

Overview

Command repocfg demonstrates loading a per-repo command allowlist.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL