cli/docs/cmd/go/install/index.md
Snider dea8f59c10 docs: sync core dev and core go with CLI
Updated by technical writer agents:
- core dev: added task management, api, sync, ci commands
- core dev: fixed all flag discrepancies
- core go: added work subcommands (init, sync, use)
- core go: added missing flags (--json, --check, --open, --threshold)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 16:10:23 +00:00

467 B

core go install

Install Go binary with auto-detection.

Usage

core go install [path] [flags]

Flags

Flag Description
--no-cgo Disable CGO
-v Verbose

Examples

core go install                 # Install current module
core go install ./cmd/core      # Install specific path
core go install --no-cgo        # Pure Go (no C dependencies)
core go install -v              # Verbose output