diff options
author | elijah <elijah@riseup.net> | 2016-07-21 00:55:12 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2016-08-23 13:37:34 -0700 |
commit | 205b61dfe721e6d88fc06b050a0497eeb35f4e02 (patch) | |
tree | 518b5799f56d9e224d7ca2d85b3d29ef0c01b3c6 /platform.rb | |
parent | 6fab56fb40256fb2e541ee3ad61490f03254d38e (diff) |
added 'leap vm' command
Diffstat (limited to 'platform.rb')
-rw-r--r-- | platform.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform.rb b/platform.rb index c79a15d8..9f5e7bfd 100644 --- a/platform.rb +++ b/platform.rb @@ -42,6 +42,7 @@ Leap::Platform.define do :tag_config => 'tags/#{arg}.json', :template_config => 'templates/#{arg}.json', :secrets_config => 'secrets.json', + :cloud_config => 'cloud.json', :node_config => 'nodes/#{arg}.json', # input config files, environmentally scoped |