@marsson/ciutils 0.0.4 → 0.0.6

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,5 +1,86 @@
1
1
  {
2
2
  "commands": {
3
+ "remove:assignments": {
4
+ "aliases": [],
5
+ "args": {},
6
+ "description": "More information about a command. Don't repeat the summary.",
7
+ "examples": [
8
+ "<%= config.bin %> <%= command.id %>"
9
+ ],
10
+ "flags": {
11
+ "json": {
12
+ "description": "Format output as json.",
13
+ "helpGroup": "GLOBAL",
14
+ "name": "json",
15
+ "allowNo": false,
16
+ "type": "boolean"
17
+ },
18
+ "name": {
19
+ "char": "n",
20
+ "description": "More information about a flag. Don't repeat the summary.",
21
+ "name": "name",
22
+ "required": false,
23
+ "summary": "Description of a flag.",
24
+ "hasDynamicHelp": false,
25
+ "multiple": false,
26
+ "type": "option"
27
+ },
28
+ "object": {
29
+ "char": "b",
30
+ "name": "object",
31
+ "required": true,
32
+ "summary": "The object for which the assignment will be removed.",
33
+ "hasDynamicHelp": false,
34
+ "multiple": true,
35
+ "options": [
36
+ "PermissionSet",
37
+ "PermissionSetGroup",
38
+ "Group"
39
+ ],
40
+ "type": "option"
41
+ },
42
+ "usernames": {
43
+ "char": "u",
44
+ "name": "usernames",
45
+ "required": true,
46
+ "summary": "The list of usernames to be unassigned from the selected object. If in a sandbox, the script will look for \"usename\" and \"username\".sandbox for unassignment.",
47
+ "hasDynamicHelp": false,
48
+ "multiple": true,
49
+ "type": "option"
50
+ },
51
+ "target-org": {
52
+ "char": "o",
53
+ "name": "target-org",
54
+ "noCacheDefault": true,
55
+ "required": true,
56
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
57
+ "hasDynamicHelp": true,
58
+ "multiple": false,
59
+ "type": "option"
60
+ }
61
+ },
62
+ "hasDynamicHelp": true,
63
+ "hiddenAliases": [],
64
+ "id": "remove:assignments",
65
+ "pluginAlias": "@marsson/ciutils",
66
+ "pluginName": "@marsson/ciutils",
67
+ "pluginType": "core",
68
+ "strict": true,
69
+ "summary": "Summary of a command.",
70
+ "enableJsonFlag": true,
71
+ "isESM": true,
72
+ "relativePath": [
73
+ "lib",
74
+ "commands",
75
+ "remove",
76
+ "assignments.js"
77
+ ],
78
+ "aliasPermutations": [],
79
+ "permutations": [
80
+ "remove:assignments",
81
+ "assignments:remove"
82
+ ]
83
+ },
3
84
  "reporton:deployment": {
4
85
  "aliases": [],
5
86
  "args": {},
@@ -65,5 +146,5 @@
65
146
  ]
66
147
  }
67
148
  },
68
- "version": "0.0.4"
149
+ "version": "0.0.6"
69
150
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@marsson/ciutils",
3
3
  "description": " Utilities for enabling continuous integration for Salesforce development under SF CLI",
4
- "version": "0.0.4",
4
+ "version": "0.0.6",
5
5
  "dependencies": {
6
6
  "@oclif/core": "^3.18.1",
7
7
  "@salesforce/core": "^6.4.7",
@@ -10,6 +10,7 @@
10
10
  "@salesforce/ts-sinon": "^1.4.19",
11
11
  "cli-progress": "^3.12.0",
12
12
  "cli-table3": "^0.6.3",
13
+ "husky": "^9.0.11",
13
14
  "jsforce": "2.0.0-beta.29",
14
15
  "moment": "^2.30.1",
15
16
  "sinon": "^17.0.1"
@@ -57,6 +58,9 @@
57
58
  },
58
59
  "reporton": {
59
60
  "description": "description for reporton"
61
+ },
62
+ "remove": {
63
+ "description": "description for remove"
60
64
  }
61
65
  },
62
66
  "flexibleTaxonomy": true