mirror of
https://github.com/przeprogramowani/10x-cli.git
synced 2026-09-19 03:30:01 +08:00
ca19fe244f
Update CLI CI/version workflows and version/publication helpers. Add Toolkit coordinator/lease/evidence helpers and regression coverage. Record approved amendments, review closure and local verification evidence. Refs: https://github.com/przeprogramowani/10x-cli/pull/38, https://github.com/przeprogramowani/10x-toolkit/pull/31
9 lines
562 B
TypeScript
9 lines
562 B
TypeScript
export const CLI_REPOSITORY: string;
|
|
export const TOOLKIT_REPOSITORY: string;
|
|
export function fullSha(value: unknown): boolean;
|
|
export function numericId(value: unknown): boolean;
|
|
export function github(token: string, repository?: string): (path: string, method?: string, body?: unknown) => Promise<any>;
|
|
export function canonicalRun(run: any, expected: any): any;
|
|
export function successfulJobs(result: any, run: any, names: string[]): void;
|
|
export function downloadArtifact(id: string | number, token: string, repository?: string, maxBuffer?: number): Buffer;
|