go/docs/cmd/ci/version/example.md
Snider 8601e5b355 docs: add example.md files for all CLI commands
Each command directory now has both index.md (reference) and
example.md (usage examples and configuration samples).

Also adds exception for docs/cmd/build in .gitignore.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 14:58:54 +00:00

207 B

CI Version Examples

core ci version

Output

v1.2.0

Version Resolution

  1. --version flag (if provided)
  2. Git tag on HEAD
  3. Latest git tag + increment
  4. v0.0.1 (no tags)