Beam

Crates.io

What is Beam?

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.

Usage

A few useful Beam commands:

  1. Listing all available nodes and ignoring cache: bash beam -c
  2. Listing the names of all available nodes bash beam list --format names
  3. Directly connect to a host via its hostname bash beam connect server.example.com

    Installation

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