Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

Improve zos status formatting #260

Open
martriay opened this issue Jun 19, 2018 · 0 comments
Open

Improve zos status formatting #260

martriay opened this issue Jun 19, 2018 · 0 comments
Labels
kind:enhancement An upgrade or a new feature that improves the system topic:dx Developer experience
Milestone

Comments

@martriay
Copy link
Contributor

martriay commented Jun 19, 2018

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
@facuspagnuolo facuspagnuolo added this to the v2.0.0 milestone Jun 25, 2018
@facuspagnuolo facuspagnuolo added kind:enhancement An upgrade or a new feature that improves the system topic:dx Developer experience labels Jun 25, 2018
@facuspagnuolo facuspagnuolo modified the milestones: v2.0.0, Backlog Sep 17, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind:enhancement An upgrade or a new feature that improves the system topic:dx Developer experience
Projects
None yet
Development

No branches or pull requests

2 participants