The Microsoft Store Developer CLI (msstore) is a cross-platform command-line interface for publishing and managing applications in the Microsoft Store. It integrates with Partner Center APIs and supports automated publishing workflows for various application types.
Before using msstore, you need to create an Azure AD application with Partner Center access:
| -t, --tenantId | Azure AD Tenant ID | | -s, --sellerId | Partner Center Seller ID | | -c, --clientId | Azure AD Application Client ID | | -cs, --clientSecret | Client Secret for authentication | | -ct, --certificateThumbprint | Certificate thumbprint (alternative to client secret) |
Microsoft Store Developer CLI (msstore) zum Veröffentlichen von Windows-Anwendungen im Microsoft Store. Verwenden Sie diese Option, wenn Sie aufgefordert werden, Store-Anmeldeinformationen zu konfigurieren, Store-Apps aufzulisten, den Übermittlungsstatus zu überprüfen, Übermittlungen zu veröffentlichen, Paketflüge zu verwalten, CI/CD für die Store-Veröffentlichung einzurichten oder in Partner Center zu integrieren. Unterstützt Windows App SDK/WinUI-, UWP-, .NET MAUI-, Flutter-, Electron-, React Native- und PWA-Anwendungen. Quelle: github/awesome-copilot.