linchpin 0.0.12 → 0.0.14

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
  SHA256:
3
- metadata.gz: 3601868b64ed1c84a34c7b787c319568fc4be0ece3ff538050f93762d32f5624
4
- data.tar.gz: ffc612caee3d12b43a42093c53fe1015f519e3960bc96bec9a04aa44f14de781
3
+ metadata.gz: 6e7cb4d71153fe70afbf11e44ad38ade4964c3c351249240dd021b7641f48706
4
+ data.tar.gz: f2f05647c13817735cba8a120565d0f9400bd1863fbfdeab203237d7c9e70826
5
5
  SHA512:
6
- metadata.gz: 02c4aab72c09e82c96511cd6d26070c0b59245a1cbbc27d86dc14ac581030946f6de7c6622535fee95694b2d2c480fcd189b54b0cdea84fe99916c59fdf91288
7
- data.tar.gz: 7541bbafc8bd5bc00a3aa11d01c6287a48c6f1565ecd3e003fa3bd787487558b8fd23296f39dbfef654c69a6dd17a99704d0b93ac49a5e2ed75d6302914a9978
6
+ metadata.gz: ba9d5153f8b97449a5cc7a7ded2d852b4b7a7f9ecff442f22447da945a36e44fe69aa0314d53c7653748e75d986c6f2d2aca30e4f7d2d76fec79d7fb51c86203
7
+ data.tar.gz: b8adef15f12316d7b9d558e810000234e860cf57fecc02782f07fdd741623cba42e579ba2798532999efa0b42dc550fddbd45d3dfb4e2360bfd460d96127e8d2
data/lib/linchpin/cli.rb CHANGED
@@ -48,7 +48,7 @@ class LinchpinCLI < Thor
48
48
  end
49
49
  FileUtils.cp(File.join(File.join(File.join(Dir.pwd, 'config'), "deploy"), "secrets.ejson"), "#{temp_dir}")
50
50
 
51
- expose = app_configs.fetch('expose', '')
51
+ expose = configs.fetch('expose', '')
52
52
  escaped_command = Shellwords.escape("KUBECONFIG=~/.kube/config REVISION=#{version} kubernetes-deploy #{short_app_name} cicd-example --template-dir=#{temp_dir} --bindings=full_name=#{app_name},app_name=#{short_app_name},expose=#{expose}")
53
53
  command_output = system({}, "bash -c #{escaped_command}")
54
54
 
@@ -1,3 +1,3 @@
1
1
  module Linchpin
2
- VERSION = '0.0.12'
2
+ VERSION = '0.0.14'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: linchpin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12
4
+ version: 0.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Everton