ephemeralHelp top-level constant

String const ephemeralHelp

The help text for --ephemeral, shared with the service parser.

Implementation

const String ephemeralHelp =
    'Keep everything in memory: a restart forgets the fleet, the audit trail '
    'and every credential issued with `grant add`. Mutually exclusive with '
    '--data-dir.';