psvneo / tool-dev-note
A tool to downloading database dumps of available environments.
2.1.0
2024-11-26 14:35 UTC
Requires
- php: ^7.4||^8.0
- laravel-zero/phar-updater: ^1.1
- spatie/ssh: ^1.6
- symfony/config: ^5.4
- symfony/console: ^5.3
- symfony/dependency-injection: ^5.4
- symfony/dotenv: ^5.4
- symfony/finder: ^5.4
- symfony/yaml: ^5.4
- xobotyi/rsync: ^1.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.16
- overtrue/phplint: ^3.4
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ^9.6
README
A tool to download database dumps and assets of available environments.
Requirements
- PHP 7.4
- Spatie SSH ^1.6
- Symfony console ^5.3
- vlucas PHP dot env ^5.1
Build phar file
Start the build-container and run the following command locally to build the .phar file inside the container.
sh bin/build.sh
Commands
Show available dev-note commands
This command is used to list all available commands.
dev-note.phar list
Documentation
You can read the documentation here.