Class: Minfra::Cli::Project::TagCli
- 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
Instance Method Details
#create ⇒ Object
12 13 14 |
# File 'lib/minfra/cli/commands/project/tag.rb', line 12 def create puts Tag.new.tag_current_commit_for_deploy([:message], [:format]) end |