Skip to content

Commit

Permalink
#2891480 Add mydumper version-info.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
s-buhar0v committed Nov 12, 2021
1 parent 5694230 commit 992d326
Showing 1 changed file with 29 additions and 28 deletions.
57 changes: 29 additions & 28 deletions scripts/version-info.sh
Original file line number Diff line number Diff line change
@@ -1,29 +1,30 @@
#!/bin/bash
jq --version
git --version
jsonnet --version
redis-cli --version
python --version
pip3 --version
( az --version 2> /dev/null ) | head -n 1
echo -n "kubectl: " && kubectl version --client=true --short=true
ansible --version | head -n 1
ansible-lint --version
azcopy --version
mysql --version
mysqldump --version
mysqlpump --version
( xtrabackup --version 2>&1 | grep version )
pt-online-schema-change --version
ghost-tool --version
innotop --version
terraform --version
echo -n "packer (hashicorp-packer): " && hashicorp-packer --version
sft --version
az-mysqlpump --version
docker --version
docker-compose --version
echo -n "helm: " && helm version --client --short
echo -n "werf: " && werf version
( promtool --version 2>&1 | grep promtool )
( amtool --version 2>&1 | head -n 1 )
jq --version
git --version
jsonnet --version
redis-cli --version
python --version
pip3 --version
(az --version 2>/dev/null) | head -n 1
echo -n "kubectl: " && kubectl version --client=true --short=true
ansible --version | head -n 1
ansible-lint --version
azcopy --version
mysql --version
mysqldump --version
mysqlpump --version
mydumper --version
(xtrabackup --version 2>&1 | grep version)
pt-online-schema-change --version
ghost-tool --version
innotop --version
terraform --version
echo -n "packer (hashicorp-packer): " && hashicorp-packer --version
sft --version
az-mysqlpump --version
docker --version
docker-compose --version
echo -n "helm: " && helm version --client --short
echo -n "werf: " && werf version
(promtool --version 2>&1 | grep promtool)
(amtool --version 2>&1 | head -n 1)

0 comments on commit 992d326

Please sign in to comment.