--argocd-chart-version <version> |
ARGOCD_CHART_VERSION |
latest |
Argo CD Helm Chart version |
--argocd-namespace <namespace> |
ARGOCD_NAMESPACE |
argocd |
Namespace to use for Argo CD |
--base-branch <branch> , -b |
BASE_BRANCH |
main |
Base branch name |
--cluster <tool> |
CLUSTER |
auto |
Local cluster tool. Options: kind, minikube, auto |
--cluster-name <name> |
CLUSTER_NAME |
argocd-diff-preview |
Cluster name (only for kind) |
--kind-options <options> |
KIND_OPTIONS |
- |
Additional options for kind cluster creation |
--diff-ignore <pattern> , -i |
DIFF_IGNORE |
- |
Ignore lines in diff. Example: v[1,9]+.[1,9]+.[1,9]+ for ignoring version changes |
--file-regex <regex> , -r |
FILE_REGEX |
- |
Regex to filter files. Example: /apps_.*\.yaml |
--files-changed <files> |
FILES_CHANGED |
- |
List of files changed between branches (comma, space or newline separated) |
--line-count <count> , -c |
LINE_COUNT |
10 |
Generate diffs with \<n> lines of context |
--log-format <format> |
LOG_FORMAT |
human |
Log format. Options: human, json |
--max-diff-length <length> |
MAX_DIFF_LENGTH |
65536 |
Max diff message character count |
--output-folder <folder> , -o |
OUTPUT_FOLDER |
./output |
Output folder where the diff will be saved |
--redirect-target-revisions <revs> |
REDIRECT_TARGET_REVISIONS |
- |
List of target revisions to redirect |
--secrets-folder <folder> , -s |
SECRETS_FOLDER |
./secrets |
Secrets folder where the secrets are read from |
--selector <selector> , -l |
SELECTOR |
- |
Label selector to filter on (e.g., key1=value1,key2=value2 ) |
--timeout <seconds> |
TIMEOUT |
180 |
Set timeout in seconds |