elhaz daemon

Synopsis

elhaz daemon COMMAND [ARGS]...

Description

Manage the elhaz daemon. The daemon is a background process that holds a bounded LRU cache of active AWS sessions and serves credential requests over a UNIX domain socket.

For a conceptual overview of the daemon, see Daemon.

Options

--help

Show help message and exit.

Commands

add

Initialize a session and add it to the daemon’s cache.

kill

Forcefully stop the daemon (alias for stop).

list

List all active sessions in the daemon’s cache.

logs

Print daemon log output.

remove

Remove an active session from the daemon’s cache.

start

Start the daemon in the background.

status

Report whether the daemon is currently running.

stop

Stop the running daemon gracefully.