12 строки
337 B
Ruby
12 строки
337 B
Ruby
require 'puppet/storage_account'
|
|
|
|
Puppet::Face.define(:azure_storage, '1.0.0') do
|
|
|
|
summary 'View and manage Window Azure storage account.'
|
|
description <<-'EOT'
|
|
This subcommand provides a command line interface to work with Windows Azure
|
|
storage account. The goal of these actions are to easily manage storage account.
|
|
EOT
|
|
|
|
end
|