canzea 0.1.115 → 0.1.116
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/canzea/version.rb +1 -1
- data/lib/canzea.rb +2 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e31ec0a73c136d5f5f3a6a2d0685cd62cd579725
|
4
|
+
data.tar.gz: 4c53d8c22247ee5dd1c95a57c71f1053c82e80f5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0fe660ebb8122447618744a9e5bd2181f844f03ed8b4fd73c742f1d122e748e14b34fe7783f71059c9fcb8b42c6601e85400729fd8a6c88d56a17883fd189be8
|
7
|
+
data.tar.gz: 187107f82e6df2ba58fbda7304aaa7ff111a7d7b715d68e92c161c792a9676841d4bbc30817d43d0c818da7e288308a6e02055bb55cd23b53af795236b34795d
|
data/lib/canzea/version.rb
CHANGED
data/lib/canzea.rb
CHANGED
@@ -53,6 +53,7 @@ module Canzea
|
|
53
53
|
# flag nil, :enable, 'Enable the service'
|
54
54
|
flag nil, :test, 'Run as a test'
|
55
55
|
flag nil, :reset, 'Refresh catalog to latest'
|
56
|
+
flag nil, :fv, 'Show version and the catalog version'
|
56
57
|
flag nil, :config_git_commit, 'Manage configuration files in git'
|
57
58
|
|
58
59
|
option nil, :config, 'Config', argument: :required
|
@@ -111,7 +112,7 @@ module Canzea
|
|
111
112
|
|
112
113
|
GetCatalog.new.state
|
113
114
|
|
114
|
-
if (opts[:
|
115
|
+
if (opts[:fv])
|
115
116
|
puts "Canzea CLI: v#{Canzea::VERSION}"
|
116
117
|
|
117
118
|
puts "Catalog: #{ENV['CATALOG_BRANCH']} ( #{ENV['CATALOG_COMMIT']} )"
|