Blackjacx/Assist

Extend apps subcommand to get the live version

Blackjacx opened this issue · 1 comments

  • Create asc apps appStoreVersions
  • Add a global filter which can be used to filter/limit the output to certain fields. With this the ready for sale version could be filtered from all app store versions.

Curl Command

url="https://api.appstoreconnect.apple.com/v1/apps/1511490642/appStoreVersions?filter[appStoreState]=READY_FOR_SALE"
curl -g -v $url -H  "content-type: application/json" -H "Authorization: $(asc_auth_header)" | jq '.data[] | ( .id, .attributes )'

Links

Done on develop