microsoft / code-push-server

Standalone CodePush server from App Center
MIT License
605 stars 157 forks source link

🔍 - Missing organization feature in cli #14

Closed flixyudh closed 1 month ago

flixyudh commented 1 month ago

when try to explore code-push-standalone I notice there is no way to create an organization. So how do i create a new organization like appcenter-cli?

use case: currently I have two different organization, let say App A and App Z, in App A and App Z I have different app for feature, bugfix and production.

current situation in Appcenter dashboard:

org: App A
  App: - feature-ios
           - feature-android
           - bugfix-ios
           - bugfix-android
           - production-ios
           - production-android
org: App Z
  App: - feature-ios
           - feature-android
           - bugfix-ios
           - bugfix-android
           - production-ios
           - production-android

so let say I want to invite John Doe to access only App A, Jane Doe for App Z and John Jane can access App A and App Z.

My question is how do I invite other people and manage their access to the Apps?

lucen-ms commented 1 month ago

Standalone version does not support organizations. You can simply run two independent servers - one for each organization.