lib/yun/commands/yun_command.rb in yun-0.0.5 vs lib/yun/commands/yun_command.rb in yun-0.0.6
- old
+ new
@@ -20,9 +20,10 @@
ssh.chef role
end
register NodeCommand, :node, "node SUBCOMMAND", "commands for node"
+ register ImageCommand, :image, "image SUBCOMMAND", "commands for image"
private
end
end