[PR #418] [MERGED] Certificate activation toggle #511

Closed
opened 2026-02-26 22:31:18 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/418
Author: @rudrankriyam
Created: 2/2/2026
Status: Merged
Merged: 2/3/2026
Merged by: @rudrankriyam

Base: mainHead: cursor/certificate-activation-toggle-b623


📝 Commits (1)

  • 585b82b Add certificate activation update

📊 Changes

7 files changed (+213 additions, -0 deletions)

View changed files

📝 internal/asc/client_http_test.go (+36 -0)
📝 internal/asc/client_signing.go (+29 -0)
📝 internal/asc/signing.go (+18 -0)
📝 internal/cli/certificates/certificates.go (+59 -0)
📝 internal/cli/certificates/certificates_test.go (+24 -0)
📝 internal/cli/certificates/shared_wrappers.go (+4 -0)
📝 internal/cli/cmdtest/commands_test.go (+43 -0)

📄 Description

Add UpdateCertificate client method and asc certificates update CLI command to toggle the activated flag for certificates.


Open in Cursor Open in Web


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/418 **Author:** [@rudrankriyam](https://github.com/rudrankriyam) **Created:** 2/2/2026 **Status:** ✅ Merged **Merged:** 2/3/2026 **Merged by:** [@rudrankriyam](https://github.com/rudrankriyam) **Base:** `main` ← **Head:** `cursor/certificate-activation-toggle-b623` --- ### 📝 Commits (1) - [`585b82b`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/585b82be051798cf983a64fe9e2df121610dd4d1) Add certificate activation update ### 📊 Changes **7 files changed** (+213 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `internal/asc/client_http_test.go` (+36 -0) 📝 `internal/asc/client_signing.go` (+29 -0) 📝 `internal/asc/signing.go` (+18 -0) 📝 `internal/cli/certificates/certificates.go` (+59 -0) 📝 `internal/cli/certificates/certificates_test.go` (+24 -0) 📝 `internal/cli/certificates/shared_wrappers.go` (+4 -0) 📝 `internal/cli/cmdtest/commands_test.go` (+43 -0) </details> ### 📄 Description Add `UpdateCertificate` client method and `asc certificates update` CLI command to toggle the `activated` flag for certificates. --- <a href="https://cursor.com/background-agent?bcId=bc-8acf3543-86c9-4d60-8596-f002871d50eb"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/assets/images/open-in-cursor-dark.png"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/assets/images/open-in-cursor-light.png"><img alt="Open in Cursor" width="131" height="28" src="https://cursor.com/assets/images/open-in-cursor-dark.png"></picture></a>&nbsp;<a href="https://cursor.com/agents?id=bc-8acf3543-86c9-4d60-8596-f002871d50eb"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/assets/images/open-in-web-dark.png"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/assets/images/open-in-web-light.png"><img alt="Open in Web" width="114" height="28" src="https://cursor.com/assets/images/open-in-web-dark.png"></picture></a> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 22:31:18 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/App-Store-Connect-CLI#511
No description provided.