Argo CD API Client
    Preparing search index...

    Interface ArgoCdRepoAppsParams

    Query parameters for repositories.apps().

    interface ArgoCdRepoAppsParams {
        appName?: string;
        appProject?: string;
        path?: string;
        revision?: string;
        [key: string]: QueryValue | undefined;
    }

    Hierarchy (View Summary)

    Indexable

    Index

    Properties

    appName?: string

    Application name hint passed to the server for context.

    appProject?: string

    Project name hint passed to the server for context.

    path?: string

    Subdirectory path to search within.

    revision?: string

    Git revision (branch, tag, or commit SHA) to inspect.