# Verificando Versão:
aws --version
# Fazendo configuração com Novo Profile
aws configure --profile "tf-pessoal"
-
- Basically this script would run in your
root folder of your repositories
which containsall your repositories
and do agit pull
on all of them. - For better functioning, use SSH when cloning your repositories. So you don't need to enter a password at the time of
git pull
.
- Basically this script would run in your
-
- Basically this script does the
extraction
of allhosts
with their properpaths
; - Using the
kubectl
tool, it executes the commands in thecurrent cluster
and does the outputformatting
withjq
andcolumn
;
- Basically this script does the
- Windows 10 (
x64
)