argocd-offline-cli

module
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 23, 2025 License: Apache-2.0

README

argocd-offline-cli

A small Argo CD CLI utility, built on top of Argo CD Go packages, that can be used to preview the Kubernetes resources generated from an ApplicationSet, without the need to connect to an actual Argo CD server.

Requirements

Limitations

Only a few generators and Helm source repositories are supported.

Usage

Configuration

The HELM_REPO_USERNAME and HELM_REPO_PASSWORD environment variables can be specified in order to provide the default credentials that should be used to authenticate to Helm repositories. If not specified, the local helm command settings may be used to authenticate (if present).

Preview Application(s) from an ApplicationSet
argocd-offline-cli appset preview-apps /path/to/application-set-manifest
Example: filter by application name
argocd-offline-cli appset preview-apps /path/to/application-set-manifest -n app-name
Example: filter by application name, display in yaml format
argocd-offline-cli appset preview-apps /path/to/application-set-manifest -n app-name -o yaml
Preview Resource manifest(s) from an ApplicationSet
argocd-offline-cli appset preview-resources /path/to/application-set-manifest

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL