- 
                Notifications
    
You must be signed in to change notification settings  - Fork 1
 
Open
Description
My personal wish list for ck8s-cli:
- validate the flow name before starting the process. It's not great to wait for the process to start only to find out that I had misspelled the entry point
 - a "lint" action to compile expressions and show any errors
 - colorized output a-la recent concord-cli versions
 - be able to run a specific file using flow-executor=concord-cli (e.g. from a non-standard directory)
 -  warn about expressions in multi-line text blocks that include a 
\n. E.g.configuration: runtime: "concord-v2" flows: default: - set: items: - foo - bar - set: newItems: ${items.stream().toList()} newItemsButWorse: | ${items.stream().toList()} - log: "${newItems.getClass()} /// ${newItemsButWorse.getClass()}" # outputs # ArrayList /// String
 
brig
Metadata
Metadata
Assignees
Labels
No labels