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) |
Windows 애플리케이션을 Microsoft Store에 게시하기 위한 Microsoft Store 개발자 CLI(msstore)입니다. 스토어 자격 증명을 구성하고, 스토어 앱을 나열하고, 제출 상태를 확인하고, 제출을 게시하고, 패키지 플라이트를 관리하고, 스토어 게시를 위한 CI/CD를 설정하거나, 파트너 센터와 통합하라는 메시지가 표시될 때 사용합니다. Windows 앱 SDK/WinUI, UWP, .NET MAUI, Flutter, Electron, React Native 및 PWA 애플리케이션을 지원합니다. 출처: github/awesome-copilot.