@pdfbutler/migration-cli 0.0.21 → 0.0.22
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 +2 -3
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -33,9 +33,8 @@ Additionally, two new optional flags, --session and --instance, have been added
|
|
|
33
33
|
- '--session'. Allows you to provide a Salesforce Session Id for authentication.
|
|
34
34
|
- '--instance'. Specifies the Salesforce Instance URL for authentication.
|
|
35
35
|
|
|
36
|
-
- v.0.0.
|
|
37
|
-
This release introduces
|
|
38
|
-
Additionally, two new optional flags, --session and --instance, have been added to all commands to support this authentication method:
|
|
36
|
+
- v.0.0.22 updates <br/>
|
|
37
|
+
This release introduces enhancements to filename handling, improving compatibility and usability when working with zipped files, particularly in Windows environments.
|
|
39
38
|
|
|
40
39
|
- '--cut'. Trim filenames to a maximum of 150 characters to prevent issues when extracting a zipped file on Windows, as Windows Explorer cannot support file paths longer than 255 characters.
|
|
41
40
|
- '--shortpaths'. The filename is just the DC name (drop the Stage and long DC Id in the filename).
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pdfbutler/migration-cli",
|
|
3
3
|
"description": "[](https://www.npmjs.com/package/pdfbutler-migration-cli) [](https://npmjs.org/package/pdfbutler-migration-cli) [](https://raw.githubusercontent.com/salesforcecli/pdfbutler-migration-cli/main/LICENSE.txt)",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.22",
|
|
5
5
|
"script": {
|
|
6
6
|
"postinstall": "sf plugins link @pdfbutler/migration-cli"
|
|
7
7
|
},
|