class ChefCLI::Command::GeneratorCommands::Cookbook

def contains_delivery_cli_toml?(path)

def contains_delivery_cli_toml?(path)
  delivery_cli_path = path.join(".delivery/cli.toml")
  delivery_cli_path.exist?
end