-
Notifications
You must be signed in to change notification settings - Fork 50
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
CLI: conduit pipelines describe ID #2020
Comments
Given the issue that made us think we have a bug, I think that a user would expect to see the whole pipeline including processors attached to connectors in this command's output. In this sense, describing a pipeline would mean seeing the whole pipeline topology (all connecotrs and processors). If we go a step further, we could even visualize the pipeline using ASCII art. Maybe not as part of the first release though, the scope if big enough already. |
This makes a lot of sense especially in simpler pipelines, e.g. with one source/destination, where there's practically no difference between a pipeline processor and a connector processor. |
Feature description
This command will describe the topology of the pipeline.
It requires having Conduit previously running.
It requires the pipeline id as argument.
Arguments
Flags
--help
Part of #1911
The text was updated successfully, but these errors were encountered: