class Kitsune::Kit::Commands::Init

def environments_options

def environments_options
  {
    "1" => "development",
    "2" => "production",
    "3" => "staging",
    "4" => "test"
  }
end