We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bec00a4 commit 16abb0fCopy full SHA for 16abb0f
1 file changed
Sources/AppStoreConnectCLI/Commands/TestFlight/Sync/TestFlightPushCommand.swift
@@ -68,6 +68,13 @@ struct TestFlightPushCommand: CommonParsableCommand {
68
69
print("Syncing Completed. \n")
70
}
71
+
72
+ // Refresh local configuration files after syncing completed
73
+ try TestFlightConfigLoader()
74
+ .save(
75
+ try service.pullTestFlightConfigs(),
76
+ in: inputPath
77
+ )
78
79
80
private func processAppSharedTesters(
0 commit comments