class SwarmClusterCliOpe::Commands::Swarm

Public Instance Methods

ls() click to toggle source

@return [SwarmClusterCliOpe::ShellCommandResponse]

# File lib/swarm_cluster_cli_ope/commands/swarm.rb, line 6
def ls
  command do |cmd|
    cmd.add("stack ls")
  end.execute
end