@kitalive/sfdx-plugin 0.7.2 → 0.7.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.
- package/README.md +13 -13
- package/oclif.manifest.json +1 -1
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -17,7 +17,7 @@ $ npm install -g @kitalive/sfdx-plugin
|
|
|
17
17
|
$ sf COMMAND
|
|
18
18
|
running command...
|
|
19
19
|
$ sf (--version)
|
|
20
|
-
@kitalive/sfdx-plugin/0.7.
|
|
20
|
+
@kitalive/sfdx-plugin/0.7.3 darwin-arm64 node-v18.16.0
|
|
21
21
|
$ sf --help [COMMAND]
|
|
22
22
|
USAGE
|
|
23
23
|
$ sf COMMAND
|
|
@@ -67,7 +67,7 @@ EXAMPLES
|
|
|
67
67
|
$ sf kit data bulk delete -q "SELECT Id FROM Opportunity WHERE CloseDate < LAST_N_YEARS:2"
|
|
68
68
|
```
|
|
69
69
|
|
|
70
|
-
_See code: [src/commands/kit/data/bulk/delete.ts](https://github.com/Kitalive-Inc/sfdx-plugin/blob/v0.7.
|
|
70
|
+
_See code: [src/commands/kit/data/bulk/delete.ts](https://github.com/Kitalive-Inc/sfdx-plugin/blob/v0.7.3/src/commands/kit/data/bulk/delete.ts)_
|
|
71
71
|
|
|
72
72
|
## `sf kit data bulk insert`
|
|
73
73
|
|
|
@@ -116,7 +116,7 @@ EXAMPLES
|
|
|
116
116
|
$ sf kit data bulk insert -o MyObject__c -f ./path/to/MyObject__c.csv -c ./path/to/convert.js -w 10
|
|
117
117
|
```
|
|
118
118
|
|
|
119
|
-
_See code: [src/commands/kit/data/bulk/insert.ts](https://github.com/Kitalive-Inc/sfdx-plugin/blob/v0.7.
|
|
119
|
+
_See code: [src/commands/kit/data/bulk/insert.ts](https://github.com/Kitalive-Inc/sfdx-plugin/blob/v0.7.3/src/commands/kit/data/bulk/insert.ts)_
|
|
120
120
|
|
|
121
121
|
## `sf kit data bulk query`
|
|
122
122
|
|
|
@@ -142,7 +142,7 @@ EXAMPLES
|
|
|
142
142
|
$ sf kit data bulk query -q "SELECT Id, Name FROM Account" -f ./path/to/Account.csv
|
|
143
143
|
```
|
|
144
144
|
|
|
145
|
-
_See code: [src/commands/kit/data/bulk/query.ts](https://github.com/Kitalive-Inc/sfdx-plugin/blob/v0.7.
|
|
145
|
+
_See code: [src/commands/kit/data/bulk/query.ts](https://github.com/Kitalive-Inc/sfdx-plugin/blob/v0.7.3/src/commands/kit/data/bulk/query.ts)_
|
|
146
146
|
|
|
147
147
|
## `sf kit data bulk update`
|
|
148
148
|
|
|
@@ -191,7 +191,7 @@ EXAMPLES
|
|
|
191
191
|
$ sf kit data bulk update -o MyObject__c -f ./path/to/MyObject__c.csv -c ./path/to/convert.js -w 10
|
|
192
192
|
```
|
|
193
193
|
|
|
194
|
-
_See code: [src/commands/kit/data/bulk/update.ts](https://github.com/Kitalive-Inc/sfdx-plugin/blob/v0.7.
|
|
194
|
+
_See code: [src/commands/kit/data/bulk/update.ts](https://github.com/Kitalive-Inc/sfdx-plugin/blob/v0.7.3/src/commands/kit/data/bulk/update.ts)_
|
|
195
195
|
|
|
196
196
|
## `sf kit data bulk upsert`
|
|
197
197
|
|
|
@@ -242,7 +242,7 @@ EXAMPLES
|
|
|
242
242
|
-w 10
|
|
243
243
|
```
|
|
244
244
|
|
|
245
|
-
_See code: [src/commands/kit/data/bulk/upsert.ts](https://github.com/Kitalive-Inc/sfdx-plugin/blob/v0.7.
|
|
245
|
+
_See code: [src/commands/kit/data/bulk/upsert.ts](https://github.com/Kitalive-Inc/sfdx-plugin/blob/v0.7.3/src/commands/kit/data/bulk/upsert.ts)_
|
|
246
246
|
|
|
247
247
|
## `sf kit data csv convert`
|
|
248
248
|
|
|
@@ -274,7 +274,7 @@ EXAMPLES
|
|
|
274
274
|
$ sf kit data csv convert -i ./path/to/input.csv -o ./path/to/output.csv -c ./path/to/convert.js
|
|
275
275
|
```
|
|
276
276
|
|
|
277
|
-
_See code: [src/commands/kit/data/csv/convert.ts](https://github.com/Kitalive-Inc/sfdx-plugin/blob/v0.7.
|
|
277
|
+
_See code: [src/commands/kit/data/csv/convert.ts](https://github.com/Kitalive-Inc/sfdx-plugin/blob/v0.7.3/src/commands/kit/data/csv/convert.ts)_
|
|
278
278
|
|
|
279
279
|
## `sf kit graphql editor`
|
|
280
280
|
|
|
@@ -301,7 +301,7 @@ EXAMPLES
|
|
|
301
301
|
$ sf kit graphql editor --port 8080
|
|
302
302
|
```
|
|
303
303
|
|
|
304
|
-
_See code: [src/commands/kit/graphql/editor.ts](https://github.com/Kitalive-Inc/sfdx-plugin/blob/v0.7.
|
|
304
|
+
_See code: [src/commands/kit/graphql/editor.ts](https://github.com/Kitalive-Inc/sfdx-plugin/blob/v0.7.3/src/commands/kit/graphql/editor.ts)_
|
|
305
305
|
|
|
306
306
|
## `sf kit layout assignments deploy`
|
|
307
307
|
|
|
@@ -332,7 +332,7 @@ EXAMPLES
|
|
|
332
332
|
$ sf kit layout assignments deploy -o me@my.org -f config/layout-assignments.sandbox.json
|
|
333
333
|
```
|
|
334
334
|
|
|
335
|
-
_See code: [src/commands/kit/layout/assignments/deploy.ts](https://github.com/Kitalive-Inc/sfdx-plugin/blob/v0.7.
|
|
335
|
+
_See code: [src/commands/kit/layout/assignments/deploy.ts](https://github.com/Kitalive-Inc/sfdx-plugin/blob/v0.7.3/src/commands/kit/layout/assignments/deploy.ts)_
|
|
336
336
|
|
|
337
337
|
## `sf kit layout assignments retrieve`
|
|
338
338
|
|
|
@@ -366,7 +366,7 @@ EXAMPLES
|
|
|
366
366
|
$ sf kit layout assignments retrieve -o me@my.org -f config/layout-assignments.sandbox.json
|
|
367
367
|
```
|
|
368
368
|
|
|
369
|
-
_See code: [src/commands/kit/layout/assignments/retrieve.ts](https://github.com/Kitalive-Inc/sfdx-plugin/blob/v0.7.
|
|
369
|
+
_See code: [src/commands/kit/layout/assignments/retrieve.ts](https://github.com/Kitalive-Inc/sfdx-plugin/blob/v0.7.3/src/commands/kit/layout/assignments/retrieve.ts)_
|
|
370
370
|
|
|
371
371
|
## `sf kit object fields describe`
|
|
372
372
|
|
|
@@ -393,7 +393,7 @@ EXAMPLES
|
|
|
393
393
|
$ sf kit object fields describe -o me@my.org -s CustomObject__c --json
|
|
394
394
|
```
|
|
395
395
|
|
|
396
|
-
_See code: [src/commands/kit/object/fields/describe.ts](https://github.com/Kitalive-Inc/sfdx-plugin/blob/v0.7.
|
|
396
|
+
_See code: [src/commands/kit/object/fields/describe.ts](https://github.com/Kitalive-Inc/sfdx-plugin/blob/v0.7.3/src/commands/kit/object/fields/describe.ts)_
|
|
397
397
|
|
|
398
398
|
## `sf kit object fields setup`
|
|
399
399
|
|
|
@@ -422,7 +422,7 @@ EXAMPLES
|
|
|
422
422
|
$ sf kit object fields setup -o me@my.org -s CustomObject__c -f path/to/custom_object_fields.csv --delete
|
|
423
423
|
```
|
|
424
424
|
|
|
425
|
-
_See code: [src/commands/kit/object/fields/setup.ts](https://github.com/Kitalive-Inc/sfdx-plugin/blob/v0.7.
|
|
425
|
+
_See code: [src/commands/kit/object/fields/setup.ts](https://github.com/Kitalive-Inc/sfdx-plugin/blob/v0.7.3/src/commands/kit/object/fields/setup.ts)_
|
|
426
426
|
|
|
427
427
|
## `sf kit script`
|
|
428
428
|
|
|
@@ -508,5 +508,5 @@ EXAMPLES
|
|
|
508
508
|
> await conn.query('SELECT Id, Name FROM Account LIMIT 1')
|
|
509
509
|
```
|
|
510
510
|
|
|
511
|
-
_See code: [src/commands/kit/script/execute.ts](https://github.com/Kitalive-Inc/sfdx-plugin/blob/v0.7.
|
|
511
|
+
_See code: [src/commands/kit/script/execute.ts](https://github.com/Kitalive-Inc/sfdx-plugin/blob/v0.7.3/src/commands/kit/script/execute.ts)_
|
|
512
512
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kitalive/sfdx-plugin",
|
|
3
3
|
"description": "Kitalive SFDX plugin",
|
|
4
|
-
"version": "0.7.
|
|
4
|
+
"version": "0.7.3",
|
|
5
5
|
"author": "Akihiro Ono",
|
|
6
6
|
"bugs": "https://github.com/Kitalive-Inc/sfdx-plugin/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
"fast-csv": "^4.3.6",
|
|
15
15
|
"fs-extra": "^11.1.1",
|
|
16
16
|
"iconv-lite": "^0.6.3",
|
|
17
|
+
"open": "^8",
|
|
17
18
|
"soql-parser-js": "^4.9.2",
|
|
18
19
|
"tslib": "^2",
|
|
19
20
|
"yargs": "^17.7.2"
|