Skip to content

ci init

Create a GitHub Actions workflow for RepoVista.

Usage

sh
repovista ci init [--template pr-light|security|release-readiness|scheduled-audit] [--dry-run] [--force]

Options

OptionPurpose
--template <name>Choose pr-light, security, release-readiness, or scheduled-audit.
--dry-runPreview generated workflow content.
--forceOverwrite generated files where supported.

Examples

sh
repovista ci init --template pr-light --dry-run
repovista ci init --template security
repovista ci init --template release-readiness --force

See CI/CD for CI gates and recommended artifacts.

Released under the MIT License.