
# Sourcegraph CLI

<p className="subtitle">
	Interact with Sourcegraph from the command line interface.
</p>

`src` is a command line interface to Sourcegraph that allows you to <a href="/code-search">search code</a> from your terminal, <a href="/batch-changes">create and apply batch changes</a>, and <a href="/admin">manage and administrate repositories, users, and more</a>.

## Quick Links

<QuickLinks>
	<QuickLink
		title="Sourcegraph src CLI"
		icon="lightbulb"
		href="./cli/quickstart"
		description="A quickstart tutorial to learn about the src CLI in minutes."
	/>
	<QuickLink
		title="Command reference"
		icon="theming"
		href="./cli/references"
		description="Check the commands available in the src CLI and their flags."
	/>
	<QuickLink
		title="Create a batch change"
		icon="presets"
		href="/batch-changes/quickstart"
		description="src is the gateway to Sourcegraph's batch change functionality: find out how to create a batch change with it in less than 10 minutes."
	/>
</QuickLinks>
