cli/docs/cmd/ci/init/index.md
Snider 059a0ba897 docs: fix broken links and update command references
- Update docs/index.md with correct directory links
- Fix relative path errors in subcommand docs
- Update core release → core ci references
- Expand vm/index.md with full command documentation
- Fix See Also sections across all docs

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 15:18:13 +00:00

324 B

core ci init

Initialize release configuration.

Usage

core ci init

Creates .core/release.yaml with default configuration.

Example Output

version: 1

project:
  name: myapp

publishers:
  - type: github

See configuration.md for full configuration options.