/uuidtobase64

simple CLI that converts an uuid string to a base64-encoded array of bytes

Primary LanguageGoMIT LicenseMIT

UUID to base64

This is a simple CLI program that converts a UUID to base64 encoded byte string.

Useful if you need to pass such a string to handcrafted gRPC requests.

Usage

uuidtobase64 [UUID]

Installation

clone the repo or install with

go install github.com/barbiero/uuidtobase64@latest