feat: Working on moving commands to cli-client
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
enum Constants {
|
||||
static let executableName = "hpa"
|
||||
static let playbookCommand = "ansible-playbook"
|
||||
static let playbookFileName = "main.yml"
|
||||
static let inventoryFileName = "inventory.ini"
|
||||
|
||||
@@ -4,6 +4,9 @@ import DependenciesMacros
|
||||
import Foundation
|
||||
import ShellClient
|
||||
|
||||
// TODO: Add logging options and setup in this module and remove from the
|
||||
// executable `hpa` module.
|
||||
|
||||
public extension DependencyValues {
|
||||
var cliClient: CliClient {
|
||||
get { self[CliClient.self] }
|
||||
|
||||
Reference in New Issue
Block a user