diff options
author | elijah <elijah@riseup.net> | 2012-12-08 20:02:27 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2012-12-08 20:02:27 -0800 |
commit | 8572dfd59c21d2032b030adc9dc9a973c6e1c3f5 (patch) | |
tree | 3d3fb221339ddf4fa0037cbd88133431307f2e4e /lib/leap_cli/commands/pre.rb | |
parent | 155d744f6c6f94709925f0674f510b3064b6608e (diff) |
added commands 'node add' 'node rm' and 'node mv'
Diffstat (limited to 'lib/leap_cli/commands/pre.rb')
-rw-r--r-- | lib/leap_cli/commands/pre.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/leap_cli/commands/pre.rb b/lib/leap_cli/commands/pre.rb index cae787e..346814b 100644 --- a/lib/leap_cli/commands/pre.rb +++ b/lib/leap_cli/commands/pre.rb @@ -40,6 +40,11 @@ module LeapCli end # + # load all the nodes everything + # + manager + + # # check requirements # REQUIREMENTS.each do |key| |