iapi-idlc-sdk-pfm 1.0.4 → 1.0.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b55ff46a3681cd3471ddbd824915f689ca5acbca68238a98d6f63c7fddf5b363
4
- data.tar.gz: a1475ec458509fc8e9f873fe72d6c54a9fc3d843511501ce5d4604de4f3a3cb4
3
+ metadata.gz: d25e61b039da2d066d097bdb64ecced73dd64357427746a09b4843241f3e0348
4
+ data.tar.gz: be95f3f58073e4f5c98b0cabe14eeffc6f03e6de279bb6e5d500878b0e9f5a2e
5
5
  SHA512:
6
- metadata.gz: 829930b1b8cf7dcc29250f4f9904844c152aa7d0753b5e61ad0d1832b15cd08e73e005d0048ff33621955dcd189ccce1cec47f5c114bd0cace2173b06d3d5edf
7
- data.tar.gz: 6624bc3eccb079ca9a9eb73e57a7b97a5640776a0bc23a4e89d4b54f6227b2c834b50e333dd66603e617d6a0e9235d6c0c895d98fc7229a86414bdfe9963848f
6
+ metadata.gz: 6be0003d6625c6266f3a84cd91f0bec53e08976dcc8ff1c9113ecd382aec320b8f664b8e43bac3b0979817475ab5d660c01b703d94e4393854283502093dc29c
7
+ data.tar.gz: e81db9d281e602d4a9a98d18df9f396af64f940d7587a79dac0414d580988fbd152a567824f46be48918696adc189e32159469f9ae94bc8624276e95d0717958
@@ -1,3 +1,5 @@
1
+ require 'tracer'
2
+
1
3
  module Pfm
2
4
  class CLI
3
5
  include Mixlib::CLI
@@ -48,8 +50,10 @@ BANNER
48
50
  if subcommand_name.nil? || option?(subcommand_name)
49
51
  handle_options
50
52
  elsif have_command?(subcommand_name)
53
+ Tracer.on if verbose?
51
54
  subcommand = instantiate_subcommand(subcommand_name)
52
55
  exit_code = subcommand.run_with_default_options(subcommand_params)
56
+ Tracer.off if verbose?
53
57
  exit normalized_exit_code(exit_code)
54
58
  else
55
59
  err "Unknown command `#{subcommand_name}'."
@@ -64,7 +64,7 @@ module Pfm
64
64
  1
65
65
  end
66
66
  rescue DeploymentFailure => e
67
- err("ERROR: #{e.message}\n")
67
+ err("PLAN ERROR: #{e.message}\n")
68
68
  1
69
69
  end
70
70
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iapi-idlc-sdk-pfm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Cazell
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2023-11-08 00:00:00.000000000 Z
12
+ date: 2023-11-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler