sourcegraph/Sourcegraph Go SCIP Indexer

Generate SCIP data from Go source code

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
recursiveRecursively scan for go.mod files, indexing each identified project independentlytrue
go-mod-pathOverrides the module path inferred from go.modno
go-mod-rootSpecifies the directory containing the go.mod fileno
go-mod-versionSpecifies the version of the module defined by go-mod-rootno
outputOutput file path for the SCIP indexindex.scip
project-rootSpecifies the directory to index.
quietDo not output to stdout or stderrfalse
repository-remoteSpecifies the canonical name of the repository remoteno
scip-go-versionVersion of scip-go to use (e.g., "v0.2.1", "latest")latest
skip-implementationsSkip generating implementationsfalse
skip-testsSkip compiling tests. Will not generate SCIP indexes over tests.false
verboseVerbosity level (0=default, 1=verbose, 2=very verbose, 3=very very verbose)0
github-tokenGitHub access token with 'public_repo' scope for repository verification when lsif.enforceAuth is enabledno
sourcegraph-tokenSourcegraph access token for uploading indexesno
sourcegraph-urlURL of the Sourcegraph instance (e.g., https://sourcegraph.com)no
src-cli-versionVersion of src-cli to use for uploads (e.g., "6.12.0", "latest")latest
uploadUpload the index to a Sourcegraph instancefalse
namedescription
index-pathPath to the generated SCIP index file(s), comma-separated when recursive