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

enhance automation capabilities #660

Open
davidovich opened this issue Aug 15, 2024 · 0 comments
Open

enhance automation capabilities #660

davidovich opened this issue Aug 15, 2024 · 0 comments
Labels
proposal Enhancement idea or proposal

Comments

@davidovich
Copy link

What motivated this proposal?

I am trying to introspect accounts in an nsc env:

nsc list accounts

But the output has flaws:

  • Only output on stderr
  • The output is table decorated for the viewer not easily usable in automated tools
  • Control characters are a hindrance to piping in other tools

What is the proposed change?

Provide alternate presentation

  • undecorated
  • json based

Who benefits from this change?

People that write tooling to manage nsc environments

What alternatives have you evaluated?

Redirecting stderr to stdout, piping to grep filters and awk.

@davidovich davidovich added the proposal Enhancement idea or proposal label Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposal Enhancement idea or proposal
Projects
None yet
Development

No branches or pull requests

1 participant