Skip to content

Files

Latest commit

5a4ded4 · Jul 28, 2020

History

History
This branch is 5703 commits behind argoproj/argo-cd:master.

ui

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 7, 2019
Jun 4, 2019
Jul 28, 2020
Nov 13, 2019
Jun 4, 2019
Nov 13, 2019
Jun 4, 2019
Jun 4, 2019
Oct 31, 2019
Jun 4, 2019
Feb 26, 2020
Nov 7, 2019
Nov 7, 2019
Dec 26, 2019
Nov 7, 2019
Oct 22, 2019
Jan 27, 2020

Argo CD UI

Argo Image

Web UI for Argo CD.

Getting started

  1. Install NodeJS and Yarn. On macOS with Homebrew, running brew install node yarn will accomplish this.
  2. Run yarn install to install local prerequisites.
  3. Run yarn start to launch the webpack dev UI server.
  4. Run yarn build to bundle static resources into the ./dist directory.

To build a Docker image, run IMAGE_NAMESPACE=yourimagerepo IMAGE_TAG=latest yarn docker.

To do the same and push to a Docker registry, run IMAGE_NAMESPACE=yourimagerepo IMAGE_TAG=latest DOCKER_PUSH=true yarn docker.

Pre-commit Checks

Make sure your code passes the lint checks:

yarn lint --fix