Skip to content

Commit

Permalink
Merge pull request #2 from cloudogu/feature/completion
Browse files Browse the repository at this point in the history
Implement syntax completion.

Works well with latest Helm 3.8.0.
  • Loading branch information
phaenr authored Feb 18, 2022
2 parents a9f1e4a + c20e35e commit 00aa889
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ Flags will just be passed along to the command you are calling.

**CAUTION: Due to the usage of this plugin, you will execute the helm command as admin on your cluster!**

Syntax completion works with helm version 3.8.0 and up.

---

## Configuration
Expand Down
3 changes: 3 additions & 0 deletions plugin.complete
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

$HELM_BIN __complete "$@"

0 comments on commit 00aa889

Please sign in to comment.