Skip to content

Commit

Permalink
fix: messages files are breaking the CLI Ref command generation
Browse files Browse the repository at this point in the history
  • Loading branch information
jshackell-sfdc authored Aug 25, 2022
1 parent fdbaef4 commit 9da58a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions messages/package_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ If you don’t have a namespace defined in your sfdx-project.json file, use --no

Your --name value must be unique within your namespace.

Run 'sfdx force:package:list' to list all packages in the Dev Hub org.

# examples

$ sfdx force:package:create -n YourPackageName -t Unlocked -r force-app
$ sfdx force:package:create -n YourPackageName -d "Your Package Descripton" -t Unlocked -r force-app

Run 'sfdx force:package:list' to list all packages in the Dev Hub org.

# name

package name
Expand Down

0 comments on commit 9da58a6

Please sign in to comment.