generated from salesforcecli/plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5ff70c6
commit 5bb0a25
Showing
29 changed files
with
101 additions
and
155 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ To list package version creation requests in the org, run "<%= config.bin %> pac | |
|
||
- Similar to previous example, but uses the specified Dev Hub org: | ||
|
||
<%= config.bin %> <%= command.id %> --package 033... --installation-key password123 --target-hub-org [email protected] | ||
<%= config.bin %> <%= command.id %> --package 033... --installation-key password123 --target-dev-hub [email protected] | ||
|
||
# flags.package.summary | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ Run '<%= config.bin %> package list to list all packages in the Dev Hub org. | |
|
||
- Create a managed packaged from the "force-app" directory files, give the package a description, and use the specified Dev Hub org: | ||
|
||
<%= config.bin %> <%= command.id %> --name MyManagedPackage --description "Your Package Descripton" --package-type Managed --path force-app --target-hub-org [email protected] | ||
<%= config.bin %> <%= command.id %> --name MyManagedPackage --description "Your Package Descripton" --package-type Managed --path force-app --target-dev-hub [email protected] | ||
|
||
# flags.name.summary | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ Delete unlocked and second-generation managed packages. Before you delete a pack | |
|
||
- Delete a package using its ID from the specified Dev Hub org: | ||
|
||
<%= config.bin %> <%= command.id %> --package 0Ho... --target-hub-org [email protected] | ||
<%= config.bin %> <%= command.id %> --package 0Ho... --target-dev-hub [email protected] | ||
|
||
# flags.package.summary | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ Display the ancestry tree for a 2GP managed package version. | |
|
||
- Display the ancestry tree for a package with the specified ID, using the Dev Hub org with username [email protected]: | ||
|
||
<%= config.bin %> <%= command.id %> --package OHo... --target-hub-org [email protected] | ||
<%= config.bin %> <%= command.id %> --package OHo... --target-dev-hub [email protected] | ||
|
||
- Display the ancestry tree of a package version with the specified ID, using your default Dev Hub org: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,11 +10,11 @@ You can view the namespace, IDs, and other details for each package. | |
|
||
- List all packages in the specified Dev Hub org: | ||
|
||
<%= config.bin %> <%= command.id %> --target-hub-org [email protected] | ||
<%= config.bin %> <%= command.id %> --target-dev-hub [email protected] | ||
|
||
- List all packages details in the specified Dev Hub org, and show extended details about each package: | ||
|
||
<%= config.bin %> <%= command.id %> --target-hub-org [email protected] --verbose | ||
<%= config.bin %> <%= command.id %> --target-dev-hub [email protected] --verbose | ||
|
||
# namespace | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ Run "<%= config.bin %> package list" to list all packages in the Dev Hub org. | |
|
||
- Update the description of the package with the specified ID; uses the specified Dev Hub org: | ||
|
||
<%= config.bin %> <%= command.id %> --package 0Ho... --description "New Package Description" --target-hub-org [email protected] | ||
<%= config.bin %> <%= command.id %> --package 0Ho... --description "New Package Description" --target-dev-hub [email protected] | ||
|
||
# flags.package.summary | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ We don’t calculate code coverage for org-dependent unlocked packages, or for p | |
|
||
- Create a package version from a package with the specified alias; uses the Dev Hub org with username [email protected]: | ||
|
||
<%= config.bin %> <%= command.id %> --package "Your Package Alias" --installation-key password123 --target-hub-org [email protected] | ||
<%= config.bin %> <%= command.id %> --package "Your Package Alias" --installation-key password123 --target-dev-hub [email protected] | ||
|
||
- Create a package version from a package with the specified ID: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ Status of the version creation request, used to filter the list. | |
|
||
- List package version creation requests from the last 3 days in the Dev Hub org with username [email protected]: | ||
|
||
<%= config.bin %> <%= command.id %> --created-last-days 3 --target-hub-org | ||
<%= config.bin %> <%= command.id %> --created-last-days 3 --target-dev-hub | ||
|
||
- List package version creation requests with status Error: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ To show all requests in the org, run "<%= config.bin %> package version create l | |
|
||
- Retrieve details about the specified package version creation request in the Dev Hub org with username [email protected]: | ||
|
||
<%= config.bin %> <%= command.id %> --package-create-request-id 08c... --target-hub-org [email protected] | ||
<%= config.bin %> <%= command.id %> --package-create-request-id 08c... --target-dev-hub [email protected] | ||
|
||
# flags.package-create-request-id.summary | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ Display extended package version details. | |
|
||
- List the released package versions for the two specified packages that were modified today; use the Dev Hub org with username [email protected]: | ||
|
||
<%= config.bin %> <%= command.id %> --packages 0Ho000000000000,0Ho000000000001 --released --modified-last-days 0 --target-hub-org [email protected] | ||
<%= config.bin %> <%= command.id %> --packages 0Ho000000000000,0Ho000000000001 --released --modified-last-days 0 --target-dev-hub [email protected] | ||
|
||
- List all released package versions in your default Dev Hub org: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ Supply the ID or alias of the package version you want to promote. Promotes the | |
|
||
- Promote the package version with the specified alias to released; uses the Dev Hub org with username [email protected]: | ||
|
||
<%= config.bin %> <%= command.id %> --package awesome_package_alias --target-hub-org [email protected] | ||
<%= config.bin %> <%= command.id %> --package awesome_package_alias --target-dev-hub [email protected] | ||
|
||
- Promote the package version with an alias that has spaces to released: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ To update package version values, run "<%= config.bin %> package version update" | |
|
||
- Retrieve details about the package version with the specified alias (that contains spaces) from the Dev Hub org with username [email protected]: | ||
|
||
<%= config.bin %> <%= command.id %> --package "Your Package Alias" --target-hub-org [email protected] | ||
<%= config.bin %> <%= command.id %> --package "Your Package Alias" --target-dev-hub [email protected] | ||
|
||
# flags.package.summary | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ To display details about a package version, run "<%= config.bin %> package versi | |
|
||
- Update the package version that has the specified ID with a new branch and tag; use the Dev Hub org with username [email protected]: | ||
|
||
<%= config.bin %> <%= command.id %> --package 04t... --branch main --tag 'Release 1.0.7' --target-hub-org [email protected] | ||
<%= config.bin %> <%= command.id %> --package 04t... --branch main --tag 'Release 1.0.7' --target-dev-hub [email protected] | ||
|
||
- Update the package version that has the specified ID with a new description: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.