Sha256: d2da2ffc5b6d2f92d3861cac46bbdd032824a20e7504d59afe0d218eaf521fca
Contents?: true
Size: 222 Bytes
Versions: 34
Compression:
Stored size: 222 Bytes
Contents
module Kontena::Cli::Master require_relative 'azure/create_command' class AzureCommand < Clamp::Command subcommand "create", "Create a new Azure master", Azure::CreateCommand def execute end end end
Version data entries
34 entries across 34 versions & 1 rubygems