feat: Begins moving run commands into cli-client module
This commit is contained in:
@@ -1,13 +1,6 @@
|
||||
/// Holds keys associated with environment values.
|
||||
public enum EnvironmentKey {
|
||||
public static let xdgConfigHomeKey = "XDG_CONFIG_HOME"
|
||||
public static let hpaConfigDirKey = "HPA_CONFIG_DIR"
|
||||
public static let hpaConfigFileKey = "HPA_CONFIG_FILE"
|
||||
}
|
||||
|
||||
/// Holds keys associated with hpa configuration files.
|
||||
public enum HPAKey {
|
||||
public static let defaultConfigHome = "~/.config/\(Self.hpaConfigDirectoryName)/\(Self.defaultConfigFileName)"
|
||||
public static let defaultConfigFileName = "config.toml"
|
||||
public static let hpaConfigDirectoryName = "hpa"
|
||||
enum Constants {
|
||||
static let playbookCommand = "ansible-playbook"
|
||||
static let playbookFileName = "main.yml"
|
||||
static let inventoryFileName = "inventory.ini"
|
||||
static let vaultCommand = "ansible-vault"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user