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

[FEATURE] Flag for exo env to show origin of variables #466

Open
brandonbloom opened this issue Nov 2, 2021 · 0 comments
Open

[FEATURE] Flag for exo env to show origin of variables #466

brandonbloom opened this issue Nov 2, 2021 · 0 comments
Labels
feature request Community feature request

Comments

@brandonbloom
Copy link
Member

Is your feature request related to a problem? Please describe.

exo env prints variables in .env file format, but that loses some potentially important debugging information that the GUI already supports: The origin of each variable!

Describe the solution you'd like

Add a flag to print with a tabwriter that prints three columns: name, value, origin. Ideally with a header column too, prefixed by a #.

Suggested flag: -v and --verbose.

Describe alternatives you've considered

Could include # comments before each variable and stay in env format, but we'd still want this behind a flag.

Additional context

cc @finnigantime

@brandonbloom brandonbloom added good first issue Good for newcomers feature request Community feature request labels Nov 2, 2021
@brandonbloom brandonbloom removed the good first issue Good for newcomers label Feb 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Community feature request
Projects
None yet
Development

No branches or pull requests

1 participant