Commands
Complete reference guide for all Bash Tools commands
1. Build tools
2. Converter and Generator tools
3. Git tools
4. Release management tools
5. Dev tools
6. Database tools
Articles in this section
| Title | Description | Updated |
|---|---|---|
| cli | Easy connection to docker container. | 2026-02-15 00:00:00 +0000 UTC |
| dbImport | Import source db into target db using eventual table filter. | 2026-02-15 00:00:00 +0000 UTC |
| dbImportProfile | Generate profile for dbImport to filter out tables based on size ratio. | 2026-02-15 00:00:00 +0000 UTC |
| dbImportStream | Stream data from source db to target db using eventual table filter. | 2026-02-15 00:00:00 +0000 UTC |
| dbQueryAllDatabases | Execute a query on multiple databases to generate a report. | 2026-02-15 00:00:00 +0000 UTC |
| dbScriptAllDatabases | Execute a script on each database of specified MySQL server | 2026-02-15 00:00:00 +0000 UTC |
| doc | Generate documentation for this project. | 2026-02-15 00:00:00 +0000 UTC |
| githubReleaseManager | Retrieve latest binary release from github and install it. | 2026-02-15 00:00:00 +0000 UTC |
| gitIsAncestorOf | Check if a commit is an ancestor of another commit in a Git repository. | 2026-02-15 00:00:00 +0000 UTC |
| gitIsBranch | Check if a branch exists in a Git repository. | 2026-02-15 00:00:00 +0000 UTC |
| gitRenameBranch | Rename a branch in a Git repository. | 2026-02-15 00:00:00 +0000 UTC |
| install | Install bash-tools on your system. | 2026-02-15 00:00:00 +0000 UTC |
| installRequirements | Install all required dependencies for bash-tools. | 2026-02-15 00:00:00 +0000 UTC |
| mysql2puml | Convert MySQL database schema to PlantUML format. | 2026-02-15 00:00:00 +0000 UTC |
| postmanCli | Command-line interface for Postman. | 2026-02-15 00:00:00 +0000 UTC |
| upgradeGithubRelease | Retrieve latest binary release from github and install it. | 2026-02-15 00:00:00 +0000 UTC |
| waitForIt | Wait for a service to become available before proceeding. | 2026-02-15 00:00:00 +0000 UTC |
| waitForMysql | Wait for a MySQL service to become available before proceeding. | 2026-02-15 00:00:00 +0000 UTC |