sf-plugin-permission-sets 0.0.0-dev.3 → 0.0.0-dev.30
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 +132 -85
- package/lib/adapters/connection-org-client.d.ts +17 -0
- package/lib/adapters/connection-org-client.d.ts.map +1 -0
- package/lib/adapters/connection-org-client.js +248 -0
- package/lib/adapters/connection-org-client.js.map +1 -0
- package/lib/commands/ps/apply.d.ts +28 -0
- package/lib/commands/ps/apply.d.ts.map +1 -0
- package/lib/commands/ps/apply.js +125 -0
- package/lib/commands/ps/apply.js.map +1 -0
- package/lib/commands/ps/check.d.ts +19 -0
- package/lib/commands/ps/check.d.ts.map +1 -0
- package/lib/commands/ps/check.js +46 -0
- package/lib/commands/ps/check.js.map +1 -0
- package/lib/commands/ps/export.d.ts +18 -0
- package/lib/commands/ps/export.d.ts.map +1 -0
- package/lib/commands/ps/export.js +29 -0
- package/lib/commands/ps/export.js.map +1 -0
- package/lib/commands/ps/plan.d.ts +23 -0
- package/lib/commands/ps/plan.d.ts.map +1 -0
- package/lib/commands/ps/plan.js +78 -0
- package/lib/commands/ps/plan.js.map +1 -0
- package/lib/commands/ps/validate.d.ts +20 -0
- package/lib/commands/ps/validate.d.ts.map +1 -0
- package/lib/commands/ps/validate.js +48 -0
- package/lib/commands/ps/validate.js.map +1 -0
- package/lib/core/diff.d.ts +10 -0
- package/lib/core/diff.d.ts.map +1 -0
- package/lib/core/diff.js +53 -0
- package/lib/core/diff.js.map +1 -0
- package/lib/core/finding.d.ts +40 -0
- package/lib/core/finding.d.ts.map +1 -0
- package/lib/core/finding.js +68 -0
- package/lib/core/finding.js.map +1 -0
- package/lib/core/load.d.ts +4 -0
- package/lib/core/load.d.ts.map +1 -0
- package/lib/core/load.js +53 -0
- package/lib/core/load.js.map +1 -0
- package/lib/core/model.d.ts +69 -0
- package/lib/core/model.d.ts.map +1 -0
- package/lib/core/model.js +2 -0
- package/lib/core/model.js.map +1 -0
- package/lib/core/normalize.d.ts +15 -0
- package/lib/core/normalize.d.ts.map +1 -0
- package/lib/core/normalize.js +62 -0
- package/lib/core/normalize.js.map +1 -0
- package/lib/core/parse.d.ts +10 -0
- package/lib/core/parse.d.ts.map +1 -0
- package/lib/core/parse.js +20 -0
- package/lib/core/parse.js.map +1 -0
- package/lib/core/report.d.ts +8 -0
- package/lib/core/report.d.ts.map +1 -0
- package/lib/core/report.js +62 -0
- package/lib/core/report.js.map +1 -0
- package/lib/core/resolve.d.ts +20 -0
- package/lib/core/resolve.d.ts.map +1 -0
- package/lib/core/resolve.js +88 -0
- package/lib/core/resolve.js.map +1 -0
- package/lib/core/schema.d.ts +33 -0
- package/lib/core/schema.d.ts.map +1 -0
- package/lib/core/schema.js +35 -0
- package/lib/core/schema.js.map +1 -0
- package/lib/core/serialize.d.ts +9 -0
- package/lib/core/serialize.d.ts.map +1 -0
- package/lib/core/serialize.js +34 -0
- package/lib/core/serialize.js.map +1 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/services/adapters/org-client.d.ts +22 -0
- package/lib/services/adapters/org-client.d.ts.map +1 -0
- package/lib/services/adapters/org-client.js +2 -0
- package/lib/services/adapters/org-client.js.map +1 -0
- package/lib/services/apply.d.ts +40 -0
- package/lib/services/apply.d.ts.map +1 -0
- package/lib/services/apply.js +94 -0
- package/lib/services/apply.js.map +1 -0
- package/lib/services/check.d.ts +18 -0
- package/lib/services/check.d.ts.map +1 -0
- package/lib/services/check.js +25 -0
- package/lib/services/check.js.map +1 -0
- package/lib/services/export.d.ts +14 -0
- package/lib/services/export.d.ts.map +1 -0
- package/lib/services/export.js +25 -0
- package/lib/services/export.js.map +1 -0
- package/lib/services/plan.d.ts +35 -0
- package/lib/services/plan.d.ts.map +1 -0
- package/lib/services/plan.js +47 -0
- package/lib/services/plan.js.map +1 -0
- package/lib/services/resolution.d.ts +17 -0
- package/lib/services/resolution.d.ts.map +1 -0
- package/lib/services/resolution.js +36 -0
- package/lib/services/resolution.js.map +1 -0
- package/lib/services/validate.d.ts +21 -0
- package/lib/services/validate.d.ts.map +1 -0
- package/lib/services/validate.js +43 -0
- package/lib/services/validate.js.map +1 -0
- package/messages/ps.apply.md +81 -0
- package/messages/ps.check.md +33 -0
- package/messages/ps.export.md +25 -0
- package/messages/ps.plan.md +45 -0
- package/messages/ps.validate.md +29 -0
- package/package.json +116 -181
- package/lib/commands/hello/world.d.ts +0 -14
- package/lib/commands/hello/world.js +0 -27
- package/lib/commands/hello/world.js.map +0 -1
- package/messages/hello.world.md +0 -29
- package/oclif.lock +0 -7618
- package/oclif.manifest.json +0 -62
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
# summary
|
|
2
|
+
|
|
3
|
+
Reconcile a target org to match the permission set assignment files.
|
|
4
|
+
|
|
5
|
+
# description
|
|
6
|
+
|
|
7
|
+
Load the files, resolve every user and target against the org, diff the desired state against what the org currently has, then add, update expirations, and/or remove assignments per the mode. Additions, expiration updates, and removals run through the sObject Collections API with partial success, so one bad record does not roll back the rest. Deletions are capped by --max-deletes and confirmed before they run. Run validate and a --dry-run first.
|
|
8
|
+
|
|
9
|
+
# flags.file.summary
|
|
10
|
+
|
|
11
|
+
YAML file or glob to apply. Repeatable.
|
|
12
|
+
|
|
13
|
+
# flags.mode.summary
|
|
14
|
+
|
|
15
|
+
Which half of the reconcile to run: additive adds missing assignments and updates expirations, destructive removes only, sync does both.
|
|
16
|
+
|
|
17
|
+
# flags.max-deletes.summary
|
|
18
|
+
|
|
19
|
+
Abort before any change if the run would remove more than this many assignments.
|
|
20
|
+
|
|
21
|
+
# flags.dry-run.summary
|
|
22
|
+
|
|
23
|
+
Resolve and diff, print the plan, and change nothing.
|
|
24
|
+
|
|
25
|
+
# flags.no-prompt.summary
|
|
26
|
+
|
|
27
|
+
Skip the deletion confirmation prompt. Required to delete in JSON or other non-interactive runs.
|
|
28
|
+
|
|
29
|
+
# confirm.delete
|
|
30
|
+
|
|
31
|
+
This will remove %s assignment(s) from the org. Continue?
|
|
32
|
+
|
|
33
|
+
# summary.dryRun
|
|
34
|
+
|
|
35
|
+
Dry run: %s to add, %s to update, %s to remove. Nothing was changed.
|
|
36
|
+
|
|
37
|
+
# summary.applied
|
|
38
|
+
|
|
39
|
+
Applied: %s added, %s updated, %s removed.
|
|
40
|
+
|
|
41
|
+
# summary.declined
|
|
42
|
+
|
|
43
|
+
Aborted at the confirmation prompt. Nothing was changed.
|
|
44
|
+
|
|
45
|
+
# drift.note
|
|
46
|
+
|
|
47
|
+
%s change(s) the %s mode does not act on were skipped (drift). Run plan to see them.
|
|
48
|
+
|
|
49
|
+
# failure.line
|
|
50
|
+
|
|
51
|
+
failed to %s %s on %s: %s
|
|
52
|
+
|
|
53
|
+
# error.invalid
|
|
54
|
+
|
|
55
|
+
The files do not resolve cleanly against the org. Fix the errors above, then re-run.
|
|
56
|
+
|
|
57
|
+
# error.maxDeletes
|
|
58
|
+
|
|
59
|
+
Refusing to remove %s assignment(s): over the --max-deletes limit of %s. Raise the limit or narrow the change.
|
|
60
|
+
|
|
61
|
+
# error.promptInJson
|
|
62
|
+
|
|
63
|
+
Refusing to delete without confirmation in a non-interactive run. Re-run with --no-prompt.
|
|
64
|
+
|
|
65
|
+
# error.failed
|
|
66
|
+
|
|
67
|
+
Some changes failed. See the per-record errors above.
|
|
68
|
+
|
|
69
|
+
# examples
|
|
70
|
+
|
|
71
|
+
- Preview a full reconcile of the dev org without changing anything:
|
|
72
|
+
|
|
73
|
+
<%= config.bin %> <%= command.id %> --file "permissions/*.yml" --target-org dev --mode sync --dry-run
|
|
74
|
+
|
|
75
|
+
- Grant any missing assignments (additive, the default):
|
|
76
|
+
|
|
77
|
+
<%= config.bin %> <%= command.id %> --file "permissions/*.yml" --target-org dev
|
|
78
|
+
|
|
79
|
+
- Full reconcile of production in CI, without prompts:
|
|
80
|
+
|
|
81
|
+
<%= config.bin %> <%= command.id %> --file "permissions/*.yml" --target-org prod --mode sync --no-prompt
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# summary
|
|
2
|
+
|
|
3
|
+
Statically check permission set assignment files, with no org connection.
|
|
4
|
+
|
|
5
|
+
# description
|
|
6
|
+
|
|
7
|
+
Parse and validate the YAML files offline. Reports invalid YAML, schema violations, duplicate keys, duplicate targets, and empty entries. Run it in a pre-commit hook or in CI before validate, plan, or apply.
|
|
8
|
+
|
|
9
|
+
# flags.file.summary
|
|
10
|
+
|
|
11
|
+
YAML file or glob to check. Repeatable.
|
|
12
|
+
|
|
13
|
+
# flags.strict.summary
|
|
14
|
+
|
|
15
|
+
Treat warnings as errors.
|
|
16
|
+
|
|
17
|
+
# summary.counts
|
|
18
|
+
|
|
19
|
+
%s errors, %s warnings.
|
|
20
|
+
|
|
21
|
+
# error.failed
|
|
22
|
+
|
|
23
|
+
Check found problems. See the output above.
|
|
24
|
+
|
|
25
|
+
# examples
|
|
26
|
+
|
|
27
|
+
- Check every file under permissions:
|
|
28
|
+
|
|
29
|
+
<%= config.bin %> <%= command.id %> --file "permissions/*.yml"
|
|
30
|
+
|
|
31
|
+
- Check specific files:
|
|
32
|
+
|
|
33
|
+
<%= config.bin %> <%= command.id %> --file permissions/sales.yml --file permissions/service.yml
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# summary
|
|
2
|
+
|
|
3
|
+
Generate a YAML file from the current org's permission set assignments.
|
|
4
|
+
|
|
5
|
+
# description
|
|
6
|
+
|
|
7
|
+
Query the target org for every assignable permission set, group, and license assignment held by active users and write them to a single user-keyed YAML file. The result is valid input for check, validate, plan, and apply, so it is a read-only way to bootstrap adoption from an org's current state. Profile-owned permission sets and inactive users are skipped.
|
|
8
|
+
|
|
9
|
+
# flags.output-file.summary
|
|
10
|
+
|
|
11
|
+
Path of the YAML file to write. Created (and its parent directories) if missing, overwritten if present.
|
|
12
|
+
|
|
13
|
+
# success
|
|
14
|
+
|
|
15
|
+
Exported %s assignments across %s users to %s.
|
|
16
|
+
|
|
17
|
+
# examples
|
|
18
|
+
|
|
19
|
+
- Export the dev org's assignments to permissions.yml:
|
|
20
|
+
|
|
21
|
+
<%= config.bin %> <%= command.id %> --target-org dev --output-file permissions.yml
|
|
22
|
+
|
|
23
|
+
- Export a production org into an environment folder:
|
|
24
|
+
|
|
25
|
+
<%= config.bin %> <%= command.id %> --target-org prod --output-file permissions/prod.yml
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
# summary
|
|
2
|
+
|
|
3
|
+
Preview the changes that would reconcile a target org to the assignment files.
|
|
4
|
+
|
|
5
|
+
# description
|
|
6
|
+
|
|
7
|
+
Load the files, resolve every user and target against the org, fetch the org's current assignments, and diff the desired state against them. Read-only: it queries the org but never changes it, so it is the apply pipeline stopping before any DML. The full picture (assignments to add and would-be removes) is always shown regardless of mode, and whatever the chosen mode would not act on is surfaced as drift. Run it before apply to preview what would change.
|
|
8
|
+
|
|
9
|
+
# flags.file.summary
|
|
10
|
+
|
|
11
|
+
YAML file or glob to plan. Repeatable.
|
|
12
|
+
|
|
13
|
+
# flags.mode.summary
|
|
14
|
+
|
|
15
|
+
Which half of the reconcile to preview: additive adds and updates expirations, destructive removes only, sync does both. Adds, expiration updates, and removes are always shown either way.
|
|
16
|
+
|
|
17
|
+
# summary.counts
|
|
18
|
+
|
|
19
|
+
Plan: %s to add, %s to update, %s to remove, %s unchanged.
|
|
20
|
+
|
|
21
|
+
# summary.next
|
|
22
|
+
|
|
23
|
+
Reviewed the plan? Apply it with the same files: sf ps apply --mode %s
|
|
24
|
+
|
|
25
|
+
# drift.note
|
|
26
|
+
|
|
27
|
+
%s change(s) the %s mode does not act on were surfaced as drift.
|
|
28
|
+
|
|
29
|
+
# error.invalid
|
|
30
|
+
|
|
31
|
+
The files do not resolve cleanly against the org. Fix the errors above, then re-run.
|
|
32
|
+
|
|
33
|
+
# examples
|
|
34
|
+
|
|
35
|
+
- Preview a full reconcile of the dev org:
|
|
36
|
+
|
|
37
|
+
<%= config.bin %> <%= command.id %> --file "permissions/*.yml" --target-org dev --mode sync
|
|
38
|
+
|
|
39
|
+
- Preview only the additions the default additive run would make:
|
|
40
|
+
|
|
41
|
+
<%= config.bin %> <%= command.id %> --file "permissions/*.yml" --target-org dev
|
|
42
|
+
|
|
43
|
+
- Preview a full reconcile of production before applying it:
|
|
44
|
+
|
|
45
|
+
<%= config.bin %> <%= command.id %> --file "permissions/*.yml" --target-org prod --mode sync
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# summary
|
|
2
|
+
|
|
3
|
+
Validate permission set assignment files against a target org.
|
|
4
|
+
|
|
5
|
+
# description
|
|
6
|
+
|
|
7
|
+
Run every offline check, then resolve each referenced user, permission set, group, and license against the org. Reports users that are missing or inactive and targets that are missing or not unique. Read-only: it queries the org but never changes it. Run it before plan or apply.
|
|
8
|
+
|
|
9
|
+
# flags.file.summary
|
|
10
|
+
|
|
11
|
+
YAML file or glob to validate. Repeatable.
|
|
12
|
+
|
|
13
|
+
# summary.counts
|
|
14
|
+
|
|
15
|
+
%s errors, %s warnings.
|
|
16
|
+
|
|
17
|
+
# error.failed
|
|
18
|
+
|
|
19
|
+
Validation found problems. See the output above.
|
|
20
|
+
|
|
21
|
+
# examples
|
|
22
|
+
|
|
23
|
+
- Validate every file under permissions against the dev org:
|
|
24
|
+
|
|
25
|
+
<%= config.bin %> <%= command.id %> --file "permissions/\*.yml" --target-org dev
|
|
26
|
+
|
|
27
|
+
- Validate specific files against a named org:
|
|
28
|
+
|
|
29
|
+
<%= config.bin %> <%= command.id %> --file permissions/sales.yml --file permissions/service.yml --target-org prod
|
package/package.json
CHANGED
|
@@ -1,191 +1,126 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
"url": "git+https://github.com/zaclummys/sf-plugin-permission-sets.git"
|
|
8
|
-
},
|
|
9
|
-
"dependencies": {
|
|
10
|
-
"@oclif/core": "^4",
|
|
11
|
-
"@salesforce/core": "^8",
|
|
12
|
-
"@salesforce/sf-plugins-core": "^12"
|
|
13
|
-
},
|
|
14
|
-
"devDependencies": {
|
|
15
|
-
"@oclif/plugin-command-snapshot": "^5.1.9",
|
|
16
|
-
"@salesforce/cli-plugins-testkit": "^5.3.10",
|
|
17
|
-
"@salesforce/dev-scripts": "^10",
|
|
18
|
-
"eslint-plugin-sf-plugin": "^1.18.6",
|
|
19
|
-
"husky": "^7.0.4",
|
|
20
|
-
"oclif": "^4.14.0",
|
|
21
|
-
"ts-node": "^10.9.2",
|
|
22
|
-
"typescript": "^5.4.5"
|
|
23
|
-
},
|
|
24
|
-
"engines": {
|
|
25
|
-
"node": ">=18.0.0"
|
|
26
|
-
},
|
|
27
|
-
"files": [
|
|
28
|
-
"/lib",
|
|
29
|
-
"/messages",
|
|
30
|
-
"/oclif.manifest.json",
|
|
31
|
-
"/oclif.lock"
|
|
32
|
-
],
|
|
33
|
-
"keywords": [
|
|
34
|
-
"force",
|
|
35
|
-
"salesforce",
|
|
36
|
-
"salesforcedx",
|
|
37
|
-
"sf",
|
|
38
|
-
"sf-plugin",
|
|
39
|
-
"sfdx",
|
|
40
|
-
"sfdx-plugin"
|
|
41
|
-
],
|
|
42
|
-
"license": "BSD-3-Clause",
|
|
43
|
-
"oclif": {
|
|
44
|
-
"commands": "./lib/commands",
|
|
45
|
-
"bin": "sf",
|
|
46
|
-
"topicSeparator": " ",
|
|
47
|
-
"devPlugins": [
|
|
48
|
-
"@oclif/plugin-help"
|
|
49
|
-
],
|
|
50
|
-
"topics": {
|
|
51
|
-
"hello": {
|
|
52
|
-
"description": "Commands to say hello."
|
|
53
|
-
}
|
|
54
|
-
},
|
|
55
|
-
"flexibleTaxonomy": true
|
|
56
|
-
},
|
|
57
|
-
"scripts": {
|
|
58
|
-
"build": "wireit",
|
|
59
|
-
"clean": "sf-clean",
|
|
60
|
-
"clean-all": "sf-clean all",
|
|
61
|
-
"compile": "wireit",
|
|
62
|
-
"docs": "sf-docs",
|
|
63
|
-
"format": "wireit",
|
|
64
|
-
"link-check": "wireit",
|
|
65
|
-
"lint": "wireit",
|
|
66
|
-
"prepare": "husky install",
|
|
67
|
-
"postpack": "sf-clean --ignore-signing-artifacts",
|
|
68
|
-
"prepack": "sf-prepack",
|
|
69
|
-
"test": "wireit",
|
|
70
|
-
"test:nuts": "nyc mocha \"**/*.nut.ts\" --slow 4500 --timeout 600000 --parallel",
|
|
71
|
-
"test:only": "wireit",
|
|
72
|
-
"version": "oclif readme"
|
|
73
|
-
},
|
|
74
|
-
"publishConfig": {
|
|
75
|
-
"access": "public"
|
|
76
|
-
},
|
|
77
|
-
"wireit": {
|
|
78
|
-
"build": {
|
|
79
|
-
"dependencies": [
|
|
80
|
-
"compile",
|
|
81
|
-
"lint"
|
|
82
|
-
]
|
|
83
|
-
},
|
|
84
|
-
"compile": {
|
|
85
|
-
"command": "tsc -p . --pretty --incremental",
|
|
86
|
-
"files": [
|
|
87
|
-
"src/**/*.ts",
|
|
88
|
-
"**/tsconfig.json",
|
|
89
|
-
"messages/**"
|
|
90
|
-
],
|
|
91
|
-
"output": [
|
|
92
|
-
"lib/**",
|
|
93
|
-
"*.tsbuildinfo"
|
|
94
|
-
],
|
|
95
|
-
"clean": "if-file-deleted"
|
|
2
|
+
"name": "sf-plugin-permission-sets",
|
|
3
|
+
"description": "Declarative, GitOps-style management of permission set assignments for Salesforce orgs.",
|
|
4
|
+
"repository": {
|
|
5
|
+
"type": "git",
|
|
6
|
+
"url": "git+https://github.com/zaclummys/sf-plugin-permission-sets.git"
|
|
96
7
|
},
|
|
97
|
-
"
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
"
|
|
101
|
-
"
|
|
102
|
-
"
|
|
103
|
-
"
|
|
104
|
-
".prettier*"
|
|
105
|
-
],
|
|
106
|
-
"output": []
|
|
8
|
+
"dependencies": {
|
|
9
|
+
"@oclif/core": "^4",
|
|
10
|
+
"@salesforce/core": "^8",
|
|
11
|
+
"@salesforce/sf-plugins-core": "^12",
|
|
12
|
+
"globby": "^16.2.0",
|
|
13
|
+
"yaml": "^2.9.0",
|
|
14
|
+
"zod": "^4.4.3"
|
|
107
15
|
},
|
|
108
|
-
"
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
"
|
|
112
|
-
"
|
|
113
|
-
"
|
|
114
|
-
"
|
|
115
|
-
"
|
|
116
|
-
|
|
117
|
-
"output": []
|
|
16
|
+
"devDependencies": {
|
|
17
|
+
"@eslint/js": "^10.0.1",
|
|
18
|
+
"eslint": "^10.6.0",
|
|
19
|
+
"globals": "^17.7.0",
|
|
20
|
+
"ts-node": "^10.9.2",
|
|
21
|
+
"typescript": "^5.4.5",
|
|
22
|
+
"typescript-eslint": "^8.62.1",
|
|
23
|
+
"vitest": "^4.1.9",
|
|
24
|
+
"wireit": "^0.14.0"
|
|
118
25
|
},
|
|
119
|
-
"
|
|
120
|
-
|
|
121
|
-
"files": [
|
|
122
|
-
"test/**/*.ts",
|
|
123
|
-
"**/tsconfig.json"
|
|
124
|
-
],
|
|
125
|
-
"output": []
|
|
26
|
+
"engines": {
|
|
27
|
+
"node": ">=18.0.0"
|
|
126
28
|
},
|
|
127
|
-
"
|
|
128
|
-
|
|
129
|
-
"
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
"
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
"
|
|
141
|
-
"
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
"
|
|
146
|
-
|
|
147
|
-
|
|
29
|
+
"files": [
|
|
30
|
+
"/lib",
|
|
31
|
+
"/messages"
|
|
32
|
+
],
|
|
33
|
+
"keywords": [
|
|
34
|
+
"salesforce",
|
|
35
|
+
"sf-plugin",
|
|
36
|
+
"sfdx-plugin",
|
|
37
|
+
"permission-sets",
|
|
38
|
+
"permission-set-assignment",
|
|
39
|
+
"permission-set-group",
|
|
40
|
+
"access-management",
|
|
41
|
+
"user-provisioning",
|
|
42
|
+
"gitops",
|
|
43
|
+
"declarative"
|
|
44
|
+
],
|
|
45
|
+
"license": "BSD-3-Clause",
|
|
46
|
+
"oclif": {
|
|
47
|
+
"commands": "./lib/commands",
|
|
48
|
+
"bin": "sf",
|
|
49
|
+
"topicSeparator": " ",
|
|
50
|
+
"devPlugins": [
|
|
51
|
+
"@oclif/plugin-help"
|
|
52
|
+
],
|
|
53
|
+
"topics": {
|
|
54
|
+
"ps": {
|
|
55
|
+
"description": "Manage permission set assignments declaratively."
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
"flexibleTaxonomy": true
|
|
148
59
|
},
|
|
149
|
-
"
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
"
|
|
153
|
-
"
|
|
154
|
-
"
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
"
|
|
158
|
-
]
|
|
60
|
+
"scripts": {
|
|
61
|
+
"build": "wireit",
|
|
62
|
+
"clean": "rm -rf lib tmp *.tsbuildinfo .eslintcache .wireit",
|
|
63
|
+
"compile": "wireit",
|
|
64
|
+
"lint": "wireit",
|
|
65
|
+
"prepack": "npm run compile",
|
|
66
|
+
"test": "wireit",
|
|
67
|
+
"test:only": "wireit",
|
|
68
|
+
"version": "oclif readme"
|
|
159
69
|
},
|
|
160
|
-
"
|
|
161
|
-
|
|
162
|
-
"files": [
|
|
163
|
-
"src/**/*.ts"
|
|
164
|
-
],
|
|
165
|
-
"output": [],
|
|
166
|
-
"dependencies": [
|
|
167
|
-
"compile"
|
|
168
|
-
]
|
|
70
|
+
"publishConfig": {
|
|
71
|
+
"access": "public"
|
|
169
72
|
},
|
|
170
|
-
"
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
73
|
+
"wireit": {
|
|
74
|
+
"build": {
|
|
75
|
+
"dependencies": [
|
|
76
|
+
"compile",
|
|
77
|
+
"lint"
|
|
78
|
+
]
|
|
79
|
+
},
|
|
80
|
+
"compile": {
|
|
81
|
+
"command": "tsc -p . --pretty --incremental",
|
|
82
|
+
"files": [
|
|
83
|
+
"src/**/*.ts",
|
|
84
|
+
"**/tsconfig.json",
|
|
85
|
+
"messages/**"
|
|
86
|
+
],
|
|
87
|
+
"output": [
|
|
88
|
+
"lib/**",
|
|
89
|
+
"*.tsbuildinfo"
|
|
90
|
+
],
|
|
91
|
+
"clean": "if-file-deleted"
|
|
92
|
+
},
|
|
93
|
+
"lint": {
|
|
94
|
+
"command": "eslint src --color --cache --cache-location .eslintcache",
|
|
95
|
+
"files": [
|
|
96
|
+
"src/**/*.ts",
|
|
97
|
+
"messages/**",
|
|
98
|
+
"**/.eslint*",
|
|
99
|
+
"**/tsconfig.json"
|
|
100
|
+
],
|
|
101
|
+
"output": []
|
|
102
|
+
},
|
|
103
|
+
"test": {
|
|
104
|
+
"dependencies": [
|
|
105
|
+
"test:only",
|
|
106
|
+
"lint"
|
|
107
|
+
]
|
|
108
|
+
},
|
|
109
|
+
"test:only": {
|
|
110
|
+
"command": "vitest run",
|
|
111
|
+
"env": {
|
|
112
|
+
"FORCE_COLOR": "2"
|
|
113
|
+
},
|
|
114
|
+
"files": [
|
|
115
|
+
"src/**/*.ts",
|
|
116
|
+
"vitest.config.ts",
|
|
117
|
+
"**/tsconfig.json"
|
|
118
|
+
],
|
|
119
|
+
"output": []
|
|
120
|
+
}
|
|
177
121
|
},
|
|
178
|
-
"
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
"./!(CHANGELOG).md",
|
|
183
|
-
"messages/**/*.md"
|
|
184
|
-
],
|
|
185
|
-
"output": []
|
|
186
|
-
}
|
|
187
|
-
},
|
|
188
|
-
"exports": "./lib/index.js",
|
|
189
|
-
"type": "module",
|
|
190
|
-
"author": "Isaac Ferreira"
|
|
122
|
+
"exports": "./lib/index.js",
|
|
123
|
+
"type": "module",
|
|
124
|
+
"author": "Isaac Ferreira",
|
|
125
|
+
"version": "0.0.0-dev.30"
|
|
191
126
|
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { SfCommand } from '@salesforce/sf-plugins-core';
|
|
2
|
-
export type HelloWorldResult = {
|
|
3
|
-
name: string;
|
|
4
|
-
time: string;
|
|
5
|
-
};
|
|
6
|
-
export default class World extends SfCommand<HelloWorldResult> {
|
|
7
|
-
static readonly summary: string;
|
|
8
|
-
static readonly description: string;
|
|
9
|
-
static readonly examples: string[];
|
|
10
|
-
static readonly flags: {
|
|
11
|
-
name: import("@oclif/core/interfaces").OptionFlag<string, import("@oclif/core/interfaces").CustomOptions>;
|
|
12
|
-
};
|
|
13
|
-
run(): Promise<HelloWorldResult>;
|
|
14
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { SfCommand, Flags } from '@salesforce/sf-plugins-core';
|
|
2
|
-
import { Messages } from '@salesforce/core';
|
|
3
|
-
Messages.importMessagesDirectoryFromMetaUrl(import.meta.url);
|
|
4
|
-
const messages = Messages.loadMessages('sf-plugin-permission-sets', 'hello.world');
|
|
5
|
-
export default class World extends SfCommand {
|
|
6
|
-
static summary = messages.getMessage('summary');
|
|
7
|
-
static description = messages.getMessage('description');
|
|
8
|
-
static examples = messages.getMessages('examples');
|
|
9
|
-
static flags = {
|
|
10
|
-
name: Flags.string({
|
|
11
|
-
char: 'n',
|
|
12
|
-
summary: messages.getMessage('flags.name.summary'),
|
|
13
|
-
description: messages.getMessage('flags.name.description'),
|
|
14
|
-
default: 'World',
|
|
15
|
-
}),
|
|
16
|
-
};
|
|
17
|
-
async run() {
|
|
18
|
-
const { flags } = await this.parse(World);
|
|
19
|
-
const time = new Date().toDateString();
|
|
20
|
-
this.log(messages.getMessage('info.hello', [flags.name, time]));
|
|
21
|
-
return {
|
|
22
|
-
name: flags.name,
|
|
23
|
-
time,
|
|
24
|
-
};
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
//# sourceMappingURL=world.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"world.js","sourceRoot":"","sources":["../../../src/commands/hello/world.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,6BAA6B,CAAC;AAC/D,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAE5C,QAAQ,CAAC,kCAAkC,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;AAC7D,MAAM,QAAQ,GAAG,QAAQ,CAAC,YAAY,CAAC,2BAA2B,EAAE,aAAa,CAAC,CAAC;AAOnF,MAAM,CAAC,OAAO,OAAO,KAAM,SAAQ,SAA2B;IACrD,MAAM,CAAU,OAAO,GAAG,QAAQ,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC;IACzD,MAAM,CAAU,WAAW,GAAG,QAAQ,CAAC,UAAU,CAAC,aAAa,CAAC,CAAC;IACjE,MAAM,CAAU,QAAQ,GAAG,QAAQ,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC;IAE5D,MAAM,CAAU,KAAK,GAAG;QAC7B,IAAI,EAAE,KAAK,CAAC,MAAM,CAAC;YACjB,IAAI,EAAE,GAAG;YACT,OAAO,EAAE,QAAQ,CAAC,UAAU,CAAC,oBAAoB,CAAC;YAClD,WAAW,EAAE,QAAQ,CAAC,UAAU,CAAC,wBAAwB,CAAC;YAC1D,OAAO,EAAE,OAAO;SACjB,CAAC;KACH,CAAC;IAEK,KAAK,CAAC,GAAG;QACd,MAAM,EAAE,KAAK,EAAE,GAAG,MAAM,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;QAC1C,MAAM,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC,YAAY,EAAE,CAAC;QACvC,IAAI,CAAC,GAAG,CAAC,QAAQ,CAAC,UAAU,CAAC,YAAY,EAAE,CAAC,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC;QAChE,OAAO;YACL,IAAI,EAAE,KAAK,CAAC,IAAI;YAChB,IAAI;SACL,CAAC;IACJ,CAAC"}
|
package/messages/hello.world.md
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
# summary
|
|
2
|
-
|
|
3
|
-
Say hello.
|
|
4
|
-
|
|
5
|
-
# description
|
|
6
|
-
|
|
7
|
-
Say hello either to the world or someone you know.
|
|
8
|
-
|
|
9
|
-
# flags.name.summary
|
|
10
|
-
|
|
11
|
-
The name of the person you'd like to say hello to.
|
|
12
|
-
|
|
13
|
-
# flags.name.description
|
|
14
|
-
|
|
15
|
-
This person can be anyone in the world!
|
|
16
|
-
|
|
17
|
-
# examples
|
|
18
|
-
|
|
19
|
-
- Say hello to the world:
|
|
20
|
-
|
|
21
|
-
<%= config.bin %> <%= command.id %>
|
|
22
|
-
|
|
23
|
-
- Say hello to someone you know:
|
|
24
|
-
|
|
25
|
-
<%= config.bin %> <%= command.id %> --name Astro
|
|
26
|
-
|
|
27
|
-
# info.hello
|
|
28
|
-
|
|
29
|
-
Hello %s at %s.
|