elhaz daemon add¶
Synopsis¶
elhaz daemon add [OPTIONS]
Description¶
Initialize an AWS session for the named config and add it to the daemon’s session cache. If the cache is full, the least recently used session is evicted to make room.
The daemon must be running before calling this command.
Options¶
--name,-nNAMEConfig name. If omitted, an interactive selection prompt is shown.
--helpShow help message and exit.
Examples¶
Add a session by config name:
elhaz daemon add -n prod
Select a config interactively:
elhaz daemon add
See also
elhaz daemon remove — remove a session from the cache without stopping the daemon.