Skip to content

Commit 34c8b32

Browse files
committed
feat(vela): add 3rd party fallback completion loader
https://kubevela.io/docs/cli/vela_completion_bash/
1 parent 2ca5975 commit 34c8b32

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

completions/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,7 @@
384384
/_upctl
385385
/_uv
386386
/_vacuum
387+
/_vela
387388
/vgcfgbackup
388389
/vgcfgrestore
389390
/vgchange

completions/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -982,6 +982,7 @@ CLEANFILES = \
982982
_upctl \
983983
_uv \
984984
_vacuum \
985+
_vela \
985986
vgcfgbackup \
986987
vgcfgrestore \
987988
vgchange \
@@ -1211,6 +1212,7 @@ symlinks: $(DATA)
12111212
_trivy \
12121213
_upctl \
12131214
_vacuum \
1215+
_vela \
12141216
_virtctl \
12151217
_zarf \
12161218
_zitadel

0 commit comments

Comments
 (0)