MCPcopy Index your code
hub / github.com/argoproj/argo-ui

github.com/argoproj/argo-ui @v2.5.1

Chat with this repo
repository ↗ · DeepWiki ↗ · release v2.5.1 ↗ · + Follow
342 symbols 602 edges 99 files 0 documented · 0% 3 cross-repo links
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Argo UI Components

Argo Image

Set of React components used by https://github.com/argoproj/argo and https://github.com/argoproj/argo-cd

Build & Run

  1. Install Toolset: NodeJS and Yarn
  2. Install Dependencies: From your command line, navigate to the argo-ui directory and run yarn install to install dependencies.
  3. Run: yarn start - starts https://storybook.js.org/ dev server

Local Development

To test your changes locally against Argo CD or another Argo project, we recommend using yalc.

First, install yalc:

npm i -g yalc

Next, in your local argo-ui directory, run

yalc publish

Finally, in your local argo-cd/ui directory, run

yalc add argo-ui

Your local changes to the argo-ui package will now be seen by your local argo-cd.

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Function 150
Method 88
Interface 65
Class 30
Enum 9

Languages

TypeScript100%

Modules by API surface

v2/shared/keypress.tsx24 symbols
src/components/data-loader.tsx18 symbols
src/components/logs-viewer/logs-viewer.tsx16 symbols
src/components/select/select.tsx15 symbols
src/components/tabs/tabs.tsx13 symbols
v2/utils/utils.tsx12 symbols
src/components/dropdown/dropdown.tsx11 symbols
v2/utils/watch.ts10 symbols
src/models/kubernetes.ts10 symbols
src/components/top-bar/top-bar.tsx9 symbols
src/components/popup/popup-manager.tsx9 symbols
antd/components/button/button.stories.tsx9 symbols

For agents

$ claude mcp add argo-ui \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page