DeploymentCommandName
public enum DeploymentCommandName : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case installDependencies = "install_dependencies"
-
Undocumented
Declaration
Swift
case updateDependencies = "update_dependencies"
-
Undocumented
Declaration
Swift
case updateCustomCookbooks = "update_custom_cookbooks"
-
Undocumented
Declaration
Swift
case executeRecipes = "execute_recipes"
-
Undocumented
Declaration
Swift
case configure = "configure"
-
Undocumented
Declaration
Swift
case setup = "setup"
-
Undocumented
Declaration
Swift
case deploy = "deploy"
-
Undocumented
Declaration
Swift
case rollback = "rollback"
-
Undocumented
Declaration
Swift
case start = "start"
-
Undocumented
Declaration
Swift
case stop = "stop"
-
Undocumented
Declaration
Swift
case restart = "restart"
-
Undocumented
Declaration
Swift
case undeploy = "undeploy"
-
Declaration
Swift
public var description: String { get }