Skip to content
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

[UI] show - format verbose output args nicer #55

Closed
omesser opened this issue Mar 12, 2022 · 0 comments · Fixed by #73
Closed

[UI] show - format verbose output args nicer #55

omesser opened this issue Mar 12, 2022 · 0 comments · Fixed by #73
Labels
enhancement New feature or request

Comments

@omesser
Copy link
Contributor

omesser commented Mar 12, 2022

Suggest to display verbose options in a more friendly way (not single line)

Now:

❯ gto show -v
INDEX='artifacts.yaml' VERSION_BASE='tag' VERSION_CONVENTION='semver' VERSION_REQUIRED_FOR_ENV=True ENV_BASE='tag' ENV_WHITELIST=[] ENV_BRANCH_MAPPING={} LOG_LEVEL='INFO' DEBUG=False CONFIG_FILE='gto.yaml'
                 environment
          latest     staging production mystaging2 mystaging
features    None         NaN        NaN        NaN       NaN
nn        v0.0.1      v0.0.1        NaN        NaN       NaN
rf        v1.0.1      v1.0.1     v1.0.0        NaN       NaN
oded      v0.0.2      v0.0.2        NaN     v0.0.1    v0.0.1

Suggestion

❯ gto show -v
INDEX='artifacts.yaml'
VERSION_BASE='tag'
VERSION_CONVENTION='semver'
VERSION_REQUIRED_FOR_ENV=True
ENV_BASE='tag'
ENV_WHITELIST=[]
ENV_BRANCH_MAPPING={}
LOG_LEVEL='INFO'
DEBUG=False
CONFIG_FILE='gto.yaml'

                 environment
          latest     staging production mystaging2 mystaging
features    None         NaN        NaN        NaN       NaN
nn        v0.0.1      v0.0.1        NaN        NaN       NaN
rf        v1.0.1      v1.0.1     v1.0.0        NaN       NaN
oded      v0.0.2      v0.0.2        NaN     v0.0.1    v0.0.1
@omesser omesser added the enhancement New feature or request label Mar 12, 2022
@omesser omesser changed the title [UI] show - format verbose output [UI] show - format verbose output args nicer Mar 12, 2022
@aguschin aguschin added this to the First GTO release milestone Mar 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants