Skip to content

Commit 16abb0f

Browse files
committed
Add refresh local after sync completed feature
1 parent bec00a4 commit 16abb0f

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Sources/AppStoreConnectCLI/Commands/TestFlight/Sync/TestFlightPushCommand.swift

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,13 @@ struct TestFlightPushCommand: CommonParsableCommand {
6868

6969
print("Syncing Completed. \n")
7070
}
71+
72+
// Refresh local configuration files after syncing completed
73+
try TestFlightConfigLoader()
74+
.save(
75+
try service.pullTestFlightConfigs(),
76+
in: inputPath
77+
)
7178
}
7279

7380
private func processAppSharedTesters(

0 commit comments

Comments
 (0)