feat: add tag/endpoint selection mechanism

This commit is contained in:
2026-03-24 19:51:48 +01:00
parent a90f7ba078
commit b8d2fd8582
5 changed files with 144 additions and 6 deletions

View File

@@ -8,4 +8,5 @@ export interface CliOptions {
templates: string;
skipInstall?: boolean;
dryRun?: boolean;
selectEndpoints?: boolean;
}