Skip to main content

Access your Argo CD instances with the CLI

  1. Install the Argo CD CLI:

    brew install argocd
  2. Find the URL for your Argo CD instance by visiting Argo CDyour instance. It is found in the upper left hand corner of the screen, just to the right of the instance name and health status.

  3. If you have not already enabled the admin user for your instance, follow these instructions.

  4. Log in by using the following command and following the prompts:

    argocd login <instance url>

At this point, you're ready to use your Akuity-managed Argo CD instance as normal. To try it out, we recommend moving on to the Argo CD "Getting Started" guide, starting from step 6.