Swarmy::Server
A named remote Docker Swarm host, reachable over SSH.
Servers are typically loaded from ~/.config/swarmy/servers.yml via
.load_all, but can also be built ad hoc (e.g. from --host/--user/--port).
Constants
Constructors
Class methods
Finds a saved server by name, or nil if none matches.
Loads all servers saved at path.
Returns an empty array if the file is missing, has no servers key, or
fails to parse as YAML (a warning is printed to stderr in that case).
Instance methods
host
Sourcename
Sourceport
Sourceuser
Source