@salesforce/plugin-packaging 1.1.1 → 1.3.0
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/CHANGELOG.md +4 -1
- package/README.md +174 -34
- package/lib/commands/force/package/beta/convert.d.ts +1 -3
- package/lib/commands/force/package/beta/convert.js +2 -1
- package/lib/commands/force/package/beta/convert.js.map +1 -1
- package/lib/commands/force/package/beta/create.d.ts +1 -2
- package/lib/commands/force/package/beta/create.js +2 -1
- package/lib/commands/force/package/beta/create.js.map +1 -1
- package/lib/commands/force/package/beta/delete.d.ts +1 -2
- package/lib/commands/force/package/beta/delete.js +2 -1
- package/lib/commands/force/package/beta/delete.js.map +1 -1
- package/lib/commands/force/package/beta/install/report.d.ts +1 -2
- package/lib/commands/force/package/beta/install/report.js +2 -1
- package/lib/commands/force/package/beta/install/report.js.map +1 -1
- package/lib/commands/force/package/beta/install.d.ts +1 -1
- package/lib/commands/force/package/beta/install.js +2 -0
- package/lib/commands/force/package/beta/install.js.map +1 -1
- package/lib/commands/force/package/beta/list.d.ts +1 -2
- package/lib/commands/force/package/beta/list.js +2 -1
- package/lib/commands/force/package/beta/list.js.map +1 -1
- package/lib/commands/force/package/beta/uninstall/report.d.ts +1 -2
- package/lib/commands/force/package/beta/uninstall/report.js +2 -1
- package/lib/commands/force/package/beta/uninstall/report.js.map +1 -1
- package/lib/commands/force/package/beta/uninstall.d.ts +1 -0
- package/lib/commands/force/package/beta/uninstall.js +2 -0
- package/lib/commands/force/package/beta/uninstall.js.map +1 -1
- package/lib/commands/force/package/beta/update.d.ts +1 -2
- package/lib/commands/force/package/beta/update.js +2 -1
- package/lib/commands/force/package/beta/update.js.map +1 -1
- package/lib/commands/force/package/beta/version/create/list.d.ts +1 -3
- package/lib/commands/force/package/beta/version/create/list.js +2 -1
- package/lib/commands/force/package/beta/version/create/list.js.map +1 -1
- package/lib/commands/force/package/beta/version/create/report.d.ts +1 -1
- package/lib/commands/force/package/beta/version/create/report.js +3 -1
- package/lib/commands/force/package/beta/version/create/report.js.map +1 -1
- package/lib/commands/force/package/beta/version/create.d.ts +1 -2
- package/lib/commands/force/package/beta/version/create.js +132 -68
- package/lib/commands/force/package/beta/version/create.js.map +1 -1
- package/lib/commands/force/package/beta/version/delete.d.ts +1 -2
- package/lib/commands/force/package/beta/version/delete.js +3 -2
- package/lib/commands/force/package/beta/version/delete.js.map +1 -1
- package/lib/commands/force/package/beta/version/displayancestry.d.ts +1 -3
- package/lib/commands/force/package/beta/version/displayancestry.js +2 -2
- package/lib/commands/force/package/beta/version/displayancestry.js.map +1 -1
- package/lib/commands/force/package/beta/version/list.d.ts +1 -3
- package/lib/commands/force/package/beta/version/list.js +2 -1
- package/lib/commands/force/package/beta/version/list.js.map +1 -1
- package/lib/commands/force/package/beta/version/promote.d.ts +3 -3
- package/lib/commands/force/package/beta/version/promote.js +34 -3
- package/lib/commands/force/package/beta/version/promote.js.map +1 -1
- package/lib/commands/force/package/beta/version/report.d.ts +1 -3
- package/lib/commands/force/package/beta/version/report.js +2 -2
- package/lib/commands/force/package/beta/version/report.js.map +1 -1
- package/lib/commands/force/package/beta/version/update.d.ts +1 -2
- package/lib/commands/force/package/beta/version/update.js +2 -1
- package/lib/commands/force/package/beta/version/update.js.map +1 -1
- package/lib/commands/force/package1/beta/version/create/get.js +1 -4
- package/lib/commands/force/package1/beta/version/create/get.js.map +1 -1
- package/messages/package1_version_create_get.md +5 -1
- package/messages/package2_create.md +2 -1
- package/messages/package2_update.md +2 -1
- package/messages/package2_version_create.md +2 -1
- package/messages/package2_version_create_get.md +2 -1
- package/messages/package2_version_create_list.md +2 -1
- package/messages/package2_version_get.md +1 -2
- package/messages/package2_version_list.md +2 -1
- package/messages/package2_version_update.md +2 -1
- package/messages/package_convert.md +2 -1
- package/messages/package_create.md +2 -1
- package/messages/package_delete.md +2 -1
- package/messages/package_displayancestry.md +1 -2
- package/messages/package_install.md +2 -1
- package/messages/package_install_get.md +1 -2
- package/messages/package_install_report.md +1 -2
- package/messages/package_install_request.md +1 -2
- package/messages/package_list.md +2 -1
- package/messages/package_uninstall.md +2 -1
- package/messages/package_uninstall_get.md +1 -2
- package/messages/package_uninstall_report.md +1 -2
- package/messages/package_update.md +2 -1
- package/messages/package_version_create.md +6 -1
- package/messages/package_version_create_list.md +2 -1
- package/messages/package_version_create_report.md +2 -1
- package/messages/package_version_delete.md +2 -1
- package/messages/package_version_list.md +2 -1
- package/messages/package_version_promote.md +3 -2
- package/messages/package_version_report.md +1 -2
- package/messages/package_version_update.md +2 -1
- package/oclif.manifest.json +1 -1
- package/package.json +6 -7
- package/messages/default.md +0 -1127
- package/messages/messages.json +0 -22
package/messages/package_list.md
CHANGED
|
@@ -10,7 +10,8 @@ Lists all packages in the Dev Hub org.
|
|
|
10
10
|
|
|
11
11
|
You can view the namespace, IDs, and other details for each package.
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
# examples
|
|
14
|
+
|
|
14
15
|
$ sfdx force:package:list -v devhub@example.com
|
|
15
16
|
$ sfdx force:package:list -v devhub@example.com --verbose
|
|
16
17
|
|
|
@@ -10,7 +10,8 @@ Uninstalls a second-generation package from the target org. To uninstall a first
|
|
|
10
10
|
|
|
11
11
|
Specify the package ID for a second-generation package.
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
# examples
|
|
14
|
+
|
|
14
15
|
$ sfdx force:package:beta:uninstall -p 04t... -u me@example.com
|
|
15
16
|
$ sfdx force:package:beta:uninstall -p undesirable_package_alias
|
|
16
17
|
$ sfdx force:package:beta:uninstall -p "Undesirable Package Alias"
|
|
@@ -6,9 +6,8 @@ retrieve the status of a package uninstall request
|
|
|
6
6
|
|
|
7
7
|
Retrieves the status of a package uninstall request.
|
|
8
8
|
|
|
9
|
-
#
|
|
9
|
+
#examples
|
|
10
10
|
|
|
11
|
-
Examples:
|
|
12
11
|
$ sfdx force:package:uninstall:get -i 06y...
|
|
13
12
|
$ sfdx force:package:uninstall:get -i 06y... -u me@example.com
|
|
14
13
|
|
|
@@ -6,9 +6,8 @@ retrieve status of package uninstall request
|
|
|
6
6
|
|
|
7
7
|
Retrieves the status of a package uninstall request.
|
|
8
8
|
|
|
9
|
-
#
|
|
9
|
+
#examples
|
|
10
10
|
|
|
11
|
-
Examples:
|
|
12
11
|
$ sfdx force:package:uninstall:report -i 06y...
|
|
13
12
|
$ sfdx force:package:uninstall:report -i 06y... -u me@example.com
|
|
14
13
|
|
|
@@ -10,7 +10,8 @@ Updates details about a package. Does not create a package version.
|
|
|
10
10
|
|
|
11
11
|
Specify a new value for each option you want to update.
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
# examples
|
|
14
|
+
|
|
14
15
|
$ sfdx force:package:update -p "Your Package Alias" -n "New Package Name"
|
|
15
16
|
$ sfdx force:package:update -p 0Ho... -d "New Package Description"
|
|
16
17
|
|
|
@@ -20,7 +20,8 @@ To promote a package version to released, you must use the --codecoverage parame
|
|
|
20
20
|
|
|
21
21
|
We don’t calculate code coverage for org-dependent unlocked packages, or for package versions that specify --skipvalidation.
|
|
22
22
|
|
|
23
|
-
|
|
23
|
+
# examples
|
|
24
|
+
|
|
24
25
|
$ sfdx force:package:version:create -d common -k password123
|
|
25
26
|
$ sfdx force:package:version:create -p "Your Package Alias" -k password123
|
|
26
27
|
$ sfdx force:package:version:create -p 0Ho... -k password123
|
|
@@ -299,3 +300,7 @@ Package version creation failed with unknown error.
|
|
|
299
300
|
# malformedUrl
|
|
300
301
|
|
|
301
302
|
The %s value "%s" from the command line or sfdx-project.json is not in the correct format for a URL. It must be a valid URL in the format "http://salesforce.com". More information: https://nodejs.org/api/url.html#url_url_strings_and_url_objects
|
|
303
|
+
|
|
304
|
+
# requestInProgress
|
|
305
|
+
|
|
306
|
+
Request in progress. Sleeping %s seconds. Will wait a total of %s more seconds before timing out. Current Status=%s.
|
|
@@ -22,7 +22,8 @@ All filter parameters are applied using the AND logical operator (not OR).
|
|
|
22
22
|
|
|
23
23
|
To get information about a specific request, run "sfdx force:package:version:create:report" and supply the request ID.
|
|
24
24
|
|
|
25
|
-
|
|
25
|
+
# examples
|
|
26
|
+
|
|
26
27
|
$ sfdx force:package:version:create:list
|
|
27
28
|
$ sfdx force:package:version:create:list --createdlastdays 3
|
|
28
29
|
$ sfdx force:package:version:create:list --status Error
|
|
@@ -10,7 +10,8 @@ Retrieves details about a package version creation request in the Dev Hub org.
|
|
|
10
10
|
|
|
11
11
|
Specify the request ID for which you want to view details. If applicable, the command displays errors related to the request.
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
# examples
|
|
14
|
+
|
|
14
15
|
$ sfdx force:package:version:create:report -i 08c...
|
|
15
16
|
$ sfdx force:package:version:create:report -i 08c... -v devhub@example.com
|
|
16
17
|
|
|
@@ -10,7 +10,8 @@ Delete unlocked and second-generation managed package versions.
|
|
|
10
10
|
|
|
11
11
|
Specify the ID or alias of the package version you want to delete.
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
# examples
|
|
14
|
+
|
|
14
15
|
$ sfdx force:package:version:delete -p "Your Package Alias"
|
|
15
16
|
$ sfdx force:package:version:delete -p 04t...
|
|
16
17
|
|
|
@@ -54,7 +54,8 @@ Use --concise or --verbose to display limited or additional details, respectivel
|
|
|
54
54
|
|
|
55
55
|
All filter parameters are applied using the AND logical operator (not OR).
|
|
56
56
|
|
|
57
|
-
|
|
57
|
+
# examples
|
|
58
|
+
|
|
58
59
|
$ sfdx force:package:version:list --verbose --createdlastdays 3 --released --orderby PatchVersion
|
|
59
60
|
$ sfdx force:package:version:list --packages 0Ho000000000000,0Ho000000000001 --released --modifiedlastdays 0
|
|
60
61
|
$ sfdx force:package:version:list --released
|
|
@@ -10,7 +10,8 @@ Promotes a package version to released status.
|
|
|
10
10
|
|
|
11
11
|
Supply the ID or alias of the package version you want to promote. Promotes the package version to released status.
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
# examples
|
|
14
|
+
|
|
14
15
|
$ sfdx force:package:version:promote -p 04t...
|
|
15
16
|
$ sfdx force:package:version:promote -p awesome_package_alias
|
|
16
17
|
$ sfdx force:package:version:promote -p "Awesome Package Alias"
|
|
@@ -23,7 +24,7 @@ ID (starts with 04t) or alias of the package version to promote
|
|
|
23
24
|
|
|
24
25
|
The ID (starts with 04t) or alias of the package version to promote.
|
|
25
26
|
|
|
26
|
-
#
|
|
27
|
+
# packageVersionPromoteConfirm
|
|
27
28
|
|
|
28
29
|
Are you sure you want to release package version %s? You can't undo this action. Release package (y/n)?
|
|
29
30
|
|
|
@@ -6,9 +6,8 @@ retrieve details about a package version in the Dev Hub org
|
|
|
6
6
|
|
|
7
7
|
Retrieves details about a package version in the Dev Hub org.
|
|
8
8
|
|
|
9
|
-
#
|
|
9
|
+
# examples
|
|
10
10
|
|
|
11
|
-
Examples:
|
|
12
11
|
$ sfdx force:package:version:report -p 04t...
|
|
13
12
|
$ sfdx force:package:version:report -p "Your Package Alias"
|
|
14
13
|
|
|
@@ -10,7 +10,8 @@ Updates a second-generation package version in the Dev Hub org.
|
|
|
10
10
|
|
|
11
11
|
Specify a new value for each option you want to update.
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
# examples
|
|
14
|
+
|
|
14
15
|
$ sfdx force:package:version:update -p "Your Package Alias" -k password123
|
|
15
16
|
$ sfdx force:package:version:update -p 04t... -b main -t 'Release 1.0.7'
|
|
16
17
|
$ sfdx force:package:version:update -p 04t... -e "New Package Version Description"
|