gplay details
gplay details
Section titled “gplay details”Manage app details (contact info, default language).
gplay details <subcommand> [flags]gplay details get
Section titled “gplay details get”Get app details for an edit.
gplay details get --package <name> --edit <id>| Flag | Description | Default |
|---|---|---|
--edit |
Edit ID | `` |
--output |
Output format: json (default), table, markdown | json |
--package |
Package name (applicationId) | `` |
--pretty |
Pretty-print JSON output | false |
gplay details update
Section titled “gplay details update”Update app details (replaces entire resource).
gplay details update --package <name> --edit <id> [--contact-email <email>] [--contact-phone <phone>] [--contact-website <url>] [--default-language <lang>] [--json <json>]Update app details. Replaces the entire resource.
Use individual flags for simple updates, or –json for full control. When –json is provided, it overrides all other flags.
JSON format: { “contactEmail”: “[email protected]”, “contactPhone”: “+1-555-0100”, “contactWebsite”: “https://example.com”, “defaultLanguage”: “en-US” }
Examples: gplay details update –package com.example –edit EDIT_ID –contact-email [email protected] gplay details update –package com.example –edit EDIT_ID –json @details.json
| Flag | Description | Default |
|---|---|---|
--contact-email |
Contact email address | `` |
--contact-phone |
Contact phone number | `` |
--contact-website |
Contact website URL | `` |
--default-language |
Default language (BCP-47 code) | `` |
--edit |
Edit ID | `` |
--json |
Full AppDetails JSON (or @file) - overrides other flags | `` |
--output |
Output format: json (default), table, markdown | json |
--package |
Package name (applicationId) | `` |
--pretty |
Pretty-print JSON output | false |
gplay details patch
Section titled “gplay details patch”Patch app details (partial update).
gplay details patch --package <name> --edit <id> [--contact-email <email>] [--contact-phone <phone>] [--contact-website <url>] [--default-language <lang>] [--json <json>]Patch app details. Only updates provided fields.
Use individual flags for simple updates, or –json for full control. When –json is provided, it overrides all other flags.
JSON format (include only fields to update): { “contactEmail”: “[email protected]” }
Examples: gplay details patch –package com.example –edit EDIT_ID –contact-email [email protected] gplay details patch –package com.example –edit EDIT_ID –json ‘{“contactWebsite”:“https://new.example.com"}’
| Flag | Description | Default |
|---|---|---|
--contact-email |
Contact email address | `` |
--contact-phone |
Contact phone number | `` |
--contact-website |
Contact website URL | `` |
--default-language |
Default language (BCP-47 code) | `` |
--edit |
Edit ID | `` |
--json |
Partial AppDetails JSON (or @file) - overrides other flags | `` |
--output |
Output format: json (default), table, markdown | json |
--package |
Package name (applicationId) | `` |
--pretty |
Pretty-print JSON output | false |