Skip to content

kubernetes-free-shell/freens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages