lib/chef/knife/ionoscloud_snapshot_get.rb in knife-ionoscloud-6.0.0 vs lib/chef/knife/ionoscloud_snapshot_get.rb in knife-ionoscloud-6.1.0
- old
+ new
@@ -10,15 +10,14 @@
option :snapshot_id,
short: '-S SNAPSHOT_ID',
long: '--snapshot-id SNAPSHOT_ID',
description: 'ID of the group.'
- attr_reader :description, :required_options
-
def initialize(args = [])
super(args)
@description =
'Retrieves the attributes of a given Snapshot.'
+ @directory = 'compute-engine'
@required_options = [:snapshot_id, :ionoscloud_username, :ionoscloud_password]
end
def run
$stdout.sync = true