00aba5ac03
Easy commands are well... easy! They don't offer the full power of creating a completely custom command class, but they let you do the basics (what almost everyone needs) with minimal fuss. Example: class MyPlugin < Vagrant.plugin("1") name "my-plugin" easy_command "foo" do |action| puts "HELLO!" end end NOTE: The "action" stuff isn't done yet, but will be soon! |
||
---|---|---|
.. | ||
command.rb | ||
plugin.rb |