constancy 0.3.2 → 0.3.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +6 -0
- data/lib/constancy/diff.rb +1 -1
- data/lib/constancy/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ae1133b21310c9e81bbfdec38f3f86196a0b18a9615bf4a09b9c6eccf9344355
|
4
|
+
data.tar.gz: d84ef8bfca702fade88dc33801b62abfc8c059bebb1cb853f3d2b5d071f90ffa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f39f5e460b4e765149270303bc273fca953d48c0984c11ffb74d3e861b0a2234e226added35c2be205b401b245b8c8081414f0957607b01acae93dc52196366a
|
7
|
+
data.tar.gz: 5b2d4906f3a6e91fc4f1708241fd377e1e3be73c448f9d7fd84c36946a6b44803f8ec80a36ef691ea1cd8365fc2792022ef3b58a4accf3665ed55654a1ace231
|
data/README.md
CHANGED
@@ -232,6 +232,8 @@ If the file `yourapp.yml` has the following content:
|
|
232
232
|
Then `constancy push` will attempt to create and/or update the following keys
|
233
233
|
with the corresponding content from `yourapp.yml`:
|
234
234
|
|
235
|
+
| Key | Value |
|
236
|
+
|:-----|:-------|
|
235
237
|
| `config/yourapp/prod/dbname` | `yourapp` |
|
236
238
|
| `config/yourapp/prod/message` | `Hello, world. This is a multiline message.\nThanks.` |
|
237
239
|
| `config/yourapp/prod/app/config.json` | `{\n "port": 8080,\n "enabled": true\n}` |
|
@@ -247,6 +249,8 @@ reference paths via your file's YAML structure directly. For example:
|
|
247
249
|
|
248
250
|
When pushed, this document will create and/or update the following keys:
|
249
251
|
|
252
|
+
| Key | Value |
|
253
|
+
|:-----|:-------|
|
250
254
|
| `config/yourapp/prod/redis/port` | `6380` |
|
251
255
|
| `config/yourapp/prod/redis/host` | `redis.example.com` |
|
252
256
|
|
@@ -269,6 +273,8 @@ this local file target content:
|
|
269
273
|
|
270
274
|
This file target content would correspond to the following values, when pushed:
|
271
275
|
|
276
|
+
| Key | Value |
|
277
|
+
|:-----|:-------|
|
272
278
|
| `config/yourapp/prod/postgres/host` | `db.myproject.example.com` |
|
273
279
|
| `config/yourapp/prod/postgres/port` | `10001` |
|
274
280
|
| `config/yourapp/prod/redis` | `Embedded Value` |
|
data/lib/constancy/diff.rb
CHANGED
data/lib/constancy/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: constancy
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Adams
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-01-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: imperium
|