panoramix 0.7.9 → 0.7.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -76,6 +76,14 @@ module Panoramix
76
76
  end
77
77
  end
78
78
 
79
+ def id
80
+ info = created?
81
+ if info
82
+ containers = info.split("\n")
83
+ puts containers
84
+ end
85
+ end
86
+
79
87
  # Print docker-compose project logs
80
88
  def logs
81
89
  info = created?
@@ -69,5 +69,6 @@ def env(args, &block)
69
69
  prerequisites = deps.select { |d| ! d.is_a? Hash }
70
70
 
71
71
  instance = Panoramix::Plugin::Environment.new(name, vars)
72
+
72
73
  Panoramix.define_tasks(name, descriptions, instance, prerequisites, block)
73
74
  end
@@ -25,6 +25,7 @@ module Panoramix
25
25
  Actions.push(Action.new("stack_name", false, [Plugin::CloudFormation]))
26
26
  Actions.push(Action.new("ps", false, [Plugin::DockerUp, Plugin::CloudFormation, Plugin::Environment]))
27
27
  Actions.push(Action.new("rm", false, [Plugin::DockerUp]))
28
+ Actions.push(Action.new("id", false, [Plugin::DockerUp]))
28
29
  Actions.push(Action.new("vars", false, [Plugin::Environment]))
29
30
  Actions.push(Action.new("logs", false, [Plugin::DockerUp]))
30
31
  Actions.push(Action.new("clobber", false, [Plugin::DockerUp, Plugin::DockerBuild, Plugin::DockerImage]))
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: panoramix
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.9
4
+ version: 0.7.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-10-20 00:00:00.000000000 Z
12
+ date: 2015-11-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: pry