operation invoke
Invokes a single operation or a set of operations
kreyac operation invoke [--scripting-timeout] [--disable-scripts] [--test-report-junit] [Operations]
Example
kreyac operation invoke -p ./my-directory/my-project.krproj 'gRPC/**'
Options
scripting-timeout
--scripting-timeout
Can also be set via the environment variable KREYA_SCRIPTINGTIMEOUT
Default: 20
Timeout of operation scripts in seconds
disable-scripts
--disable-scripts
Disable the scripts of all operations for this invocation
test-report-junit
--test-report-junit
Enables the JUnit test reporter and writes the JUnit report to the specified file
Arguments
Operations required
multiple
Paths of the operations to be invoked, these could be directories, .krop files or globs (e.g. './my-service/**'). Some shells expand globs automatically, so you should enclose them in quotes. Operations are invoked in alphabetical order.