- Git
- Bash 4+
- No OSX: Usando Homebrew
brew install bash
- No Linux - use o gerenciador de pacote (package manager) da sua distruição para instalar o bash
Idealmente, esse projeto precisa ser clonado na mesma pasta que os outros projetos do QaOps
git clone git@github.com:qa-ops/bb8cli.git
ou
git clone https://github.com/qa-ops/bb8cli.git
Você precisa adicionar o caminho da CLI no seu $PATH Isso é possível adicionando o comando abaixo no .bash_profile ou .zprofile (caso use ZSH).
export PATH=$PATH:/caminho_para_pasta_do_qaops/bb8cli
Reinicei o terminal e seja feliz :D
- Git
- Bash 4+
- On OSX: Using Homebrew
brew install bash
- On Linux - use the distribution package manager to install bash
Ideally, this project must be cloned in the same folder where the other QaOps projects are
git clone git@github.com:qa-ops/bb8cli.git
or
git clone https://github.com/qa-ops/bb8cli.git
You need to set up your $PATH variable to recgonize devcli in your terminal. You can do this through .bash_profile, or .zprofile (if you use ZSH).
export PATH=$PATH:/path_to_qaops_root_folder/bb8cli
Restart your terminal and be happy :D