Improve zos status formatting
martriay opened this issue · 0 comments
martriay commented
Consider formatting the output of the zos status
command to make it more readable. The proposed output aims to improve the user experience and the extensibility of the CLI making it easier to parse.
Now:
Project status for network local
Application is deployed at 0xa61d68f1ab99e729c7c804dbc85e7b5b68eb3002
- Proxy factory is at 0xe62bf632f4f8501e877a7f6ed85b6b1171fe7234
- Package is at 0x67c9ca1f98d6840d46becd0e670cafdd0ac9c680
- Deployed version 0.3.2 matches the latest one defined
Standard library:
- No stdlib specified for current version
Application contracts:
- MyToken is deployed and up to date
Deployed proxies:
- MyToken at 0xe62bf632f4f8501e877a7f6ed85b6b1171fe7234 version 0.3.2
- MyToken at 0xacadd762ec26d934ea64ac2e987fa85f40a09062 version 0.1.0
- MyLib at 0x67c9ca1f98d6840d46becd0e670cafdd0ac9c680 0.2.0
Proposal:
= Network: local
= Project =
Application 0xa61d68f1ab99e729c7c804dbc85e7b5b68eb3002
Proxy factory 0xe62bf632f4f8501e877a7f6ed85b6b1171fe7234
Package 0x67c9ca1f98d6840d46becd0e670cafdd0ac9c680
Stdlib -
Version 0.3.2
= Proxies =
Name Address Version
MyToken 0xe62bf632f4f8501e877a7f6ed85b6b1171fe7234 0.3.2
MyToken 0xacadd762ec26d934ea64ac2e987fa85f40a09062 0.1.0
MyLib 0x67c9ca1f98d6840d46becd0e670cafdd0ac9c680 0.2.0