Through the CLI, I can create and application or organization, however I cannot create an application in an organization or assign an application to an organization after creation.
I can create an org and then an app in it, with these two rest calls.
Create Org
curl -X POST "https://api.appcenter.ms/v0.1/orgs" -H "accept: application/json" -H "Content-Type: application/json" -d "{ \"display_name\": \"BPCustomer\", \"name\": \"BPCustomer\"}"
Create application under that organization
curl -X POST "https://api.appcenter.ms/v0.1/orgs/BPCustomer/apps" -H "accept: application/json" -H "Content-Type: application/json" -d "{ \"description\": \"TestApp\", \"display_name\": \"TestApp\", \"name\": \"TestApp\", \"os\": \"iOS\", \"platform\": \"Xamarin\"}"
馃憤 this would be very useful.
Hi @MicrosoftCSA and @RWOverdijk - thanks for this feedback/feature request and @MicrosoftCSA for providing the helpful workaround! I've logged this feature in our backlog. We currently don't have an ETA for this yet.
To the rest of the users, please give a "thumbs up" if you'd like to see this feature. We're constantly re-prioritizing our feature set based on customer's feedback. I'm keeping this issue open as a feature request in our backlog.
Hi @amchew
Any news about this feature ? It would be really useful
@amchew is there already a way to achieve this? I am seeing the support for this in the generated client code, not sure however how this would be exposed trough the cli api
Most helpful comment
馃憤 this would be very useful.