Skip to content

Commit c04977b

Browse files
Fix formatting issues in bundle_version_create.md
1 parent 194ef96 commit c04977b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

messages/bundle_version_create.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,25 @@ Create a new package bundle version.
44

55
# description
66

7-
Before you create a new bundle version, create a definition file (similar to a scratch org definition file) that contains the list of package versions to include in the bundle. The definition file must be JSON and you must specify the package versions in the correct order of installation. The package bundle version is based on package versions listed in the definition file.
7+
Before you create a new bundle version, create a definition file (similar to a scratch org definition file) that contains the list of package versions to include in the bundle. The definition file must be JSON and you must specify the package versions in the correct order of installation. The package bundle version is based on package versions listed in the definition file.
88

99
After the first bundle version that you create, make sure to update the version number in the sfdx-project.json file for subsequent bundle versions.
1010

1111
To retrieve details about a package bundle version create request, including status and package bundle version ID (04t), run "sf package version create report -i 08c...".
12-
12+
1313
# examples
1414

1515
- Create a package bundle version in the Dev Hub org; uses the Dev Hub org with the username devhub@example.com:
1616

17-
<%= config.bin %> <%= command.id %> --bundle “Your bundle name” --definition-file resources/definition.json --target-dev-hub devhub@example.com
17+
<%= config.bin %> <%= command.id %> --bundle “Your bundle name” --definition-file resources/definition.json --target-dev-hub devhub@example.com
1818

1919
# flags.bundle.summary
2020

2121
Name or ID of the package bundle to create a version for.
2222

2323
# flags.definition-file.summary
2424

25-
Path to a definition file, similar to a scratch org definition file, that contains the list of package versions to include in the bundle.
25+
Path to a definition file, similar to a scratch org definition file, that contains the list of package versions to include in the bundle.
2626

2727
# flags.wait.summary
2828

0 commit comments

Comments
 (0)