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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f29f59d1b339dbf630b264c737ad8358f497d21e75984afdd713df6f1565862a
|
4
|
+
data.tar.gz: f59a91b4affd80bca51a39aaa2eac422d8cb48cf238b374971718494b60c9f80
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: decd6d992aae7db5886fa12abda324b594ab6286775fc73db70c747ed8ea95e96d729583001bb7feda0ba56c92c2998a4405b63f55bd3515f59f1ea288252fdb
|
7
|
+
data.tar.gz: 66668a5318434fce311e3627412a7066d68b1b89846354cea7d36b1164968f47668f0201d6fca8e7fd4858197ec553727996579555dd08618653e22240ee5991
|
@@ -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 }
|
data/lib/renuo/cli/version.rb
CHANGED
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.
|
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-
|
10
|
+
date: 2025-04-17 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: activesupport
|