Skip to content

Commit

Permalink
Remove 'all' subcommand for get until accepted
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Khouzam <[email protected]>
  • Loading branch information
marckhouzam committed Oct 14, 2019
1 parent cbaa2fb commit 31c853b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/completion-tests/completionTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ fi

# Basic second level commands (static completion)
if [ ! -z ${ROBOT_HELM_V3} ]; then
_completionTests_verifyCompletion "helm get " "all notes hooks manifest values"
_completionTests_verifyCompletion "helm get " "hooks manifest notes values"
else
_completionTests_verifyCompletion "helm get " "hooks manifest notes values"
fi
Expand All @@ -133,7 +133,7 @@ _completionTests_verifyCompletion "helm --kubeconfig=/tmp/config lis" "list"
_completionTests_verifyCompletion ZFAIL "helm get hooks --kubec" "--kubeconfig= --kubeconfig"
if [ ! -z ${ROBOT_HELM_V3} ]; then
_completionTests_verifyCompletion "helm --namespace mynamespace get h" "hooks"
_completionTests_verifyCompletion KFAIL "helm -v get " "notes all hooks manifest values"
_completionTests_verifyCompletion KFAIL "helm -v get " "hooks manifest notes values"
_completionTests_verifyCompletion ZFAIL "helm get --name" "--namespace= --namespace"
fi

Expand Down

0 comments on commit 31c853b

Please sign in to comment.