golemfactory / dapp-manager

GNU Lesser General Public License v2.1
5 stars 4 forks source link

As SCT team, we want dapp-manager to support an "inspect" command #94

Open grisha87 opened 1 year ago

grisha87 commented 1 year ago

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 by docker 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

shadeofblue commented 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

shadeofblue commented 1 year ago

@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