execute other operation from one operation #13

Closed
opened 2022-03-18 11:55:20 +00:00 by dikkadev · 1 comment
dikkadev commented 2022-03-18 11:55:20 +00:00 (Migrated from github.com)

there should be way to call other operation from inside an operation

there should be way to call other operation from inside an operation
dikkadev commented 2022-03-18 11:58:18 +00:00 (Migrated from github.com)

nvm, one can just call the dev command inside of the script...

***count*t
echo Count of A:
dev -c a
echo Count of B:
dev -c b

***a*
echo 5
***b*
echo 7
nvm, one can just call the dev command inside of the script... ``` ***count*t echo Count of A: dev -c a echo Count of B: dev -c b ***a* echo 5 ***b* echo 7 ```
This discussion has been locked. Commenting is limited to contributors.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
graveyard/DevfileKotlin#13
No description provided.