Skip to content

Commit 96c12ed

Browse files
authored
Added missing appId option on publish command. (#4083)
1 parent ed4a982 commit 96c12ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hub/apps/publish/msstore-dev-cli/publish-command.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,5 @@ msstore publish "C:\path\to\pwa_app"
6464

6565
| Option | Description |
6666
|----------------------|-------------|
67-
| -i, --inputDirectory | The directory where the '.msix' or '.msixupload' file to be used for the publishing command. If not provided, the cli will try to find the best candidate based on the 'pathOrUrl' argument. |
67+
| -i, --inputDirectory | The directory where the '.msix' or '.msixupload' file to be used for the publishing command. If not provided, the cli will try to find the best candidate based on the 'pathOrUrl' argument. |
68+
| -id, --appId | Specifies the Application Id. Only needed if the project has not been initialized before with the 'init' command. |

0 commit comments

Comments
 (0)