Skip to content

Commit

Permalink
feat: add drcy as kubectl plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
etenzy committed Mar 17, 2022
1 parent 87e9ba9 commit 8b85e85
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bin/kubectl-drcy
@@ -0,0 +1,7 @@
#!/usr/bin/env bash

main() {
kubectl $@ --dry-run=client -o yaml
}

main "$@"
3 changes: 3 additions & 0 deletions bin/kubectl_complete-drcy
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

kubectl __complete "$@"

0 comments on commit 8b85e85

Please sign in to comment.