Class: Kitsune::Kit::Commands::Provision
- Inherits:
-
Thor
- Object
- Thor
- Kitsune::Kit::Commands::Provision
- Defined in:
- lib/kitsune/kit/commands/provision.rb
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
20 21 22 23 24 25 26 27 28 |
# File 'lib/kitsune/kit/commands/provision.rb', line 20 def create = Kitsune::Kit::OptionsBuilder.build( , required: [:ssh_key_id], defaults: Kitsune::Kit::Defaults.infra ) Provisioner.new().create_or_show end |