Releases: factorial-io/phabalicious
Releases · factorial-io/phabalicious
3.3.0
New:
- New command
workspace:create
, which will run the multibasebox scaffolder - Add
workspace:update
command and refactor scaffold code - scaffolder will store tokens in
.phab-scaffold-tokens
in the scaffolded folder. Subsequent scaffold-runs will load and use these tokens (and do not ask for them) - when scaffolding a project the warning that the target folder exists can be suppressed by adding
allowOverride: 1
to the variables-section. - Add coding-style standards config file, apply them.
3.2.15
Changed/ New
- Refactor composer command to a base class, so functionality can be shared with new commands yarn and npm
- Drush will try to run an install, even when no database-settings were found in the current host-config.
- git based artifact deployment will try to create the target branch if it does not exist already. This will allow to to paramtrized builds via CI where source-branch maps to a same named target branch name.