class Loveline::Secret
- Loveline::Secret
- Reference
- Object
Overview
Loveline doesn't actually have any secrets management yet, but we've made this class anyway no our interfaces don't change drastically later.
Defined in:
loveline/secret.crConstructors
Instance Method Summary
- #to_s(*args, **kwargs)
-
#unwrap! : String
ONLY call this if you are about to place the result * into another secret, or * into an 0600 secrets directory, or * onto the network as part of CmdExec
Constructor Detail
Instance Method Detail
def unwrap! : String
#
ONLY call this if you are about to place the result
- into another secret, or
- into an 0600 secrets directory, or
- onto the network as part of CmdExec