kuttl
kuttl copied to clipboard
Command Aliases
Perhaps it could be useful to define command aliases for a testsuite for long pathed commands that are repeated.
example:
commands:
- command: ../../../bin/dispatch -n dispatch-tasks serviceaccount create multi-namespace
I was initially thinking replacing ../../../bin/dispatch so a shorter version could be referenced...
however perhaps there are commonly repeated commands where the full command is something that can be named and referenced.