-
Task
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
-
False
-
-
False
-
Release Notes
-
-
Enhancement
-
Proposed
-
-
With this release, Che-Code supports composite commands defined in devfiles. You can now connect multiple commands together by defining a single composite command in your devfile.
For example, you can define an `installAndPackage` command that runs both `mvn install` and `mvn package` sequentially. This update ensures that complex build and execution flows are easier to manage within your workspace.