Skip to content

Commit 6bf7d19

Browse files
committed
Bump version
1 parent 939df42 commit 6bf7d19

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

README.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,11 @@ EXAMPLE
7878
--targetusername texei
7979
```
8080

81-
_See code: [src/commands/texei/contractstatus/value/add.ts](https://github.com/texei/texei-sfdx-plugin/blob/v1.17.0/src/commands/texei/contractstatus/value/add.ts)_
81+
_See code: [src/commands/texei/contractstatus/value/add.ts](https://github.com/texei/texei-sfdx-plugin/blob/v1.17.1/src/commands/texei/contractstatus/value/add.ts)_
8282

8383
## `sfdx texei:cpqsettings:set -f <string> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
8484

85-
set CPQ Settings from file ([example](https://github.com/texei/texei-sfdx-plugin/blob/master/examples/cpqSettings.json))
85+
set CPQ Settings from file
8686

8787
```
8888
USAGE
@@ -107,7 +107,7 @@ EXAMPLE
107107
sfdx texei:cpqsettings:set
108108
```
109109

110-
_See code: [src/commands/texei/cpqsettings/set.ts](https://github.com/texei/texei-sfdx-plugin/blob/v1.17.0/src/commands/texei/cpqsettings/set.ts)_
110+
_See code: [src/commands/texei/cpqsettings/set.ts](https://github.com/texei/texei-sfdx-plugin/blob/v1.17.1/src/commands/texei/cpqsettings/set.ts)_
111111

112112
## `sfdx texei:data:export -d <string> [-o <string>] [-p <string>] [-a <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
113113

@@ -145,7 +145,7 @@ EXAMPLES
145145
sfdx texei:data:export --dataplan ./data/data-plan.json --outputdir ./data --targetusername texei
146146
```
147147

148-
_See code: [src/commands/texei/data/export.ts](https://github.com/texei/texei-sfdx-plugin/blob/v1.17.0/src/commands/texei/data/export.ts)_
148+
_See code: [src/commands/texei/data/export.ts](https://github.com/texei/texei-sfdx-plugin/blob/v1.17.1/src/commands/texei/data/export.ts)_
149149

150150
## `sfdx texei:data:import -d <string> [-a] [-o] [-p <string>] [-i] [-u <string>] [--apiversion <string>] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
151151

@@ -191,7 +191,7 @@ EXAMPLE
191191
Data imported!
192192
```
193193

194-
_See code: [src/commands/texei/data/import.ts](https://github.com/texei/texei-sfdx-plugin/blob/v1.17.0/src/commands/texei/data/import.ts)_
194+
_See code: [src/commands/texei/data/import.ts](https://github.com/texei/texei-sfdx-plugin/blob/v1.17.1/src/commands/texei/data/import.ts)_
195195

196196
## `sfdx texei:data:plan:generate -d <string> -o <string> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
197197

@@ -218,7 +218,7 @@ EXAMPLE
218218
$ sfdx texei:data:plan:generate --objects Account,Contact,MyCustomObject__c --outputdir ./data
219219
```
220220

221-
_See code: [src/commands/texei/data/plan/generate.ts](https://github.com/texei/texei-sfdx-plugin/blob/v1.17.0/src/commands/texei/data/plan/generate.ts)_
221+
_See code: [src/commands/texei/data/plan/generate.ts](https://github.com/texei/texei-sfdx-plugin/blob/v1.17.1/src/commands/texei/data/plan/generate.ts)_
222222

223223
## `sfdx texei:debug:lwc:enable [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
224224

@@ -245,7 +245,7 @@ EXAMPLE
245245
sfdx texei:debug:lwc:enable --targetusername myOrg@example.com
246246
```
247247

248-
_See code: [src/commands/texei/debug/lwc/enable.ts](https://github.com/texei/texei-sfdx-plugin/blob/v1.17.0/src/commands/texei/debug/lwc/enable.ts)_
248+
_See code: [src/commands/texei/debug/lwc/enable.ts](https://github.com/texei/texei-sfdx-plugin/blob/v1.17.1/src/commands/texei/debug/lwc/enable.ts)_
249249

250250
## `sfdx texei:org:contractfieldhistory:fix [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
251251

@@ -273,7 +273,7 @@ EXAMPLE
273273
History tracking fixed.
274274
```
275275

276-
_See code: [src/commands/texei/org/contractfieldhistory/fix.ts](https://github.com/texei/texei-sfdx-plugin/blob/v1.17.0/src/commands/texei/org/contractfieldhistory/fix.ts)_
276+
_See code: [src/commands/texei/org/contractfieldhistory/fix.ts](https://github.com/texei/texei-sfdx-plugin/blob/v1.17.1/src/commands/texei/org/contractfieldhistory/fix.ts)_
277277

278278
## `sfdx texei:org:shape:extract [-d <string>] [-s <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
279279

@@ -308,7 +308,7 @@ EXAMPLE
308308
$ sfdx texei:org:shape:extract -u bulma@capsulecorp.com
309309
```
310310

311-
_See code: [src/commands/texei/org/shape/extract.ts](https://github.com/texei/texei-sfdx-plugin/blob/v1.17.0/src/commands/texei/org/shape/extract.ts)_
311+
_See code: [src/commands/texei/org/shape/extract.ts](https://github.com/texei/texei-sfdx-plugin/blob/v1.17.1/src/commands/texei/org/shape/extract.ts)_
312312

313313
## `sfdx texei:package:dependencies:install [-k <string>] [-b <string>] [-p <string>] [-s <string>] [-n <string>] [-w <number>] [-r] [-a <string>] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
314314

@@ -371,7 +371,7 @@ EXAMPLE
371371
$ texei:package:dependencies:install -u MyScratchOrg -v MyDevHub -k "1:MyPackage1Key 2: 3:MyPackage3Key" -b "DEV"
372372
```
373373

374-
_See code: [src/commands/texei/package/dependencies/install.ts](https://github.com/texei/texei-sfdx-plugin/blob/v1.17.0/src/commands/texei/package/dependencies/install.ts)_
374+
_See code: [src/commands/texei/package/dependencies/install.ts](https://github.com/texei/texei-sfdx-plugin/blob/v1.17.1/src/commands/texei/package/dependencies/install.ts)_
375375

376376
## `sfdx texei:picklist:create -d <string> -o <string> -a <string> -l <string> [-t <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
377377

@@ -398,7 +398,7 @@ EXAMPLE
398398
--label "My Field" --apiname MyField__c
399399
```
400400

401-
_See code: [src/commands/texei/picklist/create.ts](https://github.com/texei/texei-sfdx-plugin/blob/v1.17.0/src/commands/texei/picklist/create.ts)_
401+
_See code: [src/commands/texei/picklist/create.ts](https://github.com/texei/texei-sfdx-plugin/blob/v1.17.1/src/commands/texei/picklist/create.ts)_
402402

403403
## `sfdx texei:picklist:restrict -d <string> [-o] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
404404

@@ -433,7 +433,7 @@ EXAMPLE
433433
$ sfdx texei:picklist:restrict -d my-unrestricted-picklists.json
434434
```
435435

436-
_See code: [src/commands/texei/picklist/restrict.ts](https://github.com/texei/texei-sfdx-plugin/blob/v1.17.0/src/commands/texei/picklist/restrict.ts)_
436+
_See code: [src/commands/texei/picklist/restrict.ts](https://github.com/texei/texei-sfdx-plugin/blob/v1.17.1/src/commands/texei/picklist/restrict.ts)_
437437

438438
## `sfdx texei:picklist:unrestrict [-o] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
439439

@@ -464,7 +464,7 @@ EXAMPLES
464464
$ sfdx texei:picklist:unrestrict --json > my-unrestricted-picklists.json
465465
```
466466

467-
_See code: [src/commands/texei/picklist/unrestrict.ts](https://github.com/texei/texei-sfdx-plugin/blob/v1.17.0/src/commands/texei/picklist/unrestrict.ts)_
467+
_See code: [src/commands/texei/picklist/unrestrict.ts](https://github.com/texei/texei-sfdx-plugin/blob/v1.17.1/src/commands/texei/picklist/unrestrict.ts)_
468468

469469
## `sfdx texei:profile:clean [-k <string>] [-p <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
470470

@@ -497,7 +497,7 @@ EXAMPLES
497497
custom-sfdx-source-folder/main/profiles,source-folder-2/main/profiles/myAdmin.profile-meta.xml
498498
```
499499

500-
_See code: [src/commands/texei/profile/clean.ts](https://github.com/texei/texei-sfdx-plugin/blob/v1.17.0/src/commands/texei/profile/clean.ts)_
500+
_See code: [src/commands/texei/profile/clean.ts](https://github.com/texei/texei-sfdx-plugin/blob/v1.17.1/src/commands/texei/profile/clean.ts)_
501501

502502
## `sfdx texei:sharedactivities:enable [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
503503

@@ -524,7 +524,7 @@ EXAMPLE
524524
$ sfdx texei:sharedactivities:enable
525525
```
526526

527-
_See code: [src/commands/texei/sharedactivities/enable.ts](https://github.com/texei/texei-sfdx-plugin/blob/v1.17.0/src/commands/texei/sharedactivities/enable.ts)_
527+
_See code: [src/commands/texei/sharedactivities/enable.ts](https://github.com/texei/texei-sfdx-plugin/blob/v1.17.1/src/commands/texei/sharedactivities/enable.ts)_
528528

529529
## `sfdx texei:sharingcalc:recalculate [-s <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
530530

@@ -555,7 +555,7 @@ EXAMPLE
555555
Recalculated Sharing Rules
556556
```
557557

558-
_See code: [src/commands/texei/sharingcalc/recalculate.ts](https://github.com/texei/texei-sfdx-plugin/blob/v1.17.0/src/commands/texei/sharingcalc/recalculate.ts)_
558+
_See code: [src/commands/texei/sharingcalc/recalculate.ts](https://github.com/texei/texei-sfdx-plugin/blob/v1.17.1/src/commands/texei/sharingcalc/recalculate.ts)_
559559

560560
## `sfdx texei:sharingcalc:resume [-s <string>] [-t <number>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
561561

@@ -589,7 +589,7 @@ EXAMPLE
589589
Sharing calculations resumed
590590
```
591591

592-
_See code: [src/commands/texei/sharingcalc/resume.ts](https://github.com/texei/texei-sfdx-plugin/blob/v1.17.0/src/commands/texei/sharingcalc/resume.ts)_
592+
_See code: [src/commands/texei/sharingcalc/resume.ts](https://github.com/texei/texei-sfdx-plugin/blob/v1.17.1/src/commands/texei/sharingcalc/resume.ts)_
593593

594594
## `sfdx texei:sharingcalc:suspend [-s <string>] [-t <number>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
595595

@@ -623,7 +623,7 @@ EXAMPLE
623623
Sharing calculations suspended
624624
```
625625

626-
_See code: [src/commands/texei/sharingcalc/suspend.ts](https://github.com/texei/texei-sfdx-plugin/blob/v1.17.0/src/commands/texei/sharingcalc/suspend.ts)_
626+
_See code: [src/commands/texei/sharingcalc/suspend.ts](https://github.com/texei/texei-sfdx-plugin/blob/v1.17.1/src/commands/texei/sharingcalc/suspend.ts)_
627627

628628
## `sfdx texei:skinnyprofile:check [-p <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
629629

@@ -647,7 +647,7 @@ EXAMPLE
647647
$ texei:skinnyprofile:check
648648
```
649649

650-
_See code: [src/commands/texei/skinnyprofile/check.ts](https://github.com/texei/texei-sfdx-plugin/blob/v1.17.0/src/commands/texei/skinnyprofile/check.ts)_
650+
_See code: [src/commands/texei/skinnyprofile/check.ts](https://github.com/texei/texei-sfdx-plugin/blob/v1.17.1/src/commands/texei/skinnyprofile/check.ts)_
651651

652652
## `sfdx texei:skinnyprofile:retrieve [-t <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
653653

@@ -677,7 +677,7 @@ EXAMPLE
677677
$ texei:skinnyprofile:retrieve -u MyScratchOrg
678678
```
679679

680-
_See code: [src/commands/texei/skinnyprofile/retrieve.ts](https://github.com/texei/texei-sfdx-plugin/blob/v1.17.0/src/commands/texei/skinnyprofile/retrieve.ts)_
680+
_See code: [src/commands/texei/skinnyprofile/retrieve.ts](https://github.com/texei/texei-sfdx-plugin/blob/v1.17.1/src/commands/texei/skinnyprofile/retrieve.ts)_
681681

682682
## `sfdx texei:source:customlabel:replace -l <string> -v <string> [-p <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
683683

@@ -701,7 +701,7 @@ EXAMPLE
701701
$ texei:source:customlabel:replace --label GreatSalesforceBlog --value https://blog.texei.com
702702
```
703703

704-
_See code: [src/commands/texei/source/customlabel/replace.ts](https://github.com/texei/texei-sfdx-plugin/blob/v1.17.0/src/commands/texei/source/customlabel/replace.ts)_
704+
_See code: [src/commands/texei/source/customlabel/replace.ts](https://github.com/texei/texei-sfdx-plugin/blob/v1.17.1/src/commands/texei/source/customlabel/replace.ts)_
705705

706706
## `sfdx texei:source:layouts:cleanorg [-p <string>] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
707707

@@ -734,7 +734,7 @@ EXAMPLES
734734
$ texei:source:layouts:cleanorg --targetusername myScratchOrg --targetdevhubusername myDevHub
735735
```
736736

737-
_See code: [src/commands/texei/source/layouts/cleanorg.ts](https://github.com/texei/texei-sfdx-plugin/blob/v1.17.0/src/commands/texei/source/layouts/cleanorg.ts)_
737+
_See code: [src/commands/texei/source/layouts/cleanorg.ts](https://github.com/texei/texei-sfdx-plugin/blob/v1.17.1/src/commands/texei/source/layouts/cleanorg.ts)_
738738

739739
## `sfdx texei:user:update [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
740740

@@ -767,5 +767,5 @@ EXAMPLES
767767
sfdx texei:user:update --values "LanguageLocaleKey=en_US UserPermissionsMarketingUser=true" --json
768768
```
769769

770-
_See code: [src/commands/texei/user/update.ts](https://github.com/texei/texei-sfdx-plugin/blob/v1.17.0/src/commands/texei/user/update.ts)_
770+
_See code: [src/commands/texei/user/update.ts](https://github.com/texei/texei-sfdx-plugin/blob/v1.17.1/src/commands/texei/user/update.ts)_
771771
<!-- commandsstop -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "texei-sfdx-plugin",
33
"description": "Texeï's plugin for sfdx",
4-
"version": "1.17.0",
4+
"version": "1.17.1",
55
"author": "Texeï",
66
"bugs": "https://github.com/https://github.com/texei/texei-sfdx-plugin/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)