Skip to content
/ cli Public

Tinymancer CLI is a lightweight Ubuntu-compatible command-line tool that fetches environment variables from a central Tinymancer API and injects them into your system or app runtime.

License

Notifications You must be signed in to change notification settings

tinymancer/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install tinymancer-cli app

Run:

curl -s https://raw.githubusercontent.com/tinymancer/cli/main/install.sh | bash

Output:

[⇩] Downloading tinymancer-linux-amd64.zip...
[⇩] Downloading checksums...
[🔐] Verifying checksum...
[📦] Extracting...
[⚙] Installing to /usr/local/bin...
[✅] Installed: /usr/local/bin/tinymancer
tinymancer v0.1.0

Uninstall tinymancer-cli app

Run:

tinymancer uninstall

Output:

[⚠️] Removing binary at /usr/local/bin/tinymancer...
[!] Retrying with sudo...
[✅] tinymancer has been uninstalled successfully.

How to run dev environment

go mod tidy
go build -o tinymancer
./tinymancer
./tinymancer --version
./tinymancer uninstall

About

Tinymancer CLI is a lightweight Ubuntu-compatible command-line tool that fetches environment variables from a central Tinymancer API and injects them into your system or app runtime.

Resources

License

Stars

Watchers

Forks

Packages

No packages published