You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
codeintel: add an --associated-index-id flag for autoindexer usage (#430)
* accept and pass associated-index-id flag
* bump codeintelutils version
* bump codeintelutils version again
* mark 'upload-route' flag "for internal use only"
flags.noProgress=flagSet.Bool("no-progress", false, `Do not display a progress bar.`)
70
71
flags.maxPayloadSizeMb=flagSet.Int("max-payload-size", 100, `The maximum upload size (in megabytes). Indexes exceeding this limit will be uploaded over multiple HTTP requests.`)
71
72
flags.ignoreUploadFailures=flagSet.Bool("ignore-upload-failure", false, `Exit with status code zero on upload failure.`)
72
-
flags.uploadRoute=flagSet.String("upload-route", "/.api/lsif/upload", "The path of the upload route.")
73
+
flags.uploadRoute=flagSet.String("upload-route", "/.api/lsif/upload", "The path of the upload route. For internal use only.")
73
74
flags.rawVerbosity=flagSet.Int("trace", 0, "-trace=0 shows no logs; -trace=1 shows requests and response metadata; -trace=2 shows headers, -trace=3 shows response body")
75
+
flags.associatedIndexID=flagSet.Int("associated-index-id", -1, "ID of the associated index record for this upload. For internal use only.")
0 commit comments