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
<pclassName="subtitle">Interact with Sourcegraph from the command line</p>
3
+
<pclassName="subtitle">Interact with Sourcegraph and Cody from the command line interface.</p>
4
4
5
5
`src` is a command line interface to Sourcegraph that allows you to <ahref="/code-search">search code</a> from your terminal, <ahref="/batch-changes">create and apply batch changes</a>, and <ahref="/admin">manage and administrate repositories, users, and more</a>.
6
6
7
-
## Getting Started
7
+
[Cody CLI](/cody/clients/install-cli) is the same technology that powers the Cody IDE plugins but available from the command-line. Use Cody CLI for ad-hoc exploration in your terminal or as part of scripts to automate your workflows.
8
+
9
+
## Quick Links
8
10
9
11
<QuickLinks>
10
-
<QuickLinktitle="Quickstart"icon='lightbulb'href="./cli/quickstart"description="Learn about src in minutes." />
11
-
<QuickLinktitle="Command reference"icon='installation'href="./cli/references"description="Check the commands available in src and their flags." />
12
+
<QuickLinktitle="Sourcegraph src CLI"icon='lightbulb'href="./cli/quickstart"description="A quickstart tutorial to learn about the src CLI in minutes." />
13
+
<QuickLinktitle="Cody CLI"icon='installation'href="/cody/clients/install-cli"description="Learn how to use Cody with the command line interface ecosystem." />
14
+
<QuickLinktitle="Command reference"icon='theming'href="./cli/references"description="Check the commands available in the src CLI and their flags." />
12
15
<QuickLinktitle="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." />
0 commit comments