alcideio / rbac-tool

Rapid7 | insightCloudSec | Kubernetes RBAC Power Toys - Visualize, Analyze, Generate & Query

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Write logs to stderr

dadav opened this issue · comments

What would you like to be added:

Make it possible to write the logs to stderr.

Why is this needed:

The logs are not separate from the outfile data. So to make the following command work, some filtering is required:

kubectl rbac-tool viz --outformat dot --outfile - | dot -Tpng >foo.png

@dadav - thanks for the PR - i'll take a look later today