@salesforce/plugin-packaging 1.12.2 → 1.12.4

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.
Files changed (177) hide show
  1. package/README.md +0 -2
  2. package/lib/commands/package/convert.d.ts +23 -0
  3. package/lib/commands/package/convert.js +128 -0
  4. package/lib/commands/package/convert.js.map +1 -0
  5. package/lib/commands/package/create.d.ts +26 -0
  6. package/lib/commands/package/create.js +92 -0
  7. package/lib/commands/package/create.js.map +1 -0
  8. package/lib/commands/package/delete.d.ts +20 -0
  9. package/lib/commands/package/delete.js +65 -0
  10. package/lib/commands/package/delete.js.map +1 -0
  11. package/lib/commands/package/install/report.d.ts +19 -0
  12. package/lib/commands/package/install/report.js +65 -0
  13. package/lib/commands/package/install/report.js.map +1 -0
  14. package/lib/commands/package/install.d.ts +31 -0
  15. package/lib/commands/{force/package → package}/install.js +72 -76
  16. package/lib/commands/package/install.js.map +1 -0
  17. package/lib/commands/package/installed/list.d.ts +24 -0
  18. package/lib/commands/{force/package → package}/installed/list.js +19 -14
  19. package/lib/commands/package/installed/list.js.map +1 -0
  20. package/lib/commands/package/list.d.ts +26 -0
  21. package/lib/commands/{force/package → package}/list.js +23 -21
  22. package/lib/commands/package/list.js.map +1 -0
  23. package/lib/commands/package/uninstall/report.d.ts +15 -0
  24. package/lib/commands/package/uninstall/report.js +46 -0
  25. package/lib/commands/package/uninstall/report.js.map +1 -0
  26. package/lib/commands/package/uninstall.d.ts +19 -0
  27. package/lib/commands/package/uninstall.js +60 -0
  28. package/lib/commands/package/uninstall.js.map +1 -0
  29. package/lib/commands/package/update.d.ts +20 -0
  30. package/lib/commands/package/update.js +67 -0
  31. package/lib/commands/package/update.js.map +1 -0
  32. package/lib/commands/package/version/create/list.d.ts +18 -0
  33. package/lib/commands/{force/package → package}/version/create/list.js +28 -20
  34. package/lib/commands/package/version/create/list.js.map +1 -0
  35. package/lib/commands/package/version/create/report.d.ts +19 -0
  36. package/lib/commands/{force/package → package}/version/create/report.js +28 -24
  37. package/lib/commands/package/version/create/report.js.map +1 -0
  38. package/lib/commands/package/version/create.d.ts +40 -0
  39. package/lib/commands/package/version/create.js +220 -0
  40. package/lib/commands/package/version/create.js.map +1 -0
  41. package/lib/commands/package/version/delete.d.ts +21 -0
  42. package/lib/commands/package/version/delete.js +71 -0
  43. package/lib/commands/package/version/delete.js.map +1 -0
  44. package/lib/commands/package/version/displayancestry.d.ts +19 -0
  45. package/lib/commands/package/version/displayancestry.js +74 -0
  46. package/lib/commands/package/version/displayancestry.js.map +1 -0
  47. package/lib/commands/package/version/list.d.ts +40 -0
  48. package/lib/commands/{force/package → package}/version/list.js +56 -57
  49. package/lib/commands/package/version/list.js.map +1 -0
  50. package/lib/commands/package/version/promote.d.ts +18 -0
  51. package/lib/commands/{force/package → package}/version/promote.js +28 -25
  52. package/lib/commands/package/version/promote.js.map +1 -0
  53. package/lib/commands/package/version/report.d.ts +29 -0
  54. package/lib/commands/{force/package → package}/version/report.js +34 -32
  55. package/lib/commands/package/version/report.js.map +1 -0
  56. package/lib/commands/package/version/update.d.ts +22 -0
  57. package/lib/commands/package/version/update.js +77 -0
  58. package/lib/commands/package/version/update.js.map +1 -0
  59. package/lib/commands/package1/version/create/get.d.ts +15 -0
  60. package/lib/commands/{force/package1 → package1}/version/create/get.js +22 -14
  61. package/lib/commands/package1/version/create/get.js.map +1 -0
  62. package/lib/commands/package1/version/create.d.ts +28 -0
  63. package/lib/commands/package1/version/create.js +130 -0
  64. package/lib/commands/package1/version/create.js.map +1 -0
  65. package/lib/commands/package1/version/display.d.ts +16 -0
  66. package/lib/commands/{force/package1 → package1}/version/display.js +20 -18
  67. package/lib/commands/package1/version/display.js.map +1 -0
  68. package/lib/commands/package1/version/list.d.ts +16 -0
  69. package/lib/commands/{force/package1 → package1}/version/list.js +21 -20
  70. package/lib/commands/package1/version/list.js.map +1 -0
  71. package/messages/package1_version_create.md +33 -44
  72. package/messages/package1_version_create_get.md +11 -10
  73. package/messages/package1_version_display.md +10 -8
  74. package/messages/package1_version_list.md +14 -8
  75. package/messages/package_convert.md +31 -31
  76. package/messages/package_create.md +31 -40
  77. package/messages/package_delete.md +15 -20
  78. package/messages/package_displayancestry.md +25 -19
  79. package/messages/package_install.md +43 -52
  80. package/messages/package_install_report.md +9 -8
  81. package/messages/package_installed_list.md +9 -4
  82. package/messages/package_list.md +16 -13
  83. package/messages/package_uninstall.md +17 -15
  84. package/messages/package_uninstall_report.md +11 -10
  85. package/messages/package_update.md +13 -18
  86. package/messages/package_version_create.md +81 -127
  87. package/messages/package_version_create_list.md +26 -14
  88. package/messages/package_version_create_report.md +13 -10
  89. package/messages/package_version_delete.md +17 -17
  90. package/messages/package_version_list.md +29 -32
  91. package/messages/package_version_promote.md +22 -16
  92. package/messages/package_version_report.md +13 -14
  93. package/messages/package_version_update.md +23 -37
  94. package/messages/packaging.md +4 -12
  95. package/oclif.manifest.json +2455 -1
  96. package/package.json +61 -76
  97. package/schemas/package-convert.json +73 -0
  98. package/schemas/package-create.json +16 -0
  99. package/schemas/package-delete.json +72 -0
  100. package/schemas/package-install-report.json +169 -0
  101. package/schemas/package-install.json +169 -0
  102. package/schemas/package-installed-list.json +40 -0
  103. package/schemas/package-list.json +55 -0
  104. package/schemas/package-uninstall-report.json +51 -0
  105. package/schemas/package-uninstall.json +54 -0
  106. package/schemas/package-update.json +72 -0
  107. package/schemas/package-version-create-list.json +79 -0
  108. package/schemas/package-version-create-report.json +79 -0
  109. package/schemas/package-version-create.json +60 -0
  110. package/schemas/package-version-delete.json +72 -0
  111. package/schemas/package-version-displayancestry.json +61 -0
  112. package/schemas/package-version-list.json +146 -0
  113. package/schemas/package-version-promote.json +72 -0
  114. package/schemas/package-version-report.json +232 -0
  115. package/schemas/package-version-update.json +72 -0
  116. package/schemas/package1-version-create-get.json +91 -0
  117. package/schemas/package1-version-create.json +94 -0
  118. package/schemas/package1-version-display.json +37 -0
  119. package/schemas/package1-version-list.json +37 -0
  120. package/lib/commands/force/package/convert.d.ts +0 -11
  121. package/lib/commands/force/package/convert.js +0 -106
  122. package/lib/commands/force/package/convert.js.map +0 -1
  123. package/lib/commands/force/package/create.d.ts +0 -13
  124. package/lib/commands/force/package/create.js +0 -82
  125. package/lib/commands/force/package/create.js.map +0 -1
  126. package/lib/commands/force/package/delete.d.ts +0 -12
  127. package/lib/commands/force/package/delete.js +0 -63
  128. package/lib/commands/force/package/delete.js.map +0 -1
  129. package/lib/commands/force/package/install/report.d.ts +0 -12
  130. package/lib/commands/force/package/install/report.js +0 -39
  131. package/lib/commands/force/package/install/report.js.map +0 -1
  132. package/lib/commands/force/package/install.d.ts +0 -20
  133. package/lib/commands/force/package/install.js.map +0 -1
  134. package/lib/commands/force/package/installed/list.d.ts +0 -18
  135. package/lib/commands/force/package/installed/list.js.map +0 -1
  136. package/lib/commands/force/package/list.d.ts +0 -19
  137. package/lib/commands/force/package/list.js.map +0 -1
  138. package/lib/commands/force/package/uninstall/report.d.ts +0 -10
  139. package/lib/commands/force/package/uninstall/report.js +0 -44
  140. package/lib/commands/force/package/uninstall/report.js.map +0 -1
  141. package/lib/commands/force/package/uninstall.d.ts +0 -12
  142. package/lib/commands/force/package/uninstall.js +0 -55
  143. package/lib/commands/force/package/uninstall.js.map +0 -1
  144. package/lib/commands/force/package/update.d.ts +0 -11
  145. package/lib/commands/force/package/update.js +0 -63
  146. package/lib/commands/force/package/update.js.map +0 -1
  147. package/lib/commands/force/package/version/create/list.d.ts +0 -10
  148. package/lib/commands/force/package/version/create/list.js.map +0 -1
  149. package/lib/commands/force/package/version/create/report.d.ts +0 -11
  150. package/lib/commands/force/package/version/create/report.js.map +0 -1
  151. package/lib/commands/force/package/version/create.d.ts +0 -12
  152. package/lib/commands/force/package/version/create.js +0 -203
  153. package/lib/commands/force/package/version/create.js.map +0 -1
  154. package/lib/commands/force/package/version/delete.d.ts +0 -13
  155. package/lib/commands/force/package/version/delete.js +0 -66
  156. package/lib/commands/force/package/version/delete.js.map +0 -1
  157. package/lib/commands/force/package/version/displayancestry.d.ts +0 -13
  158. package/lib/commands/force/package/version/displayancestry.js +0 -70
  159. package/lib/commands/force/package/version/displayancestry.js.map +0 -1
  160. package/lib/commands/force/package/version/list.d.ts +0 -27
  161. package/lib/commands/force/package/version/list.js.map +0 -1
  162. package/lib/commands/force/package/version/promote.d.ts +0 -11
  163. package/lib/commands/force/package/version/promote.js.map +0 -1
  164. package/lib/commands/force/package/version/report.d.ts +0 -22
  165. package/lib/commands/force/package/version/report.js.map +0 -1
  166. package/lib/commands/force/package/version/update.d.ts +0 -11
  167. package/lib/commands/force/package/version/update.js +0 -73
  168. package/lib/commands/force/package/version/update.js.map +0 -1
  169. package/lib/commands/force/package1/version/create/get.d.ts +0 -10
  170. package/lib/commands/force/package1/version/create/get.js.map +0 -1
  171. package/lib/commands/force/package1/version/create.d.ts +0 -13
  172. package/lib/commands/force/package1/version/create.js +0 -115
  173. package/lib/commands/force/package1/version/create.js.map +0 -1
  174. package/lib/commands/force/package1/version/display.d.ts +0 -9
  175. package/lib/commands/force/package1/version/display.js.map +0 -1
  176. package/lib/commands/force/package1/version/list.d.ts +0 -9
  177. package/lib/commands/force/package1/version/list.js.map +0 -1
@@ -1,97 +1,88 @@
1
- # cliDescription
1
+ # summary
2
2
 
3
- install a package in the target org
3
+ Install a version of a package in the target org.
4
4
 
5
- Supply the ID of the package version to install. The package installs in your default target org unless you supply the username for a different target org.
5
+ # description
6
6
 
7
- For package upgrades, to specify options for component deprecation or deletion of removed components, include an --upgradetype value. To delete components that can be safely deleted and deprecate the others, specify --upgradetype Mixed (the default). To deprecate all removed components, specify --upgradetype DeprecateOnly. To delete all removed components, except for custom objects and custom fields, that don't have dependencies, specify --upgradetype Delete. (Note: This option can result in the loss of data that is associated with the deleted components.) The default is Mixed.
7
+ To install a package, specify a specific version of the package using the 04t package ID. The package and the version you specified installs in your default target org unless you supply the username for a different target org.
8
+
9
+ For package upgrades, to specify options for component deprecation or deletion of removed components, include an --upgrade-type value. To delete components that can be safely deleted and deprecate the others, specify --upgrade-type Mixed (the default). To deprecate all removed components, specify --upgrade-type DeprecateOnly. To delete all removed components, except for custom objects and custom fields, that don't have dependencies, specify --upgrade-type Delete. (Note: This option can result in the loss of data that is associated with the deleted components.) The default is Mixed.
8
10
 
9
11
  # examples
10
12
 
11
- $ sfdx force:package:install --package 04t... -u me@example.com
12
- $ sfdx force:package:install --package awesome_package_alias
13
- $ sfdx force:package:install --package "Awesome Package Alias"
14
- $ sfdx force:package:install --package 04t... -t DeprecateOnly
13
+ - Install a package version with the specified ID in the org with username "me@example.com":
15
14
 
16
- # wait
15
+ <%= config.bin %> <%= command.id %> --package 04t... --target-org me@example.com
17
16
 
18
- number of minutes to wait for installation status
17
+ - Install a package version with the specified alias into your default org:
19
18
 
20
- # waitLong
19
+ <%= config.bin %> <%= command.id %> --package awesome_package_alias
21
20
 
22
- Maximum number of minutes to wait for installation status. The default is 0.
21
+ - Install a package version with an alias that includes spaces into your default org:
23
22
 
24
- # installationKey
23
+ <%= config.bin %> <%= command.id %> --package "Awesome Package Alias"
25
24
 
26
- installation key for key-protected package (default: null)
25
+ - Install an unlocked package version with the specified ID and deprecate all removed components:
27
26
 
28
- # installationKeyLong
27
+ <%= config.bin %> <%= command.id %> --package 04t... --upgrade-type DeprecateOnly
29
28
 
30
- Installation key for installing a key-protected package. The default is null.
29
+ # flags.wait.summary
31
30
 
32
- # noPrompt
31
+ Number of minutes to wait for installation status.
33
32
 
34
- do not prompt for confirmation
33
+ # flags.installation-key.summary
35
34
 
36
- # noPromptLong
35
+ Installation key for key-protected package (default: null).
37
36
 
38
- Allows the following without an explicit confirmation response: 1) Remote Site Settings and Content Security Policy websites to send or receive data, and 2) --upgradetype Delete to proceed.
37
+ # flags.no-prompt.summary
39
38
 
40
- # promptUpgradeType
39
+ Don't prompt for confirmation.
41
40
 
42
- The Delete upgrade type permanently deletes metadata types that have been removed from the package. Deleted metadata can’t be recovered. We don't delete custom objects and custom fields. Instead, we deprecate them.
41
+ # flags.no-prompt.description
43
42
 
44
- Do you want to continue? (y/n)
43
+ Allows the following without an explicit confirmation response: 1) Remote Site Settings and Content Security Policy websites to send or receive data, and 2) --upgrade-type Delete to proceed.
45
44
 
46
- # promptUpgradeTypeDeny
45
+ # prompt-upgrade-type
47
46
 
48
- We canceled this package installation per your request.
49
-
50
- # publishWait
47
+ The Delete upgrade type permanently deletes metadata types that have been removed from the package. Deleted metadata can’t be recovered. We don't delete custom objects and custom fields. Instead, we deprecate them.
51
48
 
52
- number of minutes to wait for subscriber package version ID to become available in the target org
49
+ Do you want to continue? (y/n)
53
50
 
54
- # publishWaitLong
51
+ # flags.publish-wait.summary
55
52
 
56
- Maximum number of minutes to wait for the Subscriber Package Version ID to become available in the target org before canceling the install request. The default is 0.
53
+ Maximum number of minutes to wait for the Subscriber Package Version ID to become available in the target org before canceling the install request.
57
54
 
58
- # packageInstallSuccess
55
+ # package-install-success
59
56
 
60
57
  Successfully installed package [%s]
61
58
 
62
- # package
63
-
64
- ID (starts with 04t) or alias of the package version to install
65
-
66
- # packageLong
67
-
68
- The ID (starts with 04t) or alias of the package version to install.
59
+ # flags.package.summary
69
60
 
70
- # securityType
61
+ ID (starts with 04t) or alias of the package version to install.
71
62
 
72
- security access type for the installed package (deprecation notice: The default --securitytype value will change from AllUsers to AdminsOnly in v47.0 or later.)
63
+ # flags.security-type.summary
73
64
 
74
- # securityTypeLong
65
+ Security access type for the installed package. (deprecation notice: The default --security-type value will change from AllUsers to AdminsOnly in v47.0 or later.)
75
66
 
76
- Security access type for the installed package.
67
+ # flags.upgrade-type.summary
77
68
 
78
- # upgradeType
69
+ Upgrade type for the package installation; available only for unlocked packages.
79
70
 
80
- the upgrade type for the package installation; available only for unlocked packages
81
-
82
- # upgradeTypeLong
71
+ # flags.upgrade-type.description
83
72
 
84
73
  For package upgrades, specifies whether to mark all removed components as deprecated (DeprecateOnly), to delete removed components that can be safely deleted and deprecate the others (Mixed), or to delete all removed components, except for custom objects and custom fields, that don't have dependencies (Delete). The default is Mixed. Can specify DeprecateOnly or Delete only for unlocked package upgrades.
85
74
 
86
- # apexCompile
75
+ # flags.apex-compile.summary
87
76
 
88
- compile all Apex in the org and package, or only Apex in the package; unlocked packages only
77
+ Compile all Apex in the org and package, or only Apex in the package; unlocked packages only.
89
78
 
90
- # apexCompileLong
79
+ # flags.apex-compile.description
91
80
 
92
81
  Applies to unlocked packages only. Specifies whether to compile all Apex in the org and package, or only the Apex in the package.
82
+
93
83
  For package installs into production orgs, or any org that has Apex Compile on Deploy enabled, the platform compiles all Apex in the org after the package install or upgrade operation completes.
94
- This approach assures that package installs and upgrades don’t impact the performance of an org, and is done even if --apexcompile package is specified.
84
+
85
+ This approach assures that package installs and upgrades don’t impact the performance of an org, and is done even if --apex-compile package is specified.
95
86
 
96
87
  # promptEnableRss
97
88
 
@@ -101,7 +92,7 @@ This package might send or receive data from these third-party websites:
101
92
 
102
93
  Grant access (y/n)?
103
94
 
104
- # promptUpgradeType
95
+ # prompt-upgrade-type
105
96
 
106
97
  The Delete upgrade type permanently deletes metadata types that have been removed from the package. Deleted metadata can’t be recovered. We don't delete custom objects and custom fields. Instead, we deprecate them.
107
98
 
@@ -118,7 +109,7 @@ This command is supported only on API versions 36.0 and higher
118
109
  # packageInstallInProgress
119
110
 
120
111
  PackageInstallRequest is currently InProgress. You can continue to query the status using
121
- sfdx force:package:install:report -i %s -u %s
112
+ %s package:install:report -i %s -o %s
122
113
 
123
114
  # packageInstallError
124
115
 
@@ -1,16 +1,17 @@
1
- # cliDescription
1
+ # summary
2
2
 
3
- retrieve the status of a package installation request
3
+ Retrieve the status of a package installation request.
4
4
 
5
5
  # examples
6
6
 
7
- $ sfdx force:package:install:report -i 0Hf...
8
- $ sfdx force:package:install:report -i 0Hf... -u me@example.com
7
+ - Retrieve the status of a package installation request with the specified ID on your default org:
9
8
 
10
- # requestId
9
+ <%= config.bin %> <%= command.id %> --request-id 0Hf...
11
10
 
12
- ID of the package install request you want to check
11
+ - Similar to previous example, except use the org with username me@example.com:
13
12
 
14
- # requestIdLong
13
+ <%= config.bin %> <%= command.id %> --request-id 0Hf... --target-org me@example.com
15
14
 
16
- The ID of the package install request you want to check.
15
+ # flags.request-id.summary
16
+
17
+ ID of the package install request you want to check; starts with 0Hf.
@@ -1,8 +1,13 @@
1
- # cliDescription
1
+ # summary
2
2
 
3
- list the org’s installed packages
3
+ List the org’s installed packages.
4
4
 
5
5
  # examples
6
6
 
7
- $ sfdx force:package:installed:list
8
- $ sfdx force:package:installed:list -u me@example.com
7
+ - List the installed packages in your default org:
8
+
9
+ <%= config.bin %> <%= command.id %>
10
+
11
+ - List the installed packages in the org with username me@example.com:
12
+
13
+ <%= config.bin %> <%= command.id %> --target-org me@example.com
@@ -1,13 +1,20 @@
1
- # cliDescription
1
+ # summary
2
2
 
3
- list all packages in the Dev Hub org
3
+ List all packages in the Dev Hub org.
4
+
5
+ # description
4
6
 
5
7
  You can view the namespace, IDs, and other details for each package.
6
8
 
7
9
  # examples
8
10
 
9
- $ sfdx force:package:list -v devhub@example.com
10
- $ sfdx force:package:list -v devhub@example.com --verbose
11
+ - List all packages in the specified Dev Hub org:
12
+
13
+ <%= config.bin %> <%= command.id %> --target-hub-org devhub@example.com
14
+
15
+ - List all packages details in the specified Dev Hub org, and show extended details about each package:
16
+
17
+ <%= config.bin %> <%= command.id %> --target-hub-org devhub@example.com --verbose
11
18
 
12
19
  # namespace
13
20
 
@@ -21,7 +28,7 @@ Name
21
28
 
22
29
  Id
23
30
 
24
- # packageId
31
+ # package-id
25
32
 
26
33
  Subscriber Package Id
27
34
 
@@ -33,17 +40,13 @@ Alias
33
40
 
34
41
  Description
35
42
 
36
- # packageType
43
+ # package-type
37
44
 
38
45
  Type
39
46
 
40
- # verboseDescription
41
-
42
- display extended package detail
43
-
44
- # verboseLongDescription
47
+ # flags.verbose.summary
45
48
 
46
- Displays extended package details.
49
+ Display extended package detail.
47
50
 
48
51
  # convertedFromPackageId
49
52
 
@@ -53,7 +56,7 @@ Converted From Package Id
53
56
 
54
57
  Org-Dependent Unlocked Package
55
58
 
56
- # errorNotificationUsername
59
+ # error-notification-username
57
60
 
58
61
  Error Notification Username
59
62
 
@@ -1,39 +1,41 @@
1
- # cliDescription
1
+ # summary
2
2
 
3
- uninstall a second-generation package from the target org
3
+ Uninstall a second-generation package from the target org.
4
+
5
+ # description
4
6
 
5
7
  Specify the package ID for a second-generation package.
6
8
 
7
- To list the org’s installed packages, run "sfdx force:package:installed:list".
9
+ To list the org’s installed packages, run "<%= config.bin %> package installed list".
8
10
 
9
11
  To uninstall a first-generation package, from Setup, enter Installed Packages in the Quick Find box, then select Installed Packages.
10
12
 
11
13
  # examples
12
14
 
13
- $ sfdx force:package:uninstall -p 04t... -u me@example.com
14
- $ sfdx force:package:uninstall -p undesirable_package_alias
15
- $ sfdx force:package:uninstall -p "Undesirable Package Alias"
15
+ - Uninstall a package with specified ID from an org with username me@example.com:
16
+
17
+ <%= config.bin %> <%= command.id %> --package 04t... --target-org me@example.com
16
18
 
17
- # wait
19
+ - Uninstall a package with the specified alias from your default org:
18
20
 
19
- number of minutes to wait for uninstall status
21
+ <%= config.bin %> <%= command.id %> --package undesirable_package_alias
20
22
 
21
- # waitLong
23
+ - Uninstall a package with an alias that contains spaces from your default org:
22
24
 
23
- Maximum number of minutes to wait for uninstall status. The default is 0.
25
+ <%= config.bin %> <%= command.id %> --package "Undesirable Package Alias"
24
26
 
25
- # package
27
+ # flags.wait.summary
26
28
 
27
- ID (starts with 04t) or alias of the package version to uninstall
29
+ Number of minutes to wait for uninstall status.
28
30
 
29
- # packageLong
31
+ # flags.package.summary
30
32
 
31
- The ID (starts with 04t) or alias of the package version to uninstall.
33
+ ID (starts with 04t) or alias of the package version to uninstall.
32
34
 
33
35
  # InProgress
34
36
 
35
37
  PackageUninstallRequest is currently InProgress.
36
- You can continue to query the status using sfdx force:package:uninstall:report -i %s -u %s
38
+ You can continue to query the status using %s package uninstall report -i %s -o %s
37
39
 
38
40
  # Success
39
41
 
@@ -1,24 +1,25 @@
1
- # cliDescription
1
+ # summary
2
2
 
3
- retrieve status of package uninstall request
3
+ Retrieve the status of a package uninstall request.
4
4
 
5
5
  # examples
6
6
 
7
- $ sfdx force:package:uninstall:report -i 06y...
8
- $ sfdx force:package:uninstall:report -i 06y... -u me@example.com
7
+ - Retrieve the status of a package uninstall in your default org using the specified request ID:
9
8
 
10
- # requestId
9
+ <%= config.bin %> <%= command.id %> --request-id 06y...
11
10
 
12
- ID of the package uninstall request you want to check
11
+ - Similar to previous example, but use the org with username me@example.com:
13
12
 
14
- # requestIdLong
13
+ <%= config.bin %> <%= command.id %> --request-id 06y... --target-org me@example.com
15
14
 
16
- The ID of the package uninstall request you want to check.
15
+ # flags.request-id.summary
16
+
17
+ ID of the package uninstall request you want to check; starts with 06y.
17
18
 
18
19
  # InProgress
19
20
 
20
21
  PackageUninstallRequest is currently InProgress. You can continue to query the status using
21
- sfdx force:package:uninstall:report -i %s -u %s
22
+ %s package:uninstall:report -i %s -o %s
22
23
 
23
24
  # Unknown
24
25
 
@@ -28,6 +29,6 @@ TODO: fix me
28
29
 
29
30
  Successfully uninstalled package [%s]
30
31
 
31
- # packageIdInvalid
32
+ # package-id-invalid
32
33
 
33
34
  Verify that you entered a valid package uninstall request ID (starts with 06y) and try again.
@@ -1,37 +1,32 @@
1
- # cliDescription
1
+ # summary
2
2
 
3
- update package details
3
+ Update package details.
4
+
5
+ # description
4
6
 
5
7
  Specify a new value for each option you want to update.
6
8
 
7
- Run "sfdx force:package:list" to list all packages in the Dev Hub org.
9
+ Run "<%= config.bin %> package list" to list all packages in the Dev Hub org.
8
10
 
9
11
  # examples
10
12
 
11
- $ sfdx force:package:update -p "Your Package Alias" -n "New Package Name"
12
- $ sfdx force:package:update -p 0Ho... -d "New Package Description"
13
-
14
- # package
13
+ - Update the name of the package with the specified alias; uses your default Dev Hub org:
15
14
 
16
- ID (starts with 0Ho) or alias of the package to update
15
+ <%= config.bin %> <%= command.id %> --package "Your Package Alias" --name "New Package Name"
17
16
 
18
- # packageLong
17
+ - Update the description of the package with the specified ID; uses the specified Dev Hub org:
19
18
 
20
- The ID (starts with 0Ho) or alias of the package to update.
19
+ <%= config.bin %> <%= command.id %> --package 0Ho... --description "New Package Description" --target-hub-org devhub@example.com
21
20
 
22
- # name
21
+ # flags.package.summary
23
22
 
24
- new package name
23
+ ID (starts with 0Ho) or alias of the package to update.
25
24
 
26
- # nameLong
25
+ # flags.name.summary
27
26
 
28
27
  New name of the package.
29
28
 
30
- # description
31
-
32
- new package description
33
-
34
- # descriptionLong
29
+ # flags.description.summary
35
30
 
36
31
  New description of the package.
37
32