renuo-cli 4.13.0 → 4.13.1

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: b57fc12b5a4094d854e4c1286323f5ba2a2f14186e4848a8e0d22e8e170588fb
4
- data.tar.gz: f612852d8349bfd0a5961c058b8cd6196dd60056544a72e81cfc0be862e9ba28
3
+ metadata.gz: f29f59d1b339dbf630b264c737ad8358f497d21e75984afdd713df6f1565862a
4
+ data.tar.gz: f59a91b4affd80bca51a39aaa2eac422d8cb48cf238b374971718494b60c9f80
5
5
  SHA512:
6
- metadata.gz: 30791f47ca4ac90b0d1ea21af197c1f2ff4d8bfc763a3b8869848b2042bd68c33cd4fb33ab7ed04e63595f92f8e56631c41ce64a05a002fceb969222279f9bbf
7
- data.tar.gz: ec909b93570706e37b446064b1306c261912e35e8aa166990aa23cc5b70cad02a4efa9e21f5af8954c4748a0786d706bf6f91c366bdfb2a5cad907088bc20587
6
+ metadata.gz: decd6d992aae7db5886fa12abda324b594ab6286775fc73db70c747ed8ea95e96d729583001bb7feda0ba56c92c2998a4405b63f55bd3515f59f1ea288252fdb
7
+ data.tar.gz: 66668a5318434fce311e3627412a7066d68b1b89846354cea7d36b1164968f47668f0201d6fca8e7fd4858197ec553727996579555dd08618653e22240ee5991
@@ -83,7 +83,7 @@ class Renuo::Cli::Commands::CheckDeploioStatus
83
83
  when "available", "success"
84
84
  puts "#{type} succeeded"
85
85
  true
86
- when "error", "failed"
86
+ when "error", "failed", "failure"
87
87
  puts fetch_build_logs
88
88
  abort "#{type} failed"
89
89
  else
@@ -9,6 +9,7 @@ class Renuo::Cli::Commands::FetchSecrets # rubocop:disable Metrics/ClassLength
9
9
  c.option "--init <private_vault_link>", String, "Initializes the renuo secrets store"
10
10
  c.description = <<~DESCRIPTION
11
11
  Run the command within a project folder to fetch the secrets from the renuo secrets store.
12
+ You need to create a "Secure Note" for your project and right to click copy the private link.
12
13
  The bin/setup of the project might run this command for you.
13
14
  DESCRIPTION
14
15
  c.action { |_, options| options.init ? new.init(options.init) : new.run }
@@ -3,7 +3,7 @@
3
3
  # :nocov:
4
4
  module Renuo
5
5
  class Cli
6
- VERSION = "4.13.0"
6
+ VERSION = "4.13.1"
7
7
  NAME = "renuo-cli"
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: renuo-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.13.0
4
+ version: 4.13.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Renuo AG
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-25 00:00:00.000000000 Z
10
+ date: 2025-04-17 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: activesupport