Beam an interface on top of the Teleport CLI. It uses skim, a fuzzy finder written in Rust, to provide a nice interface for searching and filtering.
A few useful Beam commands:
bash
beam -c
bash
beam list --format names
bash
beam connect server.example.com
Make sure that you have the Teleport CLI installed, before using Beam.
Currently there is no other possibility, than manually building the CLI.
You can use the predefined make command for that:
bash
git clone https://github.com/MichaelMandel26/beam && cd beam && make install