module Kontena::Cli::Stacks::Common::StackNameOption

Public Class Methods

included(where) click to toggle source

Include to add a stack name parameter

# File lib/kontena/cli/stacks/common.rb, line 71
def self.included(where)
  where.option ['-n', '--name'], 'NAME', 'Define stack name (by default comes from stack file)'
end