bruno@home:~$ whoami
Bruno Poleza Gomes
bruno@home:~$ mysql -u root -p -h seu_host -e "select * from sua_tabela"
bruno@home:~$ export $(grep -v '^#' .env | xargs) && \
mysql -u root -p "$MYSQL_PASSWORD" -h "$MYSQL_SERVER" -e "select * from resume"
+----------------------------------------+--------------------------------------------+
| DevOps Skills | Tools and Technologies |
+----------------------------------------+--------------------------------------------+
| CI/CD | Jenkins, Git, Docker, Kubernetes, Ansible |
| Infrastructure Automation | Terraform, Puppet, Chef, AWS, Azure, GCP |
| Cloud Technologies | AWS, Azure, GCP, Oracle Cloud |
| Monitoring and Logging | Prometheus, Grafana |
| Scripting and Programming Languages | Python, Bash, PowerShell, VB, SQL |
| Version Control Systems | Git, SVN |
| Operating Systems | Linux, Windows |
| Collaboration and Communication | Agile, Scrum, Jira, Confluence |
+----------------------------------------+--------------------------------------------+
bruno@home:~$ exit