feat: Moves playbook run into playbook client, need to move tests.

This commit is contained in:
2024-12-14 23:14:01 -05:00
parent 303cdef84b
commit bc0b740f95
4 changed files with 334 additions and 9 deletions

View File

@@ -0,0 +1,7 @@
import Foundation
enum PlaybookClientError: Error {
case projectDirectoryNotFound
case templateDirectoryNotFound
case templateDirectoryOrRepoNotSpecified
}