File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,13 +65,6 @@ GitHub のショートハンド(`user/repo`)形式で指定できます。
6565devbase plugin repo list
6666```
6767
68- 主な追加候補レジストリ:
69-
70- | レジストリ | 用途 |
71- | -----------| ------|
72- | ` takemi-ohama/devbase-ext ` | 個人プロジェクト向けプラグインマーケット(private) |
73- | ` volareinc/devbase-ext ` | volareinc 社内プロジェクト向けプラグインマーケット(private) |
74-
7568詳細・追加方法は [ プラグインレジストリ] ( plugin-registries.md ) を参照してください。
7669
7770### 5. プラグインのインストール
Original file line number Diff line number Diff line change @@ -25,27 +25,7 @@ devbase v2.2.0 以降、「公式レジストリ」固定の概念は廃止さ
2525
2626## プラグインマーケット(追加登録向け)
2727
28- ` devbasex/devbase ` のプラグインマーケットとして利用できる公開・非公開レジストリです。アクセス権を持つユーザーは ` devbase plugin repo add ` で追加してください。
29-
30- ### takemi-ohama/devbase-ext
31-
32- - URL: < https://github.com/takemi-ohama/devbase-ext >
33- - Visibility: private
34- - 役割: 個人プロジェクト向けプラグインを収録。
35- - 追加方法:
36- ``` bash
37- devbase plugin repo add takemi-ohama/devbase-ext
38- ```
39-
40- ### volareinc/devbase-ext
41-
42- - URL: < https://github.com/volareinc/devbase-ext >
43- - Visibility: private
44- - 役割: volareinc 社内プロジェクト向けプラグインを収録(carmo 系プロジェクト等)。
45- - 追加方法:
46- ``` bash
47- devbase plugin repo add volareinc/devbase-ext
48- ```
28+ 組織内・個人で運用する private レジストリも、アクセス権があれば ` devbase plugin repo add <user>/<repo> ` で追加できます。
4929
5030> private リポジトリにアクセスするには、Git の認証(HTTPS のクレデンシャル、または SSH 鍵)が事前に設定されている必要があります。
5131
You can’t perform that action at this time.
0 commit comments