Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
Merged
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
4 changes: 3 additions & 1 deletion doc/admin/extensions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ If you want to create extensions that are only visible to users on your Sourcegr
To publish an extension to your instance's private extension registry:

1. Configure your [Sourcegraph CLI (`src`)](https://github.com/sourcegraph/src-cli) with the URL and an access token for your Sourcegraph instance.
1. Run `src extensions publish` in the extension directory.
1. Depending on whether or not the extension already exists on Sourcegraph.com:
- If the extension already exists on Sourcegraph.com, you can copy it to your private extension registry with `src extensions copy -extension-id=... -current-user=...`
- If this is a new extension, run `src extensions publish` in the extension directory.

On Sourcegraph Core, the only way to publish extensions is to publish them to the [Sourcegraph.com extension registry](https://sourcegraph.com/extensions), where anyone on the web can view them.

Expand Down