argocd-app:tldr:6c1da
argocd-app: Get application details.
$ argocd app get ${app_name} --output ${select}
try on your machine
This command is using the tool Argo CD to get information about an application.
${app_name}
is a placeholder for the name of the application you want to retrieve information about. Replace it with the actual name of the application you are interested in.--output ${select}
specifies the output format for the information. Replace${select}
with the desired output format.
You would typically run this command in a command-line interface or terminal to get details about an application managed by Argo CD. The output could be in various formats such as YAML, JSON, or a custom template. The specific format depends on what is specified as ${select}
.
This explanation was created by an AI. In most cases those are correct. But please always be careful and
never run a command you are not sure if it is safe.