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) for publishing Windows applications to the Microsoft Store. Use when asked to configure Store credentials, list Store apps, check submission status, publish submissions, manage package flights, set up CI/CD for Store publishing, or integrate with Partner Center. Supports Windows App SDK/WinUI, UWP, .NET MAUI, Flutter, Electron, React Native, and PWA applications. Source: github/awesome-copilot.