Sha256: 12d35928d1e78a7b2c53fd2f4862d81297b9461c4296761a03d967dac0c2270b

Contents?: true

Size: 1.72 KB

Versions: 1

Compression:

Stored size: 1.72 KB

Contents

Usage:
  specimen enc

Commands:
  specimen enc create          # create a new encrypted configuration
  specimen enc update          # update an existing encrypted configuration
  specimen enc validate        # validates if encrypted configuration is YAML conform
  specimen enc -h|--help       # You are looking at it

Options:
  -n, [--name=NAME]                       # required: true
                                          The name of the encrypted config.

                                          Examples:

                                          # create/update/validate config/enc/example.yml.enc
                                          $ specimen enc create/update/validate --name example

                                          # create/update/validate config/enc/foobar/example.yml.enc
                                          $ specimen enc create/update/validate --name foobar/example

  -e, [--editor=EDITOR]                   # default: 'vi'
                                          Is only used with the update command

                                          If you have the variable EDITOR set on your shell, it will override the
                                          default editor 'vi'

                                          Examples:

                                          # Uses EDITOR variable if set, otherwise 'vi' is used
                                          $ specimen update --name example

                                          # Uses 'nano' as EDITOR
                                          $ EDITOR='nano' specimen update --name example

                                          # Uses 'nano' as EDITOR
                                          $ specimen update --name example --editor nano

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
specimen-0.0.4.alpha lib/specimen/commands/encrypted_configuration/USAGE