@salesforce/plugin-packaging 1.10.4 → 1.10.6

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 (46) hide show
  1. package/lib/commands/force/package/beta/create.js +2 -3
  2. package/lib/commands/force/package/beta/create.js.map +1 -1
  3. package/lib/commands/force/package/beta/installed/list.js +1 -1
  4. package/lib/commands/force/package/beta/installed/list.js.map +1 -1
  5. package/lib/commands/force/package/beta/list.js +1 -1
  6. package/lib/commands/force/package/beta/list.js.map +1 -1
  7. package/lib/commands/force/package/beta/version/create.d.ts +1 -0
  8. package/lib/commands/force/package/beta/version/create.js +2 -1
  9. package/lib/commands/force/package/beta/version/create.js.map +1 -1
  10. package/lib/commands/force/package/beta/version/displayancestry.js +1 -5
  11. package/lib/commands/force/package/beta/version/displayancestry.js.map +1 -1
  12. package/lib/commands/force/package/beta/version/list.js +3 -5
  13. package/lib/commands/force/package/beta/version/list.js.map +1 -1
  14. package/messages/package1_version_create.md +0 -28
  15. package/messages/package1_version_display.md +0 -4
  16. package/messages/package1_version_list.md +0 -16
  17. package/messages/package_convert.md +0 -8
  18. package/messages/package_create.md +0 -9
  19. package/messages/package_displayancestry.md +0 -24
  20. package/messages/package_install.md +0 -44
  21. package/messages/package_install_report.md +0 -13
  22. package/messages/package_installed_list.md +0 -4
  23. package/messages/package_uninstall.md +0 -28
  24. package/messages/package_uninstall_report.md +0 -9
  25. package/messages/package_version_create.md +0 -90
  26. package/messages/package_version_create_report.md +0 -10
  27. package/messages/package_version_delete.md +0 -4
  28. package/messages/package_version_promote.md +4 -0
  29. package/messages/package_version_update.md +0 -4
  30. package/messages/packaging.md +0 -142
  31. package/oclif.manifest.json +1 -1
  32. package/package.json +6 -6
  33. package/messages/package2.md +0 -87
  34. package/messages/package2_create.md +0 -57
  35. package/messages/package2_list.md +0 -35
  36. package/messages/package2_update.md +0 -46
  37. package/messages/package2_version_create.md +0 -150
  38. package/messages/package2_version_create_get.md +0 -35
  39. package/messages/package2_version_create_list.md +0 -63
  40. package/messages/package2_version_get.md +0 -15
  41. package/messages/package2_version_list.md +0 -99
  42. package/messages/package2_version_update.md +0 -90
  43. package/messages/package_install_get.md +0 -33
  44. package/messages/package_install_request.md +0 -33
  45. package/messages/package_uninstall_get.md +0 -33
  46. package/messages/utils.md +0 -19
@@ -1,90 +0,0 @@
1
- # cliDescription
2
-
3
- update a second-generation package version
4
-
5
- # cliLongDescription
6
-
7
- Updates a second-generation package version in the Dev Hub org.
8
-
9
- # help
10
-
11
- Specify a new value for each option you want to update.
12
-
13
- To display details about a package2 version, run "sfdx force:package2:version:get".
14
-
15
- # examples
16
-
17
- $ sfdx force:package2:version:update --package2versionid 05i... --setasreleased
18
- $ sfdx force:package2:version:update -i 05i... -b master -t 'Release 1.0.7'
19
-
20
- # id
21
-
22
- the package version ID (starts wtih 05i)
23
-
24
- # idLong
25
-
26
- The package version ID (starts with 05i).
27
-
28
- # name
29
-
30
- the package version name
31
-
32
- # nameLong
33
-
34
- The package version name.
35
-
36
- # description
37
-
38
- the package version description
39
-
40
- # descriptionLong
41
-
42
- The second-generation package version description.
43
-
44
- # branch
45
-
46
- the package version branch
47
-
48
- # branchLong
49
-
50
- The second-generation package version branch.
51
-
52
- # tag
53
-
54
- the package version tag
55
-
56
- # tagLong
57
-
58
- The second-generation package version tag.
59
-
60
- # key
61
-
62
- installation key for key-protected package (default: null)
63
-
64
- # longKey
65
-
66
- Installation key for creating the key-protected package. The default is null.
67
-
68
- # setasreleased
69
-
70
- set the package version as released (can’t be undone)
71
-
72
- # setasreleasedLong
73
-
74
- Sets the second-generation package version as released. Second-generation packages can’t be changed to beta after they’ve been released.
75
-
76
- # setasreleasedForce
77
-
78
- no prompt to confirm setting the package version as released
79
-
80
- # setasreleasedForceLong
81
-
82
- No prompt to confirm setting the package version as released.
83
-
84
- # humanSuccess
85
-
86
- Successfully updated the package version. ID: %s.
87
-
88
- # previousReleased
89
-
90
- To release the new package2 version, run "sfdx force:package2:version:update -s <new package2 version ID>".
@@ -1,33 +0,0 @@
1
- # cliDescription
2
-
3
- retrieve the status of a package installation request
4
-
5
- # cliDescriptionLong
6
-
7
- Retrieves the status of a package installation request.
8
-
9
- # examples
10
-
11
- $ sfdx force:package:install:get -i 0Hf...
12
- $ sfdx force:package:install:get -i 0Hf... -u me@example.com
13
-
14
- # requestId
15
-
16
- ID of the package install request you want to check
17
-
18
- # requestIdLong
19
-
20
- The ID of the package install request you want to check.
21
-
22
- # IN_PROGRESS
23
-
24
- PackageInstallRequest is currently InProgress. You can continue to query the status using
25
- sfdx force:package:install:get -i %s -u %s
26
-
27
- # UNKNOWN
28
-
29
- TODO: fix me
30
-
31
- # SUCCESS
32
-
33
- Successfully installed package [%s]
@@ -1,33 +0,0 @@
1
- # cliDescription
2
-
3
- (deprecated) retrieve the status of a package install request
4
-
5
- # cliDescriptionLong
6
-
7
- Retrieves the status of a package installion request.
8
-
9
- # examples
10
-
11
- $ sfdx force:package:install:get -i 0Hf...
12
- $ sfdx force:package:install:get -i 0Hf... -u me@example.com
13
-
14
- # requestId
15
-
16
- Package Installation Request ID
17
-
18
- # requestIdLong
19
-
20
- ID of the package install request.
21
-
22
- # IN_PROGRESS
23
-
24
- The package installation request is still In Progress or Unknown. You can query the status using
25
- $ sfdx force:package:install:get -i %s -u %s
26
-
27
- # UNKNOWN
28
-
29
- TODO: fix me
30
-
31
- # SUCCESS
32
-
33
- Successfully installed package [%s].
@@ -1,33 +0,0 @@
1
- # cliDescription
2
-
3
- retrieve the status of a package uninstall request
4
-
5
- # cliDescriptionLong
6
-
7
- Retrieves the status of a package uninstall request.
8
-
9
- # examples
10
-
11
- $ sfdx force:package:uninstall:get -i 06y...
12
- $ sfdx force:package:uninstall:get -i 06y... -u me@example.com
13
-
14
- # requestId
15
-
16
- ID of the package uninstall request you want to check
17
-
18
- # requestIdLong
19
-
20
- The ID of the package uninstall request you want to check.
21
-
22
- # InProgress
23
-
24
- PackageUninstallRequest is currently InProgress. You can continue to query the status using
25
- sfdx force:package:uninstall:get -i %s -u %s
26
-
27
- # Unknown
28
-
29
- TODO: fix me
30
-
31
- # Success
32
-
33
- Successfully uninstalled package [%s]
package/messages/utils.md DELETED
@@ -1,19 +0,0 @@
1
- # invalidAliasOrId
2
-
3
- Invalid alias or ID: %s. Either your alias is invalid or undefined, or the ID provided is invalid.
4
-
5
- # packageAliasNotFound
6
-
7
- The subscriber package version alias: [%s] isn't defined in the sfdx-project.json.
8
-
9
- # packageAliasNotFound.actions
10
-
11
- Add it to the packageDirectories section and add the alias to packageAliases with its 04t ID.
12
-
13
- # projectNotFound
14
-
15
- Could not find the sfdx-project.json for subscriber package version: [%s]
16
-
17
- # projectNotFound.actions
18
-
19
- Are you running the command from within the project directory when using an alias?