feat: Beginning to refactor cli-client

This commit is contained in:
2024-12-13 23:00:40 -05:00
parent 3f56dda568
commit b5afc77428
12 changed files with 479 additions and 25 deletions

View File

@@ -17,6 +17,7 @@ public extension DependencyValues {
@DependencyClient
public struct PlaybookClient: Sendable {
// TODO: Remove the configuration and have it passed in.
public var installPlaybook: @Sendable (Configuration) async throws -> Void
public var playbookDirectory: @Sendable (Configuration) async throws -> String