mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #571] [MERGED] Profiles: add local install/list/clean commands #627
Labels
No labels
bug
bug
documentation
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/App-Store-Connect-CLI#627
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/571
Author: @rudrankriyam
Created: 2/16/2026
Status: ✅ Merged
Merged: 2/16/2026
Merged by: @rudrankriyam
Base:
main← Head:profiles/local-management📝 Commits (10+)
be72eaefeat(profiles): add local install/list/clean commandsc4abad6test(cmdtest): cover profiles local install by idccef96aFix profiles local install/clean status reportingedc4165fix(profiles): skip and report unreadable local profiles2b883f3Fix UUID path traversal in profiles local installdc699b1Merge pull request #573 from rudrankriyam/cursor/profiles-local-command-issues-9d52d667039Merge pull request #575 from rudrankriyam/cursor/uuid-path-traversal-b5197e8e896Fix profiles local special-file scan and dedupe overwritec36db0aMerge pull request #577 from rudrankriyam/cursor/profile-file-system-safety-3825e7c602fFix local profile expiration boundary and safe open📊 Changes
13 files changed (+1568 additions, -1 deletions)
View changed files
📝
go.mod(+1 -0)📝
go.sum(+2 -0)➕
internal/cli/cmdtest/profiles_local_test.go(+471 -0)➕
internal/cli/profiles/local.go(+709 -0)➕
internal/cli/profiles/local_files.go(+15 -0)➕
internal/cli/profiles/local_parser.go(+98 -0)➕
internal/cli/profiles/local_scan_unix_test.go(+60 -0)➕
internal/cli/profiles/local_test.go(+30 -0)➕
internal/cli/profiles/local_uuid_test.go(+44 -0)📝
internal/cli/profiles/profiles.go(+1 -0)➕
internal/cli/shared/atomic_write.go(+93 -0)📝
internal/secureopen/secure_open_unix.go(+2 -1)➕
internal/secureopen/secure_open_unix_test.go(+42 -0)📄 Description
Summary
asc profiles local install|list|cleanfor managing locally installed.mobileprovisionfiles.~/Library/MobileDevice/Provisioning Profileson macOS;--install-dirsupports custom locations (and is required on non-macOS).cleansupports--expiredwith--dry-runand requires--confirmfor deletions.Closes #565.
Test plan
make formatmake lintASC_BYPASS_KEYCHAIN=1 make test🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.