1.0.0 • Published 7 years ago
argo-cd-ui v1.0.0
Argo CD UI

Web UI for Argo CD.
Getting started
- Install NodeJS and Yarn. On macOS with Homebrew, running
brew install node yarnwill accomplish this. - Run
yarn installto install local prerequisites. - Run
yarn startto launch the webpack dev UI server. - Run
yarn buildto bundle static resources into the./distdirectory.
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.
1.0.0
7 years ago