summaryrefslogtreecommitdiff
path: root/cli/lib/leap_cli/commands/deploy.rb
diff options
context:
space:
mode:
Diffstat (limited to 'cli/lib/leap_cli/commands/deploy.rb')
-rw-r--r--cli/lib/leap_cli/commands/deploy.rb20
1 files changed, 0 insertions, 20 deletions
diff --git a/cli/lib/leap_cli/commands/deploy.rb b/cli/lib/leap_cli/commands/deploy.rb
deleted file mode 100644
index 3694a38..0000000
--- a/cli/lib/leap_cli/commands/deploy.rb
+++ /dev/null
@@ -1,20 +0,0 @@
-module LeapCli
- module Commands
-
- desc 'Apply recipes to a node or set of nodes'
- long_desc 'The node filter can be the name of a node, service, or tag.'
- arg_name '<node filter>'
- command :deploy do |c|
- c.action do |global_options,options,args|
- nodes = ConfigManager.filter(args)
- say "Deploying to these nodes: #{nodes.keys.join(', ')}"
- if agree "Continue? "
- say "deploy not yet implemented"
- else
- say "OK. Bye."
- end
- end
- end
-
- end
-end \ No newline at end of file