# auth + context
./si google play auth status --account core --verify-package com.example.app
./si google play context use --account core --env prod --package com.example.app --service-account-file ~/.secrets/play-sa.json
# listing + details
./si google play listing update --account core --package com.example.app --language en-US \
--title "Example App" --short-description "Short summary" --full-description "Long description"
./si google play details update --account core --package com.example.app \
--contact-email support@example.com --contact-website https://example.com/support
# assets
./si google play asset upload --account core --package com.example.app --language en-US \
--type phoneScreenshots --clear-first --file ./play-store/images/en-US/phoneScreenshots/01.png
# releases
./si google play release upload --account core --package com.example.app --aab ./app-release.aab --track internal
./si google play release promote --account core --package com.example.app --from internal --to production --status completed
./si google play release set-status --account core --package com.example.app --track production --status halted
# raw fallback
./si google play raw --account core --method GET \
--path /androidpublisher/v3/applications/com.example.app/edits