@oclif/plugin-plugins
Advanced tools
Comparing version 5.2.2 to 5.2.3
@@ -12,3 +12,3 @@ /* eslint-disable no-await-in-loop */ | ||
}; | ||
static description = `Uses bundled npm executable to install plugins into <%= config.dataDir %> | ||
static description = `Uses npm to install plugins. | ||
@@ -15,0 +15,0 @@ Installation of a user-installed plugin will override a core plugin. |
@@ -114,3 +114,3 @@ { | ||
}, | ||
"description": "Uses bundled npm executable to install plugins into <%= config.dataDir %>\n\nInstallation of a user-installed plugin will override a core plugin.\n\nUse the <%= config.scopedEnvVarKey('NPM_LOG_LEVEL') %> environment variable to set the npm loglevel.\nUse the <%= config.scopedEnvVarKey('NPM_REGISTRY') %> environment variable to set the npm registry.", | ||
"description": "Uses npm to install plugins.\n\nInstallation of a user-installed plugin will override a core plugin.\n\nUse the <%= config.scopedEnvVarKey('NPM_LOG_LEVEL') %> environment variable to set the npm loglevel.\nUse the <%= config.scopedEnvVarKey('NPM_REGISTRY') %> environment variable to set the npm registry.", | ||
"examples": [ | ||
@@ -396,3 +396,3 @@ { | ||
}, | ||
"version": "5.2.2" | ||
"version": "5.2.3" | ||
} |
{ | ||
"name": "@oclif/plugin-plugins", | ||
"description": "plugins plugin for oclif", | ||
"version": "5.2.2", | ||
"version": "5.2.3", | ||
"author": "Salesforce", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/oclif/plugin-plugins/issues", |
@@ -121,3 +121,3 @@ # @oclif/plugin-plugins | ||
_See code: [src/commands/plugins/index.ts](https://github.com/oclif/plugin-plugins/blob/v5.2.2/src/commands/plugins/index.ts)_ | ||
_See code: [src/commands/plugins/index.ts](https://github.com/oclif/plugin-plugins/blob/v5.2.3/src/commands/plugins/index.ts)_ | ||
@@ -147,3 +147,3 @@ ## `mycli plugins add PLUGIN` | ||
Uses bundled npm executable to install plugins into /home/runner/.local/share/@oclif/plugin-plugins | ||
Uses npm to install plugins. | ||
@@ -197,3 +197,3 @@ Installation of a user-installed plugin will override a core plugin. | ||
_See code: [src/commands/plugins/inspect.ts](https://github.com/oclif/plugin-plugins/blob/v5.2.2/src/commands/plugins/inspect.ts)_ | ||
_See code: [src/commands/plugins/inspect.ts](https://github.com/oclif/plugin-plugins/blob/v5.2.3/src/commands/plugins/inspect.ts)_ | ||
@@ -223,3 +223,3 @@ ## `mycli plugins install PLUGIN` | ||
Uses bundled npm executable to install plugins into /home/runner/.local/share/@oclif/plugin-plugins | ||
Uses npm to install plugins. | ||
@@ -248,3 +248,3 @@ Installation of a user-installed plugin will override a core plugin. | ||
_See code: [src/commands/plugins/install.ts](https://github.com/oclif/plugin-plugins/blob/v5.2.2/src/commands/plugins/install.ts)_ | ||
_See code: [src/commands/plugins/install.ts](https://github.com/oclif/plugin-plugins/blob/v5.2.3/src/commands/plugins/install.ts)_ | ||
@@ -279,3 +279,3 @@ ## `mycli plugins link PATH` | ||
_See code: [src/commands/plugins/link.ts](https://github.com/oclif/plugin-plugins/blob/v5.2.2/src/commands/plugins/link.ts)_ | ||
_See code: [src/commands/plugins/link.ts](https://github.com/oclif/plugin-plugins/blob/v5.2.3/src/commands/plugins/link.ts)_ | ||
@@ -321,3 +321,3 @@ ## `mycli plugins remove [PLUGIN]` | ||
_See code: [src/commands/plugins/reset.ts](https://github.com/oclif/plugin-plugins/blob/v5.2.2/src/commands/plugins/reset.ts)_ | ||
_See code: [src/commands/plugins/reset.ts](https://github.com/oclif/plugin-plugins/blob/v5.2.3/src/commands/plugins/reset.ts)_ | ||
@@ -350,3 +350,3 @@ ## `mycli plugins uninstall [PLUGIN]` | ||
_See code: [src/commands/plugins/uninstall.ts](https://github.com/oclif/plugin-plugins/blob/v5.2.2/src/commands/plugins/uninstall.ts)_ | ||
_See code: [src/commands/plugins/uninstall.ts](https://github.com/oclif/plugin-plugins/blob/v5.2.3/src/commands/plugins/uninstall.ts)_ | ||
@@ -395,3 +395,3 @@ ## `mycli plugins unlink [PLUGIN]` | ||
_See code: [src/commands/plugins/update.ts](https://github.com/oclif/plugin-plugins/blob/v5.2.2/src/commands/plugins/update.ts)_ | ||
_See code: [src/commands/plugins/update.ts](https://github.com/oclif/plugin-plugins/blob/v5.2.3/src/commands/plugins/update.ts)_ | ||
<!-- commandsstop --> | ||
@@ -398,0 +398,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
86072