add dump info

This commit is contained in:
Baptiste Lemoine 2019-12-10 12:05:03 +01:00
parent a41445e1f0
commit 758381fdfb
1 changed files with 14 additions and 0 deletions

14
dumpinfo.sh Normal file
View File

@ -0,0 +1,14 @@
echo "\`\`\`"
echo "============"
echo "rails version : $(rails -v)"
echo "ruby version : $(ruby -v)"
echo "ruby env : $(echo $RUBY_ENV)"
echo "rvm version :$(rvm -v)"
echo "node version : $(node -v)"
echo "node env : $(echo $NODE_ENV)"
echo "yarn version : $(yarn -v)"
echo "system version : $(uname --all)"
echo "============"
echo "\`\`\`"