Releases: factorial-io/phabalicious
Releases · factorial-io/phabalicious
3.0.20
Fixed
- Show error-message if shell could not be initialized. Fixes #54
- Satisfy phpstan and add it as a new precommit-hook
- Fix drush and other commands when using local shell provider
- Prevent filename collision when running docker copySSHKeys, fixes #52
- Fix issue with special characters in the pw
- Use latest version of stecman/symfony-console-completion
3.0.19
3.0.18
3.0.16
3.0.15
3.0.14
3.0.12
3.0.11
3.0.10
Added
-
Add new inheritFromBlueprint config, so a host-config can inherit from a blueprinted config
hosts: local: inheritFromBlueprint: config: <config-which-contains-blueprint> variant: <the-variant>
Thats roughly the same as calling
phab --config=<config-which-contains-blueprint> --blueprint=<the-variant>
but using it in the fabfile allows you to override the config if needed. -
Introduce deprecated-flag for inherited data. Will display a warning, when found inside data
-
Enhance output-command to support output of docker-, host- and applied blueprint config, and also of all global data.
phab -clocal output --what host # will output the complete host-config phab -cremote output --what docker # will output the complete docker-host config phab output --what global # will output all global settings