Module: Kontena::Cli::Stacks::Common::RegistryNameParam
- Included in:
- Registry::CreateCommand, Registry::MakePrivateCommand, Registry::MakePublicCommand, Registry::PullCommand, Registry::RemoveCommand, Registry::ShowCommand
- Defined in:
- lib/kontena/cli/stacks/common.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.included(where) ⇒ Object
50 51 52 |
# File 'lib/kontena/cli/stacks/common.rb', line 50 def self.included(where) where.parameter "STACK_NAME", "Stack name, for example user/stackname or user/stackname:version", attribute_name: :source end |