Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add scripts in KNetCLI #40

Open
mariomastrodicasa opened this issue Mar 9, 2022 · 0 comments
Open

Add scripts in KNetCLI #40

mariomastrodicasa opened this issue Mar 9, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request KNetCLI KNetCLI related issue

Comments

@mariomastrodicasa
Copy link
Contributor

mariomastrodicasa commented Mar 9, 2022

Until now the tool needs to explicitly set the class to be used with ClassToRun command-line switch. A dotnet tool package can host more than one command: it is useful to create scripts (PowerShell, batch or sh) to execute the command directly:

KNetCLI -ClassToRun ConsoleConsumer --bootstrap-server SERVER-ADDRESS:9093 --topic topic_name --from-beginning

becomes

ConsoleConsumer --bootstrap-server SERVER-ADDRESS:9093 --topic topic_name --from-beginning

Originally posted by @mariomastrodicasa in #26 (comment)

@mariomastrodicasa mariomastrodicasa added the enhancement New feature or request label Mar 9, 2022
@masesdevelopers masesdevelopers changed the title Add scripts in KafkaBridgeCLI Add scripts in KNetCLI Aug 18, 2022
@masesdevelopers masesdevelopers added the KNetCLI KNetCLI related issue label Oct 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request KNetCLI KNetCLI related issue
Projects
None yet
Development

No branches or pull requests

2 participants