Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 413 Bytes

File metadata and controls

17 lines (12 loc) · 413 Bytes

stacks encrypt

Usage

Usage: stacks encrypt [OPTIONS] [STRING]

  Encrypt a secret string using a public key. Can run in any directory.

Options:
  --public-key-path TEXT  [required]
  --from-stdin            Read input string from standard input
  --help                  Show this message and exit.

Description & example

See Inline secret encryption.