-
Notifications
You must be signed in to change notification settings - Fork 194
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
Proposal: I would like to know which plugins I have installed with dtm
and their status
#401
Comments
Great idea! Status is actually divided into two parts:
So maybe we need a command to get all these two "status". Command Design:
The output information should cover the 2 parts status mentioned above. |
If you agree with this implementation idea, I will continue to add the specific design of output information. /cc @devstream-io/devstream |
The printing information design
See the details below: 1. Show the status with one plugin instance -
|
Great. Let's continue with this design. |
There are some details that have changed, like |
Description
As a user, I would like to know which plugins I have installed with
dtm
and their status bydtm
command.Describe the Proposal
Examples are as follows
dtm list resources
gets plugins that I have installeddtm show states --plugin=argo
gets the state ofargo
plugindtm show states --plugin=all
gets the full content of the state fileHas the Feature been Requested Before?
No
Describe the Alternatives You Have Considered
Now all installed plugins and their status are recorded in the state file, which can be read to output the list of installed plugins and their status.
Additional Context
N/A
The text was updated successfully, but these errors were encountered: