bosh_lastpass_plugin 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/bosh/cli/commands/lastpass_plugin.rb +5 -4
- data/lib/bosh/lastpass_plugin/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bb635e104d8c932f0c7ae6c36c546c77a98104ac
|
4
|
+
data.tar.gz: e7f2b38b2d6f7e3f959e5a271ff68ef7ba72ddf3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
10
|
-
desc "
|
11
|
-
def
|
12
|
-
|
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
|
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.
|
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-
|
11
|
+
date: 2016-05-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bosh_cli
|