Sha256: d501a471efc13bf218ab0e827f443a305e2fcfd45ae935157f62b5de55ac7aa1

Contents?: true

Size: 462 Bytes

Versions: 2

Compression:

Stored size: 462 Bytes

Contents

#!/usr/bin/env ruby

require 'methadone'
require 'vcloud/edge_gateway'

class App
  include Methadone::Main
  include Methadone::CLILogging

  main do |config_file|
    Vcloud::EdgeGatewayServices.new.update(config_file)
  end

  arg :resource

  description '
  vcloud-edge_gateway allows you to configure an EdgeGateway with an input file

  See https://github.com/alphagov/vcloud-edge_gateway for more info'

  version Vcloud::EdgeGateway::VERSION

  go!
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
vcloud-edge_gateway-0.3.0 bin/vcloud-configure-edge
vcloud-edge_gateway-0.2.4 bin/vcloud-configure-edge