kubernetes-free-shell / freens

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

freens

License made-with-bash Kubernetes

Installation


What is freens?

freens is a handy tool you use in your shell. It helps keep your command prompt independent and flexible. When you type freens in a command prompt, it sets up its own special settings for managing things like kubectl commands. What's neat is that changes made in other command prompts won't mess with the settings of the one where you ran freens. It stays separate and does its own thing.

Tech Stack

CLI Tool: sh Requirements: kubectl should be already installed

Running

When you run the command below in your shell, you can use that shell with its own kubectl config anymore

$ source freens
This shell is free now...

Demo

demo GIF

Installation

Wget (in most of the Linux distributions wget is installed by default)

wget -q -O - https://raw.githubusercontent.com/kubernetes-free-shell/freens/main/install.sh | bash -s

Curl (in MacOS curl is installed by default)

curl https://raw.githubusercontent.com/kubernetes-free-shell/freens/main/install.sh | sh -s

Authors

About

License:Apache License 2.0


Languages

Language:Shell 100.0%