gpd-id-resolver

rudrankriyam/app-store-connect-cli-skills · updated Apr 8, 2026

$npx skills add https://github.com/rudrankriyam/app-store-connect-cli-skills --skill gpd-id-resolver
0 commentsdiscussion
summary

Use this skill to map names to IDs needed by other gpd commands.

skill.md

GPD ID Resolver

Use this skill to map names to IDs needed by other gpd commands.

Package name (app ID)

  • Package name is the primary identifier: com.example.app.
  • Always pass --package explicitly for deterministic results.

Track names

  • Common tracks: internal, alpha, beta, production.
  • List tracks:
    • gpd publish tracks --package com.example.app

Version codes and release status

  • Use release status to find version codes on a track:
    • gpd publish status --package com.example.app --track production

Tester groups

  • List testers by track:
    • gpd publish testers list --package com.example.app --track internal

Monetization IDs

  • Products:
    • gpd monetization products list --package com.example.app
    • gpd monetization products get sku123 --package com.example.app
  • One-time products:
    • gpd monetization onetimeproducts list --package com.example.app
  • Subscriptions:
    • gpd monetization subscriptions list --package com.example.app
    • gpd monetization subscriptions get sub123 --package com.example.app
  • Base plans and offers:
    • gpd monetization baseplans migrate-prices --package com.example.app sub123 plan456 --region-code US --price-micros 9990000
    • gpd monetization offers list --package com.example.app sub123 plan456

Permissions IDs

  • Developer users:
    • gpd permissions users list --developer-id DEV_ID
  • App grants:
    • gpd permissions grants create --package com.example.app --email user@example.com --app-permissions CAN_REPLY_TO_REVIEWS

Output tips

  • JSON is default; use --pretty for debugging.
  • Use --all on list commands to avoid missing items.

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.625 reviews
  • Shikha Mishra· Dec 16, 2024

    gpd-id-resolver is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Naina Jackson· Dec 16, 2024

    gpd-id-resolver has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Noor Thompson· Dec 12, 2024

    Keeps context tight: gpd-id-resolver is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Rahul Santra· Nov 7, 2024

    gpd-id-resolver fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Jin Wang· Nov 7, 2024

    Solid pick for teams standardizing on skills: gpd-id-resolver is focused, and the summary matches what you get after install.

  • Mateo Brown· Nov 3, 2024

    Registry listing for gpd-id-resolver matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Pratham Ware· Oct 26, 2024

    gpd-id-resolver has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Jin Patel· Oct 26, 2024

    gpd-id-resolver is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Mateo Thompson· Oct 22, 2024

    Useful defaults in gpd-id-resolver — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Oshnikdeep· Sep 5, 2024

    Useful defaults in gpd-id-resolver — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

showing 1-10 of 25

1 / 3