@oclif/plugin-test-core-v3 0.1.3 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -20,7 +20,7 @@ $ npm install -g @oclif/plugin-test-core-v3
20
20
  $ corev3 COMMAND
21
21
  running command...
22
22
  $ corev3 (--version)
23
- @oclif/plugin-test-core-v3/0.1.3 linux-x64 node-v20.13.1
23
+ @oclif/plugin-test-core-v3/0.1.5 linux-x64 node-v20.14.0
24
24
  $ corev3 --help [COMMAND]
25
25
  USAGE
26
26
  $ corev3 COMMAND
@@ -60,7 +60,7 @@ GLOBAL FLAGS
60
60
  --json Format output as json.
61
61
  ```
62
62
 
63
- _See code: [src/commands/core-v3.ts](https://github.com/oclif/plugin-test-core-v3/blob/v0.1.3/src/commands/core-v3.ts)_
63
+ _See code: [src/commands/core-v3.ts](https://github.com/oclif/plugin-test-core-v3/blob/v0.1.5/src/commands/core-v3.ts)_
64
64
 
65
65
  ## `corev3 hello PERSON`
66
66
 
@@ -84,7 +84,7 @@ EXAMPLES
84
84
  hello friend from oclif! (./src/commands/hello/index.ts)
85
85
  ```
86
86
 
87
- _See code: [src/commands/hello/index.ts](https://github.com/oclif/plugin-test-core-v3/blob/v0.1.3/src/commands/hello/index.ts)_
87
+ _See code: [src/commands/hello/index.ts](https://github.com/oclif/plugin-test-core-v3/blob/v0.1.5/src/commands/hello/index.ts)_
88
88
 
89
89
  ## `corev3 hello world`
90
90
 
@@ -102,7 +102,7 @@ EXAMPLES
102
102
  hello world! (./src/commands/hello/world.ts)
103
103
  ```
104
104
 
105
- _See code: [src/commands/hello/world.ts](https://github.com/oclif/plugin-test-core-v3/blob/v0.1.3/src/commands/hello/world.ts)_
105
+ _See code: [src/commands/hello/world.ts](https://github.com/oclif/plugin-test-core-v3/blob/v0.1.5/src/commands/hello/world.ts)_
106
106
 
107
107
  ## `corev3 help [COMMAND]`
108
108
 
@@ -145,7 +145,7 @@ EXAMPLES
145
145
  $ corev3 plugins
146
146
  ```
147
147
 
148
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.1/src/commands/plugins/index.ts)_
148
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.4/src/commands/plugins/index.ts)_
149
149
 
150
150
  ## `corev3 plugins add PLUGIN`
151
151
 
@@ -170,7 +170,7 @@ GLOBAL FLAGS
170
170
  DESCRIPTION
171
171
  Installs a plugin into corev3.
172
172
 
173
- Uses bundled npm executable to install plugins into /home/runner/.local/share/corev3
173
+ Uses npm to install plugins.
174
174
 
175
175
  Installation of a user-installed plugin will override a core plugin.
176
176
 
@@ -219,7 +219,7 @@ EXAMPLES
219
219
  $ corev3 plugins inspect myplugin
220
220
  ```
221
221
 
222
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.1/src/commands/plugins/inspect.ts)_
222
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.4/src/commands/plugins/inspect.ts)_
223
223
 
224
224
  ## `corev3 plugins install PLUGIN`
225
225
 
@@ -244,7 +244,7 @@ GLOBAL FLAGS
244
244
  DESCRIPTION
245
245
  Installs a plugin into corev3.
246
246
 
247
- Uses bundled npm executable to install plugins into /home/runner/.local/share/corev3
247
+ Uses npm to install plugins.
248
248
 
249
249
  Installation of a user-installed plugin will override a core plugin.
250
250
 
@@ -268,7 +268,7 @@ EXAMPLES
268
268
  $ corev3 plugins install someuser/someplugin
269
269
  ```
270
270
 
271
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.1/src/commands/plugins/install.ts)_
271
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.4/src/commands/plugins/install.ts)_
272
272
 
273
273
  ## `corev3 plugins link PATH`
274
274
 
@@ -298,7 +298,7 @@ EXAMPLES
298
298
  $ corev3 plugins link myplugin
299
299
  ```
300
300
 
301
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.1/src/commands/plugins/link.ts)_
301
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.4/src/commands/plugins/link.ts)_
302
302
 
303
303
  ## `corev3 plugins remove [PLUGIN]`
304
304
 
@@ -339,7 +339,7 @@ FLAGS
339
339
  --reinstall Reinstall all plugins after uninstalling.
340
340
  ```
341
341
 
342
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.1/src/commands/plugins/reset.ts)_
342
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.4/src/commands/plugins/reset.ts)_
343
343
 
344
344
  ## `corev3 plugins uninstall [PLUGIN]`
345
345
 
@@ -367,7 +367,7 @@ EXAMPLES
367
367
  $ corev3 plugins uninstall myplugin
368
368
  ```
369
369
 
370
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.1/src/commands/plugins/uninstall.ts)_
370
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.4/src/commands/plugins/uninstall.ts)_
371
371
 
372
372
  ## `corev3 plugins unlink [PLUGIN]`
373
373
 
@@ -411,5 +411,5 @@ DESCRIPTION
411
411
  Update installed plugins.
412
412
  ```
413
413
 
414
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.1/src/commands/plugins/update.ts)_
414
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.4/src/commands/plugins/update.ts)_
415
415
  <!-- commandsstop -->
@@ -124,5 +124,5 @@
124
124
  ]
125
125
  }
126
126
  },
127
- "version": "0.1.3"
127
+ "version": "0.1.5"
128
128
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@oclif/plugin-test-core-v3",
3
3
  "description": "Test plugin that uses @oclif/core v3",
4
- "version": "0.1.3",
4
+ "version": "0.1.5",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "corev3": "./bin/run.js"
@@ -47,6 +47,9 @@
47
47
  "bin": "corev3",
48
48
  "dirname": "corev3",
49
49
  "commands": "./dist/commands",
50
+ "hooks": {
51
+ "init": "./dist/hooks/init/init.js"
52
+ },
50
53
  "plugins": [
51
54
  "@oclif/plugin-help",
52
55
  "@oclif/plugin-plugins"