File tree Expand file tree Collapse file tree 3 files changed +20
-8
lines changed Expand file tree Collapse file tree 3 files changed +20
-8
lines changed Original file line number Diff line number Diff line change 1
- # 0.2.0 (2024-01-09)
1
+ # [ 0.3.0] ( https://github.com/ClayChipps/sf-chipps-data/compare/0.2.0...0.3.0 ) (2024-01-12)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * upload files unit test ([ 4ef1ebb] ( https://github.com/ClayChipps/sf-chipps-data/commit/4ef1ebb8c55d50897a704caf8c14c643ccdb4222 ) )
7
+
8
+
9
+ ### Features
10
+
11
+ * add unit tests ([ 35fab04] ( https://github.com/ClayChipps/sf-chipps-data/commit/35fab0478de99860c0e6224fdcf6db55d51664dd ) )
12
+
13
+
14
+
15
+ # [ 0.2.0] ( https://github.com/ClayChipps/sf-chipps-data/compare/5211bff03a946ff588d399e05d2c3dc7711aaa2c...0.2.0 ) (2024-01-09)
2
16
3
17
4
18
### Bug Fixes
Original file line number Diff line number Diff line change @@ -56,9 +56,8 @@ sf plugins
56
56
## Commands
57
57
58
58
<!-- commands -->
59
-
60
- - [ ` sf chipps data file upload ` ] ( #sf-chipps-data-file-upload )
61
- - [ ` sf chipps data files upload ` ] ( #sf-chipps-data-files-upload )
59
+ * [ ` sf chipps data file upload ` ] ( #sf-chipps-data-file-upload )
60
+ * [ ` sf chipps data files upload ` ] ( #sf-chipps-data-files-upload )
62
61
63
62
## ` sf chipps data file upload `
64
63
@@ -91,7 +90,7 @@ EXAMPLES
91
90
$ sf chipps data file upload --file-path fileToUpload.txt --first-publish-location-id 0019000000DmehK --target-org myTargetOrg
92
91
```
93
92
94
- _ See code: [ src/commands/chipps/data/file/upload.ts] ( https://github.com/ClayChipps/sf-chipps-data/blob/0.2 .0/src/commands/chipps/data/file/upload.ts ) _
93
+ _ See code: [ src/commands/chipps/data/file/upload.ts] ( https://github.com/ClayChipps/sf-chipps-data/blob/0.3 .0/src/commands/chipps/data/file/upload.ts ) _
95
94
96
95
## ` sf chipps data files upload `
97
96
@@ -135,6 +134,5 @@ FLAG DESCRIPTIONS
135
134
quasi concurrent uploads. Please note that setting this value too high can cause performance issues.
136
135
```
137
136
138
- _ See code: [ src/commands/chipps/data/files/upload.ts] ( https://github.com/ClayChipps/sf-chipps-data/blob/0.2.0/src/commands/chipps/data/files/upload.ts ) _
139
-
137
+ _ See code: [ src/commands/chipps/data/files/upload.ts] ( https://github.com/ClayChipps/sf-chipps-data/blob/0.3.0/src/commands/chipps/data/files/upload.ts ) _
140
138
<!-- commandsstop -->
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sf-chipps-data" ,
3
3
"description" : " Utilities for working with data" ,
4
- "version" : " 0.2 .0" ,
4
+ "version" : " 0.3 .0" ,
5
5
"author" : " @ClayChipps" ,
6
6
"bugs" : " https://github.com/ClayChipps/sf-chipps-data/issues" ,
7
7
"dependencies" : {
You can’t perform that action at this time.
0 commit comments