github.com/argoproj/argo-cd/v3@v3.2.1/cmd/argocd/commands/testdata/my-plugin (about)

     1  #!/bin/sh
     2  
     3  echo "Hello from my-plugin"
     4  
     5  if [ "$#" -gt 0 ]; then
     6      echo "Arguments received: $@"
     7  fi