Open grisha87 opened 1 year ago
re: "If there was an issue with deploying a payload (like certificate expiry or any other complaint from the provider, the error information is included)." -> this doesn't have to be part of GAOM -> it can be supplied through a separate API endpoint
@grisha87 re: * [ ] If there was an issue with deploying a payload (like certificate expiry or any other complaint from the provider, the error information is included).
this is addressed in https://github.com/golemfactory/dapp-manager/issues/80
Why?
... so that we can have a "single source of truth" for information which we need, and that information is somewhat distributed across different places.
What needs to be changed?
We would like to have a single command like
dapp-manager inspect [id]
(inspired bydocker inspect
) which will provide us with answers to the following questions:This way we won't have to parse and understand the descriptor file, navigate through status changes and also get interesting information which will give meaningful insights
Acceptance Criteria
dapp-manager
supports a new command, which provides a verbose and detailed representation of the application shape and runtime information which can be leveraged by other developers programmatically