idlc-sdk-pfm 1.0.0.rc14 → 1.0.0.rc15

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: 9a9cf0a7269c97730c40b666843c847807e42fd4
4
- data.tar.gz: 74de22a4844b1ba931bc519dcc71f7f67190eabc
3
+ metadata.gz: 4aa7d614603485dd8ea4524fa9df05882e361fae
4
+ data.tar.gz: e21836f974d5fb6a95bb5498fcd9ba8371e8bc2f
5
5
  SHA512:
6
- metadata.gz: 4233bed6c6b907e65450674fc2031d6f717f5db5ba0a8ec8ada75834e4bf24fe78e04073ffe83b911a76cd7d99f7a990e9266cffb48e2707aa5ad9bc4e12b92b
7
- data.tar.gz: bc39e9373c4e49ac04e480dcb3642d743194e87cae6cd2b76b6231d5af785b1f22a42494425775754830b27de3b312a7132b1561040b2c10a75f0d7f200d3147
6
+ metadata.gz: 8a3da1131a7d5a209665bd1d0f8300b452b2b3a72ec2fca9dbf17fdd2859f506891ab5f24f0fd1819c0f9103f4c9d05071e0cab6adfb6006f3ea135ef9a573b2
7
+ data.tar.gz: f3b05d6965be4eb3b7c7c4dcffc801d6bbeb1e46607ed20f7b420ecbb908e674e727ffa93cb5880b60adb7118a8532c522603cea267471ce356b627a4bdb6473
@@ -19,12 +19,14 @@ module Pfm
19
19
  default: ENV['SERVER_BUILD']
20
20
 
21
21
  option :config_file,
22
- long: '--config-file',
22
+ short: '-c FILE',
23
+ long: '--config-file FILE',
23
24
  description: 'Optional environment metadata file',
24
25
  default: nil
25
26
 
26
27
  option :working_dir,
27
- long: '--dir',
28
+ short: '-d DIR',
29
+ long: '--dir DIR',
28
30
  description: 'Optional directory of infrastructure configuration to use',
29
31
  default: ''
30
32
 
@@ -26,12 +26,14 @@ module Pfm
26
26
  default: false
27
27
 
28
28
  option :config_file,
29
- long: '--config-file',
29
+ short: '-c FILE',
30
+ long: '--config-file FILE',
30
31
  description: 'Optional environment metadata file',
31
32
  default: nil
32
33
 
33
34
  option :working_dir,
34
- long: '--dir',
35
+ short: '-d DIR',
36
+ long: '--dir DIR',
35
37
  description: 'Optional directory of infrastructure configuration to use',
36
38
  default: ''
37
39
 
@@ -1,3 +1,3 @@
1
1
  module Pfm
2
- VERSION = '1.0.0.rc14'.freeze
2
+ VERSION = '1.0.0.rc15'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: idlc-sdk-pfm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.rc14
4
+ version: 1.0.0.rc15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Cazell