Skip to content

Conversation

@stmh
Copy link
Member

@stmh stmh commented Aug 14, 2022

Based on feature/refactor-run-command-base-class and applied the same principles; moving git configuration into its own namespace git.

stmh added 11 commits August 14, 2022 13:29
This allows methods to declare a mapping from the deprecated property-name to the new one. Supports dot-syntax to describe hierarchies, e.g. `yarnBuildCommand => yarn.buildCommand`
if getPropery is called on a Node use node’s implementation which is faster than the general implementation
…exts now

This will also deprecate the compound properties like `yarnBuildCommand`, `composerRunContext` and move everything in their respective name-space, eg.

```
yarn:
  buildCommand: build
  context: docker-image
  image: node
```
etc. The old syntax can still be used, but will create a warning
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants