Argo CD API Client
    Preparing search index...

    Interface ArgoCdClientOptions

    interface ArgoCdClientOptions {
        baseUrl: string;
        token?: string;
    }
    Index

    Properties

    Properties

    baseUrl: string

    Base URL of the Argo CD server, without /api/v1.

    token?: string

    Argo CD JWT sent as Authorization: Bearer <jwt> for authenticated endpoints.