becklyn / deploy-message-generator
A symfony CLI tool that automatically produces beautiful deployment messages.
Installs: 111
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:cli
Requires
- php: >=7.4
- ext-json: *
- symfony/config: ^5.4.7 || ^v6.0.7
- symfony/console: ^v5.4.7 || ^v6.0.7
- symfony/dotenv: ^v5.4.5 || ^v6.0.5
- symfony/http-client: ^v5.4.7 || ^v6.0.7
- symfony/notifier: ^v5.4.6 || ^v6.0.6
- symfony/process: ^v5.4.7 || ^v6.0.7
- symfony/runtime: ^v5.4.7 || ^v6.0.7
- symfony/slack-notifier: ^v5.4.3 || ^v6.0.3
- symfony/string: ^v5.4.3 || ^v6.0.3
- symfony/yaml: ^v5.4.3 || ^v6.0.3
Requires (Dev)
- roave/security-advisories: dev-latest
- symfony/phpunit-bridge: ^v5.4.7 || ^v6.0.7
- symfony/var-dumper: ^v5.4.6 || ^v6.0.6
This package is auto-updated.
Last update: 2024-10-25 15:56:28 UTC
README
A generator that produces beautiful deploy messages and integrates nicely with Slack and Jira.
Installation
composer global require becklyn/deploy-message-generator
Required Environment Variables
These variables can also be defined by placing .deploy-message-generator.env
in your $Home
(or %USERPROFILE%
for Windows) directory.
Configuration
The generator is configured using the .deploy-message-generator.yaml
file. Check the examples
dir to learn more.