lib/percheron/commands/main.rb in percheron-0.7.8 vs lib/percheron/commands/main.rb in percheron-0.7.9
- old
+ new
@@ -10,8 +10,9 @@
subcommand 'create', 'Build images and create units for a stack', Create
subcommand 'recreate', 'Recreate a stack', Recreate
subcommand 'purge', 'Purge a stack', Purge
subcommand 'shell', 'Shell into a unit', Shell
subcommand 'logs', 'Show logs for a unit', Logs
+ subcommand 'graph', 'Generate a stack graph', Graph
end
end
end