Method: Kontena::Cli::Stacks::InstallCommand#create_stack
- Defined in:
- lib/kontena/cli/stacks/install_command.rb
#create_stack ⇒ Object
85 86 87 88 89 |
# File 'lib/kontena/cli/stacks/install_command.rb', line 85 def create_stack spinner "Creating stack #{pastel.cyan(stack['name'])} " do client.post("grids/#{current_grid}/stacks", stack) end end |