diff --git a/CHANGELOG.md b/CHANGELOG.md index c5a5dc58..adaf8d76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.27.2](https://github.com/salesforcecli/plugin-packaging/compare/1.27.1...1.27.2) (2023-11-16) + +### Bug Fixes + +- **deps:** devScripts update ([#493](https://github.com/salesforcecli/plugin-packaging/issues/493)) and core v6 ([e8f1534](https://github.com/salesforcecli/plugin-packaging/commit/e8f1534dddd0d7c35b8de8c6853d7f2ffc9d6a75)) + ## [1.27.1](https://github.com/salesforcecli/plugin-packaging/compare/1.27.0...1.27.1) (2023-11-01) ### Bug Fixes diff --git a/README.md b/README.md index 28d57650..1da498b4 100644 --- a/README.md +++ b/README.md @@ -59,8 +59,8 @@ Create a first-generation package version in the release org. ``` USAGE - $ sf package1:version:create -o -i -n [--json] [--api-version ] [-d ] [-v ] - [-m] [-r ] [-p ] [-k ] [-w ] + $ sf package1:version:create -o -i -n [--api-version ] [-d ] [-v ] [-m] [-r + ] [-p ] [-k ] [-w ] FLAGS -d, --description= Package version description. @@ -76,9 +76,6 @@ FLAGS -w, --wait= Minutes to wait for the package version to be created (default: 2 minutes). --api-version= Override the api version used for api requests made by this command -GLOBAL FLAGS - --json Format output as json. - DESCRIPTION Create a first-generation package version in the release org. @@ -116,7 +113,7 @@ FLAG DESCRIPTIONS subscribers. ``` -_See code: [src/commands/package1/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.1/src/commands/package1/version/create.ts)_ +_See code: [src/commands/package1/version/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.2/src/commands/package1/version/create.ts)_ ## `sf package1:version:create:get` @@ -124,16 +121,13 @@ Retrieve the status of a package version creation request. ``` USAGE - $ sf package1:version:create:get -o -i [--json] [--api-version ] + $ sf package1:version:create:get -o -i [--api-version ] FLAGS -i, --request-id= (required) ID of the PackageUploadRequest (starts with 0HD). -o, --target-org= (required) Username or alias of the target org. --api-version= Override the api version used for api requests made by this command -GLOBAL FLAGS - --json Format output as json. - ALIASES $ sf force:package1:version:create:get @@ -147,7 +141,7 @@ EXAMPLES $ sf package1:version:create:get --request-id 0HD... --target-org myorg@example.com ``` -_See code: [src/commands/package1/version/create/get.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.1/src/commands/package1/version/create/get.ts)_ +_See code: [src/commands/package1/version/create/get.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.2/src/commands/package1/version/create/get.ts)_ ## `sf package1:version:display` @@ -155,7 +149,7 @@ Display details about a first-generation package version. ``` USAGE - $ sf package1:version:display -o -i [--json] [--api-version ] + $ sf package1:version:display -o -i [--api-version ] FLAGS -i, --package-version-id= (required) ID (starts with 04t) of the metadata package version whose details you @@ -163,9 +157,6 @@ FLAGS -o, --target-org= (required) Username or alias of the target org. --api-version= Override the api version used for api requests made by this command -GLOBAL FLAGS - --json Format output as json. - ALIASES $ sf force:package1:version:display @@ -179,7 +170,7 @@ EXAMPLES $ sf package1:version:display --package-version-id 04t... --target-org myorg@example.com ``` -_See code: [src/commands/package1/version/display.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.1/src/commands/package1/version/display.ts)_ +_See code: [src/commands/package1/version/display.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.2/src/commands/package1/version/display.ts)_ ## `sf package1:version:list` @@ -187,16 +178,13 @@ List package versions for the specified first-generation package or for the org. ``` USAGE - $ sf package1:version:list -o [--json] [--api-version ] [-i ] + $ sf package1:version:list -o [--api-version ] [-i ] FLAGS -i, --package-id= Metadata package ID (starts with 033) whose package versions you want to list. -o, --target-org= (required) Username or alias of the target org. --api-version= Override the api version used for api requests made by this command -GLOBAL FLAGS - --json Format output as json. - ALIASES $ sf force:package1:version:list @@ -215,7 +203,7 @@ FLAG DESCRIPTIONS If not specified, shows all versions for all packages (managed and unmanaged) in the org. ``` -_See code: [src/commands/package1/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.1/src/commands/package1/version/list.ts)_ +_See code: [src/commands/package1/version/list.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.2/src/commands/package1/version/list.ts)_ ## `sf package:create` @@ -223,8 +211,8 @@ Create a package. ``` USAGE - $ sf package:create -v -n -t Managed|Unlocked -r [--json] [--api-version ] [-d - ] [-e] [--org-dependent] [-o ] + $ sf package:create -v -n -t Managed|Unlocked -r [--api-version ] [-d ] [-e] + [--org-dependent] [-o ] FLAGS -d, --description= Description of the package. @@ -240,9 +228,6 @@ FLAGS --org-dependent Depends on unpackaged metadata in the installation org; applies to unlocked packages only. -GLOBAL FLAGS - --json Format output as json. - DESCRIPTION Create a package. @@ -292,7 +277,7 @@ FLAG DESCRIPTIONS Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide. ``` -_See code: [src/commands/package/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.1/src/commands/package/create.ts)_ +_See code: [src/commands/package/create.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.2/src/commands/package/create.ts)_ ## `sf package:delete` @@ -300,7 +285,7 @@ Delete a package. ``` USAGE - $ sf package:delete -v -p [--json] [--api-version ] [-n] + $ sf package:delete -v -p [--api-version ] [-n] FLAGS -n, --no-prompt Don’t prompt before deleting the package. @@ -308,9 +293,6 @@ FLAGS -v, --target-dev-hub= (required) Username or alias of the Dev Hub org. --api-version= Override the api version used for api requests made by this command -GLOBAL FLAGS - --json Format output as json. - DESCRIPTION Delete a package. @@ -332,7 +314,7 @@ EXAMPLES $ sf package:delete --package 0Ho... --target-dev-hub devhub@example.com ``` -_See code: [src/commands/package/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.1/src/commands/package/delete.ts)_ +_See code: [src/commands/package/delete.ts](https://github.com/salesforcecli/plugin-packaging/blob/1.27.2/src/commands/package/delete.ts)_ ## `sf package:install` @@ -340,8 +322,8 @@ Install a version of a package in the target org. ``` USAGE - $ sf package:install -o -p [--json] [--api-version ] [-w ] [-k ] [-b ] - [-r] [-a all|package] [-s AllUsers|AdminsOnly] [-t DeprecateOnly|Mixed|Delete] + $ sf package:install -o -p [--api-version ] [-w ] [-k ] [-b ] [-r] [-a + all|package] [-s AllUsers|AdminsOnly] [-t DeprecateOnly|Mixed|Delete] FLAGS -a, --apex-compile=