Skip to content

qa-ops/bb8cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Selecione sua Língua | Select your Language

Português English

Requisitos

  • Git
  • Bash 4+

Passo a passo

Instalando versão mais nova do bash

  • No OSX: Usando Homebrew
brew install bash
  • No Linux - use o gerenciador de pacote (package manager) da sua distruição para instalar o bash

Git clone

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

Adicionado ao PATH

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


Requirements

  • Git
  • Bash 4+

Walkthrough

Install latest bash

  • On OSX: Using Homebrew
brew install bash
  • On Linux - use the distribution package manager to install bash

Git clone

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

Add to PATH

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

About

CLI for the qaops channel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages