Class: Sambot::Tasks::Create

Inherits:
BaseCommand show all
Defined in:
lib/sambot/tasks/create.rb

Constant Summary collapse

NAME_REQUEST =
' What is the name of this cookbook?'
PLATFORM_REQUEST =
' What operating system will this cookbook run on?'
DESCRIPTION_REQUEST =
' What does this cookbook do?'
PLATFORM_OPTIONS =
%w[windows centos both]
IDENTIFIER_REQUEST =
' What will be the unique machiner identifier for this role cookbook i.e. TCA (TeamCity Agent) or RMQ (RabbitMQ role)?'

Method Summary

Methods inherited from Thor

command_help