module Kitsune
module Kitsune::Kit
module Kitsune::Kit::Commands
module Kitsune::Kit::Defaults
class Kitsune::Kit::CLI
class Kitsune::Kit::Commands::Bootstrap
class Kitsune::Kit::Commands::BootstrapDocker
class Kitsune::Kit::Commands::Init
class Kitsune::Kit::Commands::InstallDockerEngine
class Kitsune::Kit::Commands::PostinstallDocker
class Kitsune::Kit::Commands::Provision
class Kitsune::Kit::Commands::SetupDoMetrics
class Kitsune::Kit::Commands::SetupDockerPrereqs
class Kitsune::Kit::Commands::SetupFirewall
class Kitsune::Kit::Commands::SetupPostgresDocker
class Kitsune::Kit::Commands::SetupSwap
class Kitsune::Kit::Commands::SetupUnattended
class Kitsune::Kit::Commands::SetupUser
class Kitsune::Kit::Commands::SwitchEnv
class Kitsune::Kit::EnvLoader
class Kitsune::Kit::Error
class Kitsune::Kit::OptionsBuilder
class Kitsune::Kit::Provisioner
kitsune-kit
0.2.1
# find_droplet
def find_droplet @client.droplets.all(tag_name: @tag).detect { |d| d.name == @droplet_name } end