ecfg 0.1.0 → 0.2.0

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
  SHA1:
3
- metadata.gz: c1bc6749f4febf360ac6515c3d15c46f7025fbf1
4
- data.tar.gz: 11e1d84b743a2e4adfd85543b9a83bab06c121a5
3
+ metadata.gz: 6bb9a708a95302516cba1dff3737cbcc5358508b
4
+ data.tar.gz: da7ca7da4e029ddda6e7c1b087c9df349df6983f
5
5
  SHA512:
6
- metadata.gz: b5b82c56b0156f9b170881ce65cab2fc565f98391b4eb2d776e2ee116fde5fec5938131ba8bb235996316fc08fd9bda0d77ad5660f1ddebe3e59979227fd6ae5
7
- data.tar.gz: 5c1227b162654b6609c30f6740cb061c85b199563a7b07d282757033ab883aef22128bfe0da49567376fc20b8c67397d27138d1dc00ac7dab9036749c90da322
6
+ metadata.gz: d5ed502bf614baf9920f5b768fe1c9421348955227ca85b6fdd96a98629927b049fa68274f8f7f16ee44c7472595e0c562cdd2511ac55e10d6e33b5481767e3b
7
+ data.tar.gz: 455dd4d7f1077f913a40b19ee4f69b47a2735ac2873f6cdee46f6d8fe4ddd29ad768b7f3089799bde0705c63e878b9b838924750a0087a3fe4ab60a8820a2471
Binary file
Binary file
@@ -1,3 +1,3 @@
1
1
  module Ecfg
2
- VERSION = "0.1.0"
2
+ VERSION = "0.2.0"
3
3
  end
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "ECFG\-DECRYPT" "1" "July 2016" "Shopify" "Version 0.0.1"
4
+ .TH "ECFG\-DECRYPT" "1" "July 2016" "Shopify" "Version 0.2.0"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBecfg\-decrypt\fR \- decrypt an ecfg file
@@ -18,8 +18,8 @@ If no filename is given, data will instead be read from \fBstdin\fR\.
18
18
  .SH "OPTIONS"
19
19
  .
20
20
  .TP
21
- \fB\-t\fR, \fB\-\-type\fR="json|yaml"
22
- Specify the filetype\. Required when passing data from \fBstdin\fR and when \fIfile\fR does not end in "\.ecfg\.json" or "\.ecfg\.yaml"\.
21
+ \fB\-t\fR, \fB\-\-type\fR="json|yaml|toml"
22
+ Specify the filetype\. Required when passing data from \fBstdin\fR and when \fIfile\fR does not end in "\.ecfg\.json", "\.ecfg\.yaml", or "\.ecfg\.toml"\.
23
23
  .
24
24
  .SH "SEE ALSO"
25
25
  ecfg(1), ecfg\-encrypt(1), ecfg\-keygen(1), ecfg(5)
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "ECFG\-ENCRYPT" "1" "July 2016" "Shopify" "Version 0.0.1"
4
+ .TH "ECFG\-ENCRYPT" "1" "July 2016" "Shopify" "Version 0.2.0"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBecfg\-encrypt\fR \- encrypt an ecfg file
@@ -21,8 +21,8 @@ See ecfg(5) for information on the structure of an encryptable file\.
21
21
  .SH "OPTIONS"
22
22
  .
23
23
  .TP
24
- \fB\-t\fR, \fB\-\-type\fR="json|yaml"
25
- Specify the filetype\. Required when passing data from \fBstdin\fR and when \fIfile\fR does not end in "\.ecfg\.json" or "\.ecfg\.yaml"\.
24
+ \fB\-t\fR, \fB\-\-type\fR="json|yaml|toml"
25
+ Specify the filetype\. Required when passing data from \fBstdin\fR and when \fIfile\fR does not end in "\.ecfg\.json", "\.ecfg\.yaml", or "\.ecfg\.toml"\.
26
26
  .
27
27
  .SH "SEE ALSO"
28
28
  ecfg(1), ecfg\-decrypt(1), ecfg\-keygen(1), ecfg(5)
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "ECFG\-KEYGEN" "1" "July 2016" "Shopify" "Version 0.0.1"
4
+ .TH "ECFG\-KEYGEN" "1" "July 2016" "Shopify" "Version 0.2.0"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBecfg\-keygen\fR \- generate a new keypair for use with ecfg
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "ECFG" "1" "July 2016" "Shopify" "Version 0.0.1"
4
+ .TH "ECFG" "1" "July 2016" "Shopify" "Version 0.2.0"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBecfg\fR \- manage application secrets via encrypted config
@@ -10,7 +10,7 @@
10
10
  \fBecfg\fR \fBcommand\fR [\fBargs\fR]
11
11
  .
12
12
  .SH "DESCRIPTION"
13
- \fBecfg\fR is a utility for managing a collection of secrets, typically to be committed to source control\. The secrets are encrypted using public key, elliptic curve cryptography\. Secrets are collected in a JSON or YAML file, in which all the string values are encrypted\. Public keys are embedded in the file, and the decrypter looks up the corresponding private key from its local filesystem or process environment\.
13
+ \fBecfg\fR is a utility for managing a collection of secrets, typically to be committed to source control\. The secrets are encrypted using public key, elliptic curve cryptography\. Secrets are collected in a JSON, YAML, or TOML file, in which all the string values are encrypted\. Public keys are embedded in the file, and the decrypter looks up the corresponding private key from its local filesystem or process environment\.
14
14
  .
15
15
  .P
16
16
  See ecfg(5) for more information on the \fBecfg\fR file format, and read on for a workflow example\.
@@ -1,13 +1,13 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "ECFG" "5" "July 2016" "Shopify" "Version 0.0.1"
4
+ .TH "ECFG" "5" "July 2016" "Shopify" "Version 0.2.0"
5
5
  .
6
6
  .SH "NAME"
7
- \fBecfg\fR \- JSON or YAML file with asymmetric\-key\-encrypted values
7
+ \fBecfg\fR \- JSON, YAML, or TOML file with asymmetric\-key\-encrypted values
8
8
  .
9
9
  .SH "SYNOPSIS"
10
- An \fBecfg\fR file is syntactically a \fBjson\fR or \fByaml\fR file, but with a few minor semantic additions described below\.
10
+ An \fBecfg\fR file is syntactically a \fBjson\fR, \fByaml\fR, or \fBtoml\fR file, but with a few minor semantic additions described below\.
11
11
  .
12
12
  .SH "PUBLIC KEY"
13
13
  Each \fBecfg\fR file must have a key at the top level named \fB_public_key\fR\. This implies that the top\-level structure must be a hashmap, not an array\.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ecfg
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Burke Libbey