argo-cd/hack/generate-actions-list.sh
Oliver Gondža 5ee35ad707
fix: Address shellcheck detected shell warnings (#22686)
Signed-off-by: Oliver Gondža <ogondza@gmail.com>
2025-07-18 07:38:27 -04:00

6 lines
331 B
Bash
Executable file

#!/usr/bin/env bash
find resource_customizations -name action.lua \
| sed 's~resource_customizations/\(.*\)/actions/\(.*\)/action.lua~- [\1/\2](https://github.com/argoproj/argo-cd/blob/master/resource_customizations/\1/actions/\2/action.lua)~' \
| sort \
| uniq \
> docs/operator-manual/resource_actions_builtin.md