You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a k6 extension developer, I would like to extend the k6 CLI functionality with subcommands.
In addition, CLI tools are sometimes being developed for k6 JavaScript/Output extensions.
I would like to embed these tools together with the extension into k6.
Why
The best user experience for k6-related tools is embedding them as subcommands.
Embedding into k6 simplifies the distribution and use of these tools.
How
In addition to the JavaScript and Output k6 extension types, a Command extension type should be introduced.
The Command extension would be suitable for creating a k6 subcommand.
What
As a k6 extension developer, I would like to extend the k6 CLI functionality with subcommands.
In addition, CLI tools are sometimes being developed for k6 JavaScript/Output extensions.
I would like to embed these tools together with the extension into k6.
Why
The best user experience for k6-related tools is embedding them as subcommands.
Embedding into k6 simplifies the distribution and use of these tools.
How
In addition to the
JavaScript
andOutput
k6 extension types, aCommand
extension type should be introduced.The
Command
extension would be suitable for creating a k6 subcommand.Related
An earlier attempt at this topic:
It is advisable to take these into account during planning/implementation:
The text was updated successfully, but these errors were encountered: