-
-
Notifications
You must be signed in to change notification settings - Fork 756
Open
Description
Description
It would be beneficial to allow users to pass custom arguments to specific build steps in the Cake build script. This would enable more flexibility and control over the build process, allowing users to tailor their builds to better suit their needs.
Proposed Changes
- Implement a mechanism to define custom arguments within the build script.
- Update the existing tasks to accept these custom arguments and apply them during execution.
Use Case
For example, a user may want to pass different configuration parameters for different environments (development, staging, production) without having to create separate build scripts for each.
Additional Context
Similar functionality is available in other build systems, and incorporating this feature could improve the usability and adoption of Cake as a preferred build automation system.
Metadata
Metadata
Assignees
Labels
No labels