From c715f954cb85cdde55e3d52f7d9c39ee53aed0ef Mon Sep 17 00:00:00 2001 From: Michael Malave Date: Wed, 4 Mar 2026 13:49:43 -0800 Subject: [PATCH] =?UTF-8?q?adding=20repositoryPrefix=20so=20CLI=20command?= =?UTF-8?q?=20doc=20links=20point=20to=20this=20plugin=E2=80=99s=20repo=20?= =?UTF-8?q?and=20fix=20broken=20DevCenter=20links?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index acfb29ad..4eded579 100644 --- a/package.json +++ b/package.json @@ -61,6 +61,7 @@ ], "license": "MIT", "oclif": { + "repositoryPrefix": "<%- repo %>/blob/<%- version %>/<%- commandPath %>", "commands": "./lib/commands", "hooks": { "update": "./lib/hooks/update.js"