Skip to content
#

yaml-parser

Here are 138 public repositories matching this topic...

patrickdappollonio
patrickdappollonio commented Nov 11, 2021

Now that --include-kind and --include-name and their --exclude-* counterparts are in, as well as supporting globs on either of them, I should add:

  • --include: to include any resource based on the format ${kind}/${name}
  • --exclude: to do the opposite

That way, you can do any of these queries:

kubectl-slice --include "deployment/*"
kubectl-slice --exclude "c
enhancement good first issue community-feedback
janbrohl
janbrohl commented Dec 15, 2020

In #139 @christiansiegel wrote:

Some things we might look into before releasing on PyPI:

  • support and tests for more than one python version (currently only 3.8 is used in the docker build/test; I think even 3.7 doesn't work at the moment)
  • support windows (currently the temporary directory for git checkout is hardcoded to /tmp)
  • add proper error message if there is no git ins
enhancement good first issue

Improve this page

Add a description, image, and links to the yaml-parser topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the yaml-parser topic, visit your repo's landing page and select "manage topics."

Learn more