argo-cd/cmd/argocd/commands/testdata/my-plugin
Nitish Kumar 6cf29619ae
feat(cli): Add Plugin Support to the Argo CD CLI (#20074)
Signed-off-by: nitishfy <justnitish06@gmail.com>
Co-authored-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
2025-05-05 16:12:33 -07:00

7 lines
101 B
Bash
Executable file

#!/bin/sh
echo "Hello from my-plugin"
if [ "$#" -gt 0 ]; then
echo "Arguments received: $@"
fi