Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Typescript ArgoCD Client

License

NotificationsYou must be signed in to change notification settings

Platformic/argocd-client

Repository files navigation

Simple client build using orval and fetch

How to use use it?

import argocd from "argocd-client";const run = async () => {  try {    await argocd.applicationServiceGet('ingress-nginx')  } catch (error) {    console.log(error.message)  }}run()

Generate types with orval

  1. Download ArgoCD swagger spects with curl
  2. Modify orval.config.ts input to path new spects
  3. Run npm run generate
  4. Modify src/generated/argocd.ts and fix import paths extensions (Github Issue)

[8]ページ先頭

©2009-2025 Movatter.jp