@pdfbutler/migration-cli 0.0.9 → 0.0.10
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 +3 -2
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -77,7 +77,7 @@ FLAGS
|
|
|
77
77
|
-e, --endpoint=<value> The URL PDF Butler endpoint for export. (Required)
|
|
78
78
|
|
|
79
79
|
-u, --unzip Use this flag to unzip the exported configuration. (Optional)
|
|
80
|
-
-b, --backend Use this flag to
|
|
80
|
+
-b, --backend Use this flag to disable PDF Butler backend export. (Optional)
|
|
81
81
|
|
|
82
82
|
DESCRIPTION
|
|
83
83
|
Export DocConfigs and related DataSource files from your organization.
|
|
@@ -176,7 +176,8 @@ FLAG DESCRIPTIONS
|
|
|
176
176
|
It is a required parameter.
|
|
177
177
|
|
|
178
178
|
-b, --backend
|
|
179
|
-
|
|
179
|
+
Disables backend export. If specified, the export operation doesn't use a PDF Butler backend process for exporting the configuration.
|
|
180
|
+
By default, backend export is enabled.
|
|
180
181
|
|
|
181
182
|
-u, --unzip
|
|
182
183
|
Use this flag to indicate that the exported configuration should be unzipped.
|
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.10",
|
|
5
5
|
"script": {
|
|
6
6
|
"postinstall": "sf plugins link @pdfbutler/migration-cli"
|
|
7
7
|
},
|