Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ All notable changes to `src-cli` are documented in this file.

### Added

- Added `login` text to command text menu and ordered alphabetically [#713](https://github.com/sourcegraph/src-cli/pull/713)

### Changed

### Fixed
Expand Down
13 changes: 7 additions & 6 deletions cmd/src/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,18 @@ The options are:

The commands are:

search search for results on Sourcegraph
api interacts with the Sourcegraph GraphQL API
repos,repo manages repositories
users,user manages users
orgs,org manages organizations
batch manages batch changes
config manages global, org, and user settings
extsvc manages external services
extensions,ext manages extensions (experimental)
batch manages batch changes
extsvc manages external services
login authenticate to a Sourcegraph instance with your user credentials
lsif manages LSIF data
orgs,org manages organizations
repos,repo manages repositories
search search for results on Sourcegraph
serve-git serves your local git repositories over HTTP for Sourcegraph to pull
users,user manages users
version display and compare the src-cli version against the recommended version for your instance

Use "src [command] -h" for more information about a command.
Expand Down