bosh_lastpass_plugin 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2872c5fde954a575b351c1e29c56cb96c1abcd21
4
- data.tar.gz: db8b0f976e2e9c1344ec114afb2d28b00a111c86
3
+ metadata.gz: bb635e104d8c932f0c7ae6c36c546c77a98104ac
4
+ data.tar.gz: e7f2b38b2d6f7e3f959e5a271ff68ef7ba72ddf3
5
5
  SHA512:
6
- metadata.gz: 112dca7a6d9c18f3e19136353774f29929df083fa09001cbd871b367e1967d161a4717ebef0b92a33ba01c9873b741e9070b3c54b304a825c0ad35935c79cfb0
7
- data.tar.gz: ab76e409bb92901ecd79334c0abd05caec570520dad31ed0fd4ab295daee2a8b7f05f299d8f972dd89265b854c2def127435d5b1f5f57ec80c6c298e45f55b48
6
+ metadata.gz: a5b8b6ac9e42ab7aac6ccc7a4d2cd2e9bfda761f7ad9505ac3995c69f6c66153a3e784497de1ba63f4091e4bfe0433c8da30c3b7158f7557f39bc1b693f425a9
7
+ data.tar.gz: dd8084398426df03cac21bd7c207bce0e8e497ed2d65192deafcc7d6ac33a447e0a65fdb2d30722f8e42905ad7773641fb4e2dee1f3a4e80f46aa4a852e14453
@@ -6,10 +6,11 @@ module Bosh::Cli::Command
6
6
 
7
7
  inject_into_yaml_parsing
8
8
 
9
- usage "lastpass keys"
10
- desc "simple BOSH CLI plugin"
11
- def perform
12
- p "hello"
9
+ usage "lastpass show manifest"
10
+ desc "display the manifest with lastpass keys substituted"
11
+ def show_manifest
12
+ deployment_required
13
+ puts ERB.new(File.read(deployment)).result
13
14
  end
14
15
 
15
16
  end
@@ -1,5 +1,5 @@
1
1
  module Bosh
2
2
  module LastpassPlugin
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bosh_lastpass_plugin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jatin Naik
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-05-23 00:00:00.000000000 Z
11
+ date: 2016-05-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bosh_cli