Sha256: f41961d6342f0b22d8390efb00837a8f21f34d50e90306de1a851805636f31dc
Contents?: true
Size: 393 Bytes
Versions: 11
Compression:
Stored size: 393 Bytes
Contents
require_relative 'digital_ocean/master_command' require_relative 'digital_ocean/node_command' class Kontena::Plugin::DigitalOceanCommand < Kontena::Command subcommand 'master', 'DigitalOcean master related commands', Kontena::Plugin::DigitalOcean::MasterCommand subcommand 'node', 'DigitalOcean node related commands', Kontena::Plugin::DigitalOcean::NodeCommand def execute end end
Version data entries
11 entries across 11 versions & 1 rubygems