sf-plugin-permission-sets 0.0.0-dev → 0.0.0-dev.3

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.
@@ -1,4 +1,62 @@
1
1
  {
2
- "commands": {},
3
- "version": "0.0.0-dev"
2
+ "commands": {
3
+ "hello:world": {
4
+ "aliases": [],
5
+ "args": {},
6
+ "description": "Say hello either to the world or someone you know.",
7
+ "examples": [
8
+ "Say hello to the world:\n<%= config.bin %> <%= command.id %>",
9
+ "Say hello to someone you know:\n<%= config.bin %> <%= command.id %> --name Astro"
10
+ ],
11
+ "flags": {
12
+ "json": {
13
+ "description": "Format output as json.",
14
+ "helpGroup": "GLOBAL",
15
+ "name": "json",
16
+ "allowNo": false,
17
+ "type": "boolean"
18
+ },
19
+ "flags-dir": {
20
+ "helpGroup": "GLOBAL",
21
+ "name": "flags-dir",
22
+ "summary": "Import flag values from a directory.",
23
+ "hasDynamicHelp": false,
24
+ "multiple": false,
25
+ "type": "option"
26
+ },
27
+ "name": {
28
+ "char": "n",
29
+ "description": "This person can be anyone in the world!",
30
+ "name": "name",
31
+ "summary": "The name of the person you'd like to say hello to.",
32
+ "default": "World",
33
+ "hasDynamicHelp": false,
34
+ "multiple": false,
35
+ "type": "option"
36
+ }
37
+ },
38
+ "hasDynamicHelp": false,
39
+ "hiddenAliases": [],
40
+ "id": "hello:world",
41
+ "pluginAlias": "sf-plugin-permission-sets",
42
+ "pluginName": "sf-plugin-permission-sets",
43
+ "pluginType": "core",
44
+ "strict": true,
45
+ "summary": "Say hello.",
46
+ "enableJsonFlag": true,
47
+ "isESM": true,
48
+ "relativePath": [
49
+ "lib",
50
+ "commands",
51
+ "hello",
52
+ "world.js"
53
+ ],
54
+ "aliasPermutations": [],
55
+ "permutations": [
56
+ "hello:world",
57
+ "world:hello"
58
+ ]
59
+ }
60
+ },
61
+ "version": "0.0.0-dev.3"
4
62
  }
package/package.json CHANGED
@@ -1,7 +1,11 @@
1
1
  {
2
2
  "name": "sf-plugin-permission-sets",
3
3
  "description": "",
4
- "version": "0.0.0-dev",
4
+ "version": "0.0.0-dev.3",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/zaclummys/sf-plugin-permission-sets.git"
8
+ },
5
9
  "dependencies": {
6
10
  "@oclif/core": "^4",
7
11
  "@salesforce/core": "^8",