@dotgithub/cli
v0.1.5
Published
CLI package for @dotgithub monorepo.
Readme
@dotgithub/cli
CLI for scaffolding, managing, and synthesizing DotGitHub workflows from TypeScript definitions.
Install
npm install -g @dotgithub/cliOr run without installing globally:
npx @dotgithub/cli --helpCommands (quick overview)
# Initialize DotGitHub config/files
dotgithub init
# Add pinned GitHub Actions to your config
dotgithub add actions/checkout@v4
# Generate workflow files
dotgithub synthAliases:
dgh --help
dotgithub --helpTypical TypeScript workflow
dotgithub initdotgithub add <org/repo@version>- author/update your workflow constructs in TypeScript
dotgithub synthto generate YAML- commit generated workflow files
Docs
- Main docs: https://github.com/azwebmaster/dotgithub#readme
- Guides: https://github.com/azwebmaster/dotgithub/tree/main/docs
- CLI source/context: https://github.com/azwebmaster/dotgithub/tree/main/packages/cli
