canasta argocd ui

From Canasta Wiki

canasta > argocd > ui

canasta argocd ui

Open Argo CD's web UI via an SSH tunnel

Synopsis

Open Argo CD's web UI by tunneling the cluster's argocd-server Service to your laptop and printing the localhost URL. Blocks until you press Ctrl-C — keep the session alive while you use the dashboard.

Pairs naturally with canasta argocd password (run that in a separate terminal first to grab the admin credentials).

canasta argocd ui [flags]

Examples

canasta argocd ui --host node1
canasta argocd ui --host node1 --port 9443

Flags

Flag Shorthand Description Default Required Orchestrator
--host -H Target host (default: localhost) Both
--port Local port to forward to argocd-server:443 8443 Both

Global Flags

Flag Shorthand Description Default Required Orchestrator
--help -h Show help message and exit Both
--verbose -v Enable verbose output Both