Beam

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.

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