Class: Minfra::Cli::Project::TagCli

Inherits:
Command show all
Defined in:
lib/minfra/cli/commands/project/tag.rb

Instance Method Summary collapse

Methods included from Logging

#debug, #deprecated, #error, #exit_error, #info, #warn

Methods included from Common

#run_cmd

Instance Method Details

#createObject



12
13
14
# File 'lib/minfra/cli/commands/project/tag.rb', line 12

def create
  puts Tag.new.tag_current_commit_for_deploy(options[:message], options[:format])
end