beamcli 0.2.3

An Interface on top of the Teleport CLI.
Documentation
1
2
3
4
5
6
7
lint:
	cargo clippy

local-install:
	cargo build --release
	sudo rm -rf /usr/local/bin/beam
	sudo cp target/release/beam /usr/local/bin/beam