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.
For installing you will have to install Rust. Rustup is the recommended way to do that.
You can install beam through running:
bash
rustup default nightly && rustup update
bash
cargo install beamcli