Skip to main content Link Menu Expand (external link) Document Search Copy Copied

auth0 guardian factors push update-apns

Partially update the Apple Push Notification service (APNs) configuration. Only the fields you provide are changed; the rest keep their current values. Run without flags to be prompted for each field, pre-filled with the current value (leave the .p12 blank to keep it unchanged).

Usage

auth0 guardian factors push update-apns [flags]

Examples

  auth0 guardian factors push update-apns --sandbox

Flags

      --bundle-id string   Apple app bundle identifier.
      --json               Output in json format.
      --json-compact       Output in compact json format.
      --p12 string         Base64-encoded .p12 certificate for APNs.
      --sandbox            Whether to use the APNs sandbox environment.

Inherited Flags

      --agent-mode      Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
      --debug           Enable debug mode.
      --no-color        Disable colors.
      --no-input        Disable interactivity.
      --tenant string   Specific tenant to use.