@indigoai-us/hq-cli 5.77.13 → 5.78.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +34 -0
- package/assets/scaffold/core/scripts/archive-old-threads.sh +86 -0
- package/assets/scaffold/core/scripts/backfill-company-skill-mirrors.sh +73 -0
- package/assets/scaffold/core/scripts/backfill-workspace-mirror.sh +51 -0
- package/assets/scaffold/core/scripts/codex-skill-bridge.sh +550 -0
- package/assets/scaffold/core/scripts/detect-stale-core-policy-mirror.sh +185 -0
- package/assets/scaffold/core/scripts/hq-status-summary.sh +187 -0
- package/assets/scaffold/core/scripts/ontology-readme-drift.sh +264 -0
- package/assets/scaffold/core/scripts/qmd-reindex-after-sync.sh +93 -0
- package/assets/scaffold/core/scripts/rebuild-all-indexes.sh +69 -0
- package/assets/scaffold/core/scripts/rebuild-companies-index.sh +206 -0
- package/assets/scaffold/core/scripts/rebuild-company-knowledge-index.sh +127 -0
- package/assets/scaffold/core/scripts/rebuild-orchestrator-index.sh +86 -0
- package/assets/scaffold/core/scripts/rebuild-projects-index.sh +105 -0
- package/assets/scaffold/core/scripts/rebuild-public-knowledge-index.sh +83 -0
- package/assets/scaffold/core/scripts/rebuild-reports-index.sh +114 -0
- package/assets/scaffold/core/scripts/rebuild-social-drafts-index.sh +135 -0
- package/assets/scaffold/core/scripts/rebuild-threads-index.sh +82 -0
- package/assets/scaffold/core/scripts/rebuild-workers-index.sh +97 -0
- package/assets/scaffold/core/scripts/resize-screenshot.sh +47 -0
- package/assets/scaffold/core/scripts/token-usage-report.sh +254 -0
- package/assets/scaffold/core/scripts/worktree.sh +136 -0
- package/dist/commands/agents.js +28 -12
- package/dist/commands/api-keys.js +100 -20
- package/dist/commands/core.d.ts +90 -0
- package/dist/commands/core.js +279 -0
- package/dist/commands/files-browse.d.ts +21 -0
- package/dist/commands/files-browse.js +145 -24
- package/dist/commands/files.js +33 -7
- package/dist/commands/members.js +16 -5
- package/dist/commands/pack-install.d.ts +14 -0
- package/dist/commands/pack-install.js +51 -2
- package/dist/commands/pkg-install.js +43 -0
- package/dist/commands/run.js +8 -0
- package/dist/commands/secrets.js +125 -65
- package/dist/main.js +6 -0
- package/dist/utils/api-key-command-gate.d.ts +45 -0
- package/dist/utils/api-key-command-gate.js +51 -0
- package/dist/utils/hq-roots.d.ts +91 -0
- package/dist/utils/hq-roots.js +212 -0
- package/dist/utils/resolve-vault-credential.d.ts +63 -3
- package/dist/utils/resolve-vault-credential.js +152 -6
- package/dist/utils/run-bundled-script.d.ts +66 -0
- package/dist/utils/run-bundled-script.js +80 -0
- package/dist/utils/vault-api.d.ts +21 -0
- package/dist/utils/vault-api.js +74 -3
- package/package.json +7 -1
- package/.claude/policies/hq-cli-interactive-reads-use-sts-vend.md +0 -49
- package/.github/workflows/ci.yml +0 -46
- package/.github/workflows/publish.yml +0 -36
- package/.github/workflows/scripts/smoke-test-pkg.sh +0 -97
- package/e2e/cli.test.ts +0 -128
- package/eslint.config.js +0 -37
- package/pnpm-workspace.yaml +0 -4
- package/scripts/chmod-bins.mjs +0 -49
- package/scripts/generate-dsn.mjs +0 -26
- package/scripts/generate-scan-packages-table.mjs +0 -113
- package/scripts/smoke-sources-signals.sh +0 -103
- package/src/bin/hq-auth-refresh.ts +0 -43
- package/src/cli-version.ts +0 -13
- package/src/commands/__fixtures__/make-tar.ts +0 -126
- package/src/commands/_patterns.ts +0 -10
- package/src/commands/add.ts +0 -75
- package/src/commands/agents.test.ts +0 -527
- package/src/commands/agents.ts +0 -923
- package/src/commands/api-keys.test.ts +0 -291
- package/src/commands/api-keys.ts +0 -382
- package/src/commands/artifact-verify.test.ts +0 -177
- package/src/commands/auth.test.ts +0 -82
- package/src/commands/auth.ts +0 -213
- package/src/commands/billing.test.ts +0 -158
- package/src/commands/billing.ts +0 -146
- package/src/commands/channels.test.ts +0 -74
- package/src/commands/channels.ts +0 -91
- package/src/commands/cloud-demote.test.ts +0 -401
- package/src/commands/cloud-demote.ts +0 -278
- package/src/commands/cloud-provision.test.ts +0 -1117
- package/src/commands/cloud-provision.ts +0 -942
- package/src/commands/cloud.pull-all.test.ts +0 -711
- package/src/commands/cloud.pull-per-company.test.ts +0 -188
- package/src/commands/cloud.push-all.test.ts +0 -485
- package/src/commands/cloud.scope-excluded-warning.test.ts +0 -22
- package/src/commands/cloud.selectors.test.ts +0 -208
- package/src/commands/cloud.status.test.ts +0 -160
- package/src/commands/cloud.test.ts +0 -41
- package/src/commands/cloud.ts +0 -2130
- package/src/commands/company.test.ts +0 -202
- package/src/commands/company.ts +0 -148
- package/src/commands/creators.test.ts +0 -60
- package/src/commands/creators.ts +0 -117
- package/src/commands/crm.test.ts +0 -179
- package/src/commands/crm.ts +0 -236
- package/src/commands/db-migrate.ts +0 -55
- package/src/commands/db-provision.ts +0 -114
- package/src/commands/db-sql.ts +0 -124
- package/src/commands/db-status.ts +0 -108
- package/src/commands/db.ts +0 -26
- package/src/commands/dm.test.ts +0 -748
- package/src/commands/dm.ts +0 -1226
- package/src/commands/feedback.test.ts +0 -413
- package/src/commands/feedback.ts +0 -169
- package/src/commands/files-browse.test.ts +0 -1249
- package/src/commands/files-browse.ts +0 -1506
- package/src/commands/files-delete.test.ts +0 -484
- package/src/commands/files-recovery.test.ts +0 -370
- package/src/commands/files.test.ts +0 -722
- package/src/commands/files.ts +0 -1446
- package/src/commands/group-grants.test.ts +0 -330
- package/src/commands/group-grants.ts +0 -455
- package/src/commands/groups.test.ts +0 -44
- package/src/commands/groups.ts +0 -368
- package/src/commands/integrations.test.ts +0 -633
- package/src/commands/integrations.ts +0 -507
- package/src/commands/list.ts +0 -85
- package/src/commands/login.ts +0 -52
- package/src/commands/logout.ts +0 -30
- package/src/commands/marketplace-install.test.ts +0 -543
- package/src/commands/marketplace-security.test.ts +0 -646
- package/src/commands/mcp-registration.test.ts +0 -2787
- package/src/commands/mcp-registration.ts +0 -2612
- package/src/commands/mcp-status.test.ts +0 -483
- package/src/commands/mcp-status.ts +0 -575
- package/src/commands/mcp-status.us011.test.ts +0 -243
- package/src/commands/meetings.test.ts +0 -522
- package/src/commands/meetings.ts +0 -789
- package/src/commands/members.test.ts +0 -1474
- package/src/commands/members.ts +0 -1181
- package/src/commands/onboard-identity-guard.test.ts +0 -99
- package/src/commands/onboard-identity-guard.ts +0 -103
- package/src/commands/onboard-join.test.ts +0 -96
- package/src/commands/onboard-join.ts +0 -101
- package/src/commands/onboard-warning.test.ts +0 -26
- package/src/commands/onboard-warning.ts +0 -12
- package/src/commands/onboard.ts +0 -267
- package/src/commands/outposts-heartbeat.test.ts +0 -299
- package/src/commands/outposts-heartbeat.ts +0 -310
- package/src/commands/outposts-replica-sync.test.ts +0 -272
- package/src/commands/outposts-self-deploy.test.ts +0 -243
- package/src/commands/outposts.test.ts +0 -1039
- package/src/commands/outposts.ts +0 -1935
- package/src/commands/pack-install-secret-authorization.test.ts +0 -115
- package/src/commands/pack-install.test.ts +0 -1469
- package/src/commands/pack-install.ts +0 -2247
- package/src/commands/pack-update-cache.test.ts +0 -149
- package/src/commands/packs.test.ts +0 -88
- package/src/commands/packs.ts +0 -622
- package/src/commands/people.test.ts +0 -807
- package/src/commands/people.ts +0 -422
- package/src/commands/pkg-install.dispatch.test.ts +0 -71
- package/src/commands/pkg-install.ts +0 -215
- package/src/commands/pkg-list.test.ts +0 -79
- package/src/commands/pkg-list.ts +0 -13
- package/src/commands/pkg-remove.ts +0 -71
- package/src/commands/pkg-update.ts +0 -189
- package/src/commands/publish.test.ts +0 -650
- package/src/commands/publish.ts +0 -580
- package/src/commands/reindex.test.ts +0 -259
- package/src/commands/reindex.ts +0 -274
- package/src/commands/rescue.test.ts +0 -39
- package/src/commands/rescue.ts +0 -210
- package/src/commands/run.env-local.test.ts +0 -88
- package/src/commands/run.test.ts +0 -45
- package/src/commands/run.ts +0 -184
- package/src/commands/safe-extract.test.ts +0 -459
- package/src/commands/safe-extract.ts +0 -444
- package/src/commands/secrets-scope.test.ts +0 -56
- package/src/commands/secrets-scope.ts +0 -32
- package/src/commands/secrets.parse-destination.test.ts +0 -38
- package/src/commands/secrets.test.ts +0 -2037
- package/src/commands/secrets.ts +0 -2240
- package/src/commands/signals.ts +0 -351
- package/src/commands/skill.test.ts +0 -770
- package/src/commands/skill.ts +0 -796
- package/src/commands/sources.ts +0 -362
- package/src/commands/sync-mode.test.ts +0 -366
- package/src/commands/sync-mode.ts +0 -387
- package/src/commands/sync-narrow.test.ts +0 -633
- package/src/commands/sync-narrow.ts +0 -555
- package/src/commands/sync.ts +0 -165
- package/src/commands/team-sync.ts +0 -628
- package/src/commands/update.ts +0 -71
- package/src/commands/whoami.ts +0 -83
- package/src/commands/workers.test.ts +0 -158
- package/src/commands/workers.ts +0 -301
- package/src/index.test.ts +0 -32
- package/src/index.ts +0 -20
- package/src/lib/db/control-plane.test.ts +0 -59
- package/src/lib/db/control-plane.ts +0 -113
- package/src/lib/db/local.test.ts +0 -81
- package/src/lib/db/local.ts +0 -148
- package/src/lib/db/migrate.test.ts +0 -133
- package/src/lib/db/migrate.ts +0 -137
- package/src/lib/db/paths.test.ts +0 -112
- package/src/lib/db/paths.ts +0 -128
- package/src/lib/db/remote-engine.test.ts +0 -44
- package/src/lib/db/remote-engine.ts +0 -148
- package/src/lib/db/remote-sql.test.ts +0 -32
- package/src/lib/db/remote-sql.ts +0 -62
- package/src/lib/db/sql.test.ts +0 -106
- package/src/lib/db/sql.ts +0 -192
- package/src/lib/hq-cloud-dep.smoke.test.ts +0 -75
- package/src/lib/local-tree-diff.test.ts +0 -301
- package/src/lib/local-tree-diff.ts +0 -362
- package/src/lib/narrow-hint-banner.test.ts +0 -235
- package/src/lib/narrow-hint-banner.ts +0 -212
- package/src/lib/plan-limit-nag.test.ts +0 -317
- package/src/lib/plan-limit-nag.ts +0 -264
- package/src/main.ts +0 -371
- package/src/node-preflight.test.ts +0 -60
- package/src/node-preflight.ts +0 -67
- package/src/outpost/session-heartbeat-bounds.test.ts +0 -195
- package/src/outpost/session-heartbeat-guard.test.ts +0 -105
- package/src/outpost/session-heartbeat-publisher.test.ts +0 -178
- package/src/outpost/session-heartbeat-publisher.ts +0 -186
- package/src/outpost/session-heartbeat-retain-guard.test.ts +0 -126
- package/src/outpost/session-heartbeat.test.ts +0 -459
- package/src/outpost/session-heartbeat.ts +0 -877
- package/src/packaging.test.ts +0 -109
- package/src/run/__fixtures__/discover-schemas/example.env.schema +0 -4
- package/src/run/discover-schemas.test.ts +0 -153
- package/src/run/discover-schemas.ts +0 -79
- package/src/run/hq-plugin.test.ts +0 -371
- package/src/run/hq-plugin.ts +0 -277
- package/src/run/varlock-shape.test.ts +0 -57
- package/src/schemas/hq-package.schema.json +0 -155
- package/src/sentry-before-send.test.ts +0 -359
- package/src/sentry-before-send.ts +0 -221
- package/src/sentry-epipe.test.ts +0 -37
- package/src/sentry-release.test.ts +0 -54
- package/src/sentry.test.ts +0 -24
- package/src/sentry.ts +0 -54
- package/src/strategies/link.ts +0 -62
- package/src/strategies/merge.ts +0 -142
- package/src/types.ts +0 -146
- package/src/utils/__fixtures__/scan-packages.generated-block.sh +0 -23
- package/src/utils/auth-error.test.ts +0 -40
- package/src/utils/auth-error.ts +0 -42
- package/src/utils/billing-gate.test.ts +0 -95
- package/src/utils/billing-gate.ts +0 -228
- package/src/utils/breadcrumb-buffer.ts +0 -18
- package/src/utils/cli-telemetry.test.ts +0 -153
- package/src/utils/cli-telemetry.ts +0 -61
- package/src/utils/cognito-session.machine.test.ts +0 -109
- package/src/utils/cognito-session.refresh.test.ts +0 -84
- package/src/utils/cognito-session.test.ts +0 -328
- package/src/utils/cognito-session.ts +0 -448
- package/src/utils/company-selection-error.test.ts +0 -42
- package/src/utils/company-selection-error.ts +0 -45
- package/src/utils/contribution-table.ts +0 -83
- package/src/utils/environmental-error.test.ts +0 -45
- package/src/utils/environmental-error.ts +0 -39
- package/src/utils/epipe.test.ts +0 -28
- package/src/utils/epipe.ts +0 -29
- package/src/utils/expected-cli-error.test.ts +0 -28
- package/src/utils/expected-cli-error.ts +0 -39
- package/src/utils/feedback-diagnostics.test.ts +0 -183
- package/src/utils/feedback-diagnostics.ts +0 -123
- package/src/utils/feedback-screenshots.test.ts +0 -134
- package/src/utils/feedback-screenshots.ts +0 -124
- package/src/utils/feedback-versions.test.ts +0 -98
- package/src/utils/feedback-versions.ts +0 -68
- package/src/utils/git.ts +0 -74
- package/src/utils/integrity.ts +0 -59
- package/src/utils/intercepted-process-exit.test.ts +0 -37
- package/src/utils/intercepted-process-exit.ts +0 -36
- package/src/utils/login-provider.test.ts +0 -42
- package/src/utils/login-provider.ts +0 -30
- package/src/utils/manifest.test.ts +0 -167
- package/src/utils/manifest.ts +0 -131
- package/src/utils/pack-contributions.test.ts +0 -603
- package/src/utils/pack-contributions.ts +0 -450
- package/src/utils/people.ts +0 -215
- package/src/utils/registry-client.ts +0 -204
- package/src/utils/registry.ts +0 -90
- package/src/utils/resolve-vault-credential.test.ts +0 -69
- package/src/utils/resolve-vault-credential.ts +0 -60
- package/src/utils/sandbox-runner-client.test.ts +0 -279
- package/src/utils/sandbox-runner-client.ts +0 -260
- package/src/utils/secrets-cache.ts +0 -183
- package/src/utils/sentry-identity.ts +0 -45
- package/src/utils/settle-with-timeout.test.ts +0 -21
- package/src/utils/settle-with-timeout.ts +0 -22
- package/src/utils/user-yaml-error.test.ts +0 -24
- package/src/utils/user-yaml-error.ts +0 -30
- package/src/utils/vault-api.test.ts +0 -536
- package/src/utils/vault-api.ts +0 -382
- package/src/utils/version-check.test.ts +0 -176
- package/src/utils/version-check.ts +0 -155
- package/src/utils/version-gate.test.ts +0 -1024
- package/src/utils/version-gate.ts +0 -702
- package/test/commands/db-tenant-isolation.test.ts +0 -94
- package/test/commands/db.test.ts +0 -85
- package/test/commands/signals.test.ts +0 -207
- package/test/commands/sources.test.ts +0 -231
- package/test/e2e/smoke-install-mcp.sh +0 -113
- package/test/fixtures/hq-pack-smoke-mcp/mcp/smoke-http.json +0 -1
- package/test/fixtures/hq-pack-smoke-mcp/package.yaml +0 -11
- package/test/fixtures/signals/action_item/sample.md +0 -16
- package/test/fixtures/signals/summary/sample.md +0 -12
- package/test/fixtures/sources/meetings/sample.md +0 -25
- package/test/helpers/cli-runner.ts +0 -150
- package/test/helpers/s3-list-mock.ts +0 -79
- package/test/helpers/vault-service-mock.ts +0 -295
- package/test/sources-signals/smoke.test.ts +0 -228
- package/tsconfig.json +0 -20
- package/vitest.config.ts +0 -11
- package/vitest.e2e.config.ts +0 -7
|
@@ -1,291 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
afterEach,
|
|
3
|
-
beforeEach,
|
|
4
|
-
describe,
|
|
5
|
-
expect,
|
|
6
|
-
it,
|
|
7
|
-
vi,
|
|
8
|
-
type MockInstance,
|
|
9
|
-
} from "vitest";
|
|
10
|
-
|
|
11
|
-
vi.mock("../utils/cognito-session.js", async (importOriginal) => {
|
|
12
|
-
const original = (await importOriginal()) as Record<string, unknown>;
|
|
13
|
-
return {
|
|
14
|
-
...original,
|
|
15
|
-
ensureCognitoToken: vi.fn(async () => "test-token"),
|
|
16
|
-
};
|
|
17
|
-
});
|
|
18
|
-
|
|
19
|
-
vi.mock("./secrets.js", async (importOriginal) => {
|
|
20
|
-
const original = (await importOriginal()) as Record<string, unknown>;
|
|
21
|
-
return {
|
|
22
|
-
...original,
|
|
23
|
-
getCompanyUid: vi.fn(async () => "cmp_acme"),
|
|
24
|
-
vaultApiFetch: vi.fn(),
|
|
25
|
-
};
|
|
26
|
-
});
|
|
27
|
-
|
|
28
|
-
import { Command } from "commander";
|
|
29
|
-
import { registerApiKeysCommand } from "./api-keys.js";
|
|
30
|
-
import { getCompanyUid, vaultApiFetch } from "./secrets.js";
|
|
31
|
-
|
|
32
|
-
function jsonResponse(body: unknown, status = 200): Response {
|
|
33
|
-
return new Response(JSON.stringify(body), {
|
|
34
|
-
status,
|
|
35
|
-
headers: { "Content-Type": "application/json" },
|
|
36
|
-
});
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
function buildProgram(): Command {
|
|
40
|
-
const program = new Command();
|
|
41
|
-
program.exitOverride();
|
|
42
|
-
program.configureOutput({
|
|
43
|
-
writeOut: () => undefined,
|
|
44
|
-
writeErr: () => undefined,
|
|
45
|
-
});
|
|
46
|
-
registerApiKeysCommand(program);
|
|
47
|
-
return program;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
let logSpy: MockInstance<typeof console.log>;
|
|
51
|
-
let errSpy: MockInstance<typeof console.error>;
|
|
52
|
-
let exitSpy: MockInstance<typeof process.exit>;
|
|
53
|
-
|
|
54
|
-
beforeEach(() => {
|
|
55
|
-
vi.clearAllMocks();
|
|
56
|
-
logSpy = vi.spyOn(console, "log").mockImplementation(() => undefined);
|
|
57
|
-
errSpy = vi.spyOn(console, "error").mockImplementation(() => undefined);
|
|
58
|
-
exitSpy = vi
|
|
59
|
-
.spyOn(process, "exit")
|
|
60
|
-
.mockImplementation(((code?: number) => {
|
|
61
|
-
throw new Error(`__EXIT__:${code ?? 0}`);
|
|
62
|
-
}) as never);
|
|
63
|
-
});
|
|
64
|
-
|
|
65
|
-
afterEach(() => {
|
|
66
|
-
vi.restoreAllMocks();
|
|
67
|
-
});
|
|
68
|
-
|
|
69
|
-
describe("hq api-keys create", () => {
|
|
70
|
-
it("POSTs the expected body and prints the raw key exactly once", async () => {
|
|
71
|
-
vi.mocked(vaultApiFetch).mockResolvedValueOnce(
|
|
72
|
-
jsonResponse({
|
|
73
|
-
apiKey: {
|
|
74
|
-
keyId: "key_123",
|
|
75
|
-
companyUid: "cmp_acme",
|
|
76
|
-
name: "CI key",
|
|
77
|
-
scope: {
|
|
78
|
-
allowedPrefixes: ["HQ_PRO/HQ_PROD", "HQ_PRO/HQ_DEV"],
|
|
79
|
-
permission: "read",
|
|
80
|
-
},
|
|
81
|
-
status: "active",
|
|
82
|
-
createdAt: "2026-06-19T12:00:00.000Z",
|
|
83
|
-
lastUsedAt: null,
|
|
84
|
-
expiresAt: "2026-07-01T00:00:00.000Z",
|
|
85
|
-
},
|
|
86
|
-
key: { value: "hqk_test_secret_value" },
|
|
87
|
-
}),
|
|
88
|
-
);
|
|
89
|
-
|
|
90
|
-
const program = buildProgram();
|
|
91
|
-
await program.parseAsync(
|
|
92
|
-
[
|
|
93
|
-
"api-keys",
|
|
94
|
-
"create",
|
|
95
|
-
"--company",
|
|
96
|
-
"indigo",
|
|
97
|
-
"--name",
|
|
98
|
-
"CI key",
|
|
99
|
-
"--scope",
|
|
100
|
-
"HQ_PRO/HQ_PROD",
|
|
101
|
-
"--scope",
|
|
102
|
-
"HQ_PRO/HQ_DEV",
|
|
103
|
-
"--permission",
|
|
104
|
-
"read",
|
|
105
|
-
"--expires",
|
|
106
|
-
"2026-07-01T00:00:00.000Z",
|
|
107
|
-
],
|
|
108
|
-
{ from: "user" },
|
|
109
|
-
);
|
|
110
|
-
|
|
111
|
-
expect(getCompanyUid).toHaveBeenCalledWith("test-token", "indigo");
|
|
112
|
-
expect(vaultApiFetch).toHaveBeenCalledWith({
|
|
113
|
-
token: "test-token",
|
|
114
|
-
path: "/v1/api-keys",
|
|
115
|
-
method: "POST",
|
|
116
|
-
body: {
|
|
117
|
-
companyUid: "cmp_acme",
|
|
118
|
-
name: "CI key",
|
|
119
|
-
allowedPrefixes: ["HQ_PRO/HQ_PROD", "HQ_PRO/HQ_DEV"],
|
|
120
|
-
permission: "read",
|
|
121
|
-
expiresAt: "2026-07-01T00:00:00.000Z",
|
|
122
|
-
},
|
|
123
|
-
});
|
|
124
|
-
|
|
125
|
-
const printed = logSpy.mock.calls
|
|
126
|
-
.map((call) => call.map((value) => String(value)).join(" "))
|
|
127
|
-
.join("\n");
|
|
128
|
-
expect(printed).toContain("Store this key now");
|
|
129
|
-
expect(printed).toContain("export HQ_API_KEY=");
|
|
130
|
-
expect(printed).toContain("hq secrets get");
|
|
131
|
-
// Key value appears in Store line + export line only (not in list metadata).
|
|
132
|
-
expect(printed.match(/hqk_test_secret_value/g)?.length ?? 0).toBe(2);
|
|
133
|
-
expect(errSpy).not.toHaveBeenCalled();
|
|
134
|
-
expect(exitSpy).not.toHaveBeenCalled();
|
|
135
|
-
});
|
|
136
|
-
|
|
137
|
-
it("includes deploy scope when --deploy-app is set", async () => {
|
|
138
|
-
vi.mocked(vaultApiFetch).mockResolvedValueOnce(
|
|
139
|
-
jsonResponse({
|
|
140
|
-
apiKey: {
|
|
141
|
-
keyId: "key_deploy",
|
|
142
|
-
companyUid: "cmp_acme",
|
|
143
|
-
name: "Deploy key",
|
|
144
|
-
scope: {
|
|
145
|
-
allowedPrefixes: ["CI"],
|
|
146
|
-
permission: "read",
|
|
147
|
-
deploy: {
|
|
148
|
-
apps: ["my-app", "other-app"],
|
|
149
|
-
capabilities: ["deploy:write"],
|
|
150
|
-
},
|
|
151
|
-
},
|
|
152
|
-
status: "active",
|
|
153
|
-
createdAt: "2026-06-19T12:00:00.000Z",
|
|
154
|
-
lastUsedAt: null,
|
|
155
|
-
expiresAt: null,
|
|
156
|
-
},
|
|
157
|
-
key: { value: "hqk_deploy_secret" },
|
|
158
|
-
}),
|
|
159
|
-
);
|
|
160
|
-
|
|
161
|
-
const program = buildProgram();
|
|
162
|
-
await program.parseAsync(
|
|
163
|
-
[
|
|
164
|
-
"api-keys",
|
|
165
|
-
"create",
|
|
166
|
-
"--name",
|
|
167
|
-
"Deploy key",
|
|
168
|
-
"--scope",
|
|
169
|
-
"CI",
|
|
170
|
-
"--deploy-app",
|
|
171
|
-
"my-app",
|
|
172
|
-
"--deploy-app",
|
|
173
|
-
"other-app",
|
|
174
|
-
],
|
|
175
|
-
{ from: "user" },
|
|
176
|
-
);
|
|
177
|
-
|
|
178
|
-
expect(vaultApiFetch).toHaveBeenCalledWith({
|
|
179
|
-
token: "test-token",
|
|
180
|
-
path: "/v1/api-keys",
|
|
181
|
-
method: "POST",
|
|
182
|
-
body: {
|
|
183
|
-
companyUid: "cmp_acme",
|
|
184
|
-
name: "Deploy key",
|
|
185
|
-
allowedPrefixes: ["CI"],
|
|
186
|
-
permission: "read",
|
|
187
|
-
deploy: {
|
|
188
|
-
apps: ["my-app", "other-app"],
|
|
189
|
-
capabilities: ["deploy:write"],
|
|
190
|
-
},
|
|
191
|
-
},
|
|
192
|
-
});
|
|
193
|
-
|
|
194
|
-
const printed = logSpy.mock.calls
|
|
195
|
-
.map((call) => call.map((value) => String(value)).join(" "))
|
|
196
|
-
.join("\n");
|
|
197
|
-
expect(printed).toContain("Deploy apps:");
|
|
198
|
-
expect(printed).toContain("my-app, other-app");
|
|
199
|
-
expect(printed).toContain("hq-deploy API");
|
|
200
|
-
});
|
|
201
|
-
});
|
|
202
|
-
|
|
203
|
-
describe("hq api-keys list", () => {
|
|
204
|
-
it("renders metadata rows and never prints any key value", async () => {
|
|
205
|
-
vi.mocked(vaultApiFetch).mockResolvedValueOnce(
|
|
206
|
-
jsonResponse({
|
|
207
|
-
companyUid: "cmp_acme",
|
|
208
|
-
apiKeys: [
|
|
209
|
-
{
|
|
210
|
-
keyId: "key_123",
|
|
211
|
-
companyUid: "cmp_acme",
|
|
212
|
-
name: "CI key",
|
|
213
|
-
scope: {
|
|
214
|
-
allowedPrefixes: ["HQ_PRO/HQ_PROD", "HQ_PRO/HQ_DEV"],
|
|
215
|
-
permission: "read",
|
|
216
|
-
deploy: {
|
|
217
|
-
apps: ["preview-app"],
|
|
218
|
-
capabilities: ["deploy:write"],
|
|
219
|
-
},
|
|
220
|
-
},
|
|
221
|
-
status: "active",
|
|
222
|
-
createdAt: "2026-06-19T12:00:00.000Z",
|
|
223
|
-
lastUsedAt: "2026-06-20T08:00:00.000Z",
|
|
224
|
-
expiresAt: "2026-07-01T00:00:00.000Z",
|
|
225
|
-
key: { value: "hqk_should_not_print" },
|
|
226
|
-
},
|
|
227
|
-
],
|
|
228
|
-
}),
|
|
229
|
-
);
|
|
230
|
-
|
|
231
|
-
const program = buildProgram();
|
|
232
|
-
await program.parseAsync(
|
|
233
|
-
["api-keys", "--company", "indigo", "list"],
|
|
234
|
-
{ from: "user" },
|
|
235
|
-
);
|
|
236
|
-
|
|
237
|
-
expect(getCompanyUid).toHaveBeenCalledWith("test-token", "indigo");
|
|
238
|
-
expect(vaultApiFetch).toHaveBeenCalledWith({
|
|
239
|
-
token: "test-token",
|
|
240
|
-
path: "/v1/api-keys",
|
|
241
|
-
query: { companyUid: "cmp_acme" },
|
|
242
|
-
});
|
|
243
|
-
|
|
244
|
-
const printed = logSpy.mock.calls
|
|
245
|
-
.map((call) => call.map((value) => String(value)).join(" "))
|
|
246
|
-
.join("\n");
|
|
247
|
-
expect(printed).toContain("KEY ID");
|
|
248
|
-
expect(printed).toContain("DEPLOY");
|
|
249
|
-
expect(printed).toContain("key_123");
|
|
250
|
-
expect(printed).toContain("CI key");
|
|
251
|
-
expect(printed).toContain("HQ_PRO/HQ_PROD, HQ_PRO/HQ_DEV");
|
|
252
|
-
expect(printed).toContain("preview-app");
|
|
253
|
-
expect(printed).not.toContain("hqk_should_not_print");
|
|
254
|
-
expect(exitSpy).not.toHaveBeenCalled();
|
|
255
|
-
});
|
|
256
|
-
});
|
|
257
|
-
|
|
258
|
-
describe("hq api-keys revoke", () => {
|
|
259
|
-
it("POSTs to the revoke route for the provided key id", async () => {
|
|
260
|
-
vi.mocked(vaultApiFetch).mockResolvedValueOnce(
|
|
261
|
-
jsonResponse({
|
|
262
|
-
apiKey: {
|
|
263
|
-
keyId: "key_123",
|
|
264
|
-
companyUid: "cmp_acme",
|
|
265
|
-
name: "CI key",
|
|
266
|
-
scope: {
|
|
267
|
-
allowedPrefixes: ["HQ_PRO/HQ_PROD"],
|
|
268
|
-
permission: "read",
|
|
269
|
-
},
|
|
270
|
-
status: "revoked",
|
|
271
|
-
createdAt: "2026-06-19T12:00:00.000Z",
|
|
272
|
-
lastUsedAt: null,
|
|
273
|
-
expiresAt: null,
|
|
274
|
-
},
|
|
275
|
-
}),
|
|
276
|
-
);
|
|
277
|
-
|
|
278
|
-
const program = buildProgram();
|
|
279
|
-
await program.parseAsync(["api-keys", "revoke", "key_123"], {
|
|
280
|
-
from: "user",
|
|
281
|
-
});
|
|
282
|
-
|
|
283
|
-
expect(vaultApiFetch).toHaveBeenCalledWith({
|
|
284
|
-
token: "test-token",
|
|
285
|
-
path: "/v1/api-keys/key_123/revoke",
|
|
286
|
-
method: "POST",
|
|
287
|
-
});
|
|
288
|
-
expect(logSpy).toHaveBeenCalledWith(expect.stringContaining("key_123"));
|
|
289
|
-
expect(exitSpy).not.toHaveBeenCalled();
|
|
290
|
-
});
|
|
291
|
-
});
|
package/src/commands/api-keys.ts
DELETED
|
@@ -1,382 +0,0 @@
|
|
|
1
|
-
import { Command } from "commander";
|
|
2
|
-
import chalk from "chalk";
|
|
3
|
-
import { ensureCognitoToken } from "../utils/cognito-session.js";
|
|
4
|
-
import { assertCognitoOnlyCommand } from "../utils/resolve-vault-credential.js";
|
|
5
|
-
import { getCompanyUid, vaultApiFetch } from "./secrets.js";
|
|
6
|
-
|
|
7
|
-
async function requireCognitoForApiKeys(label: string): Promise<string> {
|
|
8
|
-
assertCognitoOnlyCommand(label);
|
|
9
|
-
return ensureCognitoToken();
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
type ApiKeyPermission = "read" | "write" | "admin";
|
|
13
|
-
|
|
14
|
-
interface ApiKeyMetadata {
|
|
15
|
-
keyId: string;
|
|
16
|
-
companyUid: string;
|
|
17
|
-
name: string;
|
|
18
|
-
scope: {
|
|
19
|
-
allowedPrefixes: string[];
|
|
20
|
-
permission: ApiKeyPermission;
|
|
21
|
-
deploy?: {
|
|
22
|
-
apps: string[];
|
|
23
|
-
capabilities: string[];
|
|
24
|
-
};
|
|
25
|
-
};
|
|
26
|
-
status: string;
|
|
27
|
-
createdAt: string;
|
|
28
|
-
lastUsedAt?: string | null;
|
|
29
|
-
expiresAt?: string | null;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
interface CreateApiKeyResponse {
|
|
33
|
-
apiKey: ApiKeyMetadata;
|
|
34
|
-
key: {
|
|
35
|
-
value: string;
|
|
36
|
-
};
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
interface ListApiKeysResponse {
|
|
40
|
-
companyUid: string;
|
|
41
|
-
apiKeys: ApiKeyMetadata[];
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
interface RevokeApiKeyResponse {
|
|
45
|
-
apiKey: ApiKeyMetadata;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
interface ApiKeysGroupOptions {
|
|
49
|
-
company?: string;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
interface CreateApiKeyOptions {
|
|
53
|
-
name: string;
|
|
54
|
-
scope: string[];
|
|
55
|
-
deployApp: string[];
|
|
56
|
-
permission: string;
|
|
57
|
-
expires?: string;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
function collectRepeatedOption(value: string, previous: string[]): string[] {
|
|
61
|
-
return [...previous, value];
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
function formatMaybe(value?: string | null): string {
|
|
65
|
-
return value ?? "-";
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
function formatPrefixes(prefixes: string[]): string {
|
|
69
|
-
return prefixes.length > 0 ? prefixes.join(", ") : "-";
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
function formatDeployApps(
|
|
73
|
-
deploy?: { apps: string[]; capabilities: string[] },
|
|
74
|
-
): string {
|
|
75
|
-
if (!deploy?.apps?.length) return "-";
|
|
76
|
-
return deploy.apps.join(", ");
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
function parsePermission(value: string): ApiKeyPermission {
|
|
80
|
-
if (value === "read" || value === "write" || value === "admin") {
|
|
81
|
-
return value;
|
|
82
|
-
}
|
|
83
|
-
throw new Error(
|
|
84
|
-
`Invalid permission '${value}'. Use one of: read, write, admin.`,
|
|
85
|
-
);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
function parseExpires(expires?: string): string | undefined {
|
|
89
|
-
if (expires === undefined) return undefined;
|
|
90
|
-
if (Number.isNaN(Date.parse(expires))) {
|
|
91
|
-
throw new Error(
|
|
92
|
-
`Invalid --expires value '${expires}'. Use an ISO-8601 timestamp.`,
|
|
93
|
-
);
|
|
94
|
-
}
|
|
95
|
-
return expires;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
async function readApiError(res: Response, action: string): Promise<string> {
|
|
99
|
-
const body = (await res.json().catch(() => ({}))) as Record<string, unknown>;
|
|
100
|
-
const message =
|
|
101
|
-
typeof body.message === "string"
|
|
102
|
-
? body.message
|
|
103
|
-
: typeof body.error === "string"
|
|
104
|
-
? body.error
|
|
105
|
-
: res.statusText;
|
|
106
|
-
|
|
107
|
-
if (res.status === 401) {
|
|
108
|
-
return "Not authenticated - please run `hq login`";
|
|
109
|
-
}
|
|
110
|
-
if (res.status === 403) {
|
|
111
|
-
return `Not authorized to ${action}`;
|
|
112
|
-
}
|
|
113
|
-
if (res.status === 404) {
|
|
114
|
-
return message || "API key not found";
|
|
115
|
-
}
|
|
116
|
-
if (res.status >= 500) {
|
|
117
|
-
return `Server error: ${message}`;
|
|
118
|
-
}
|
|
119
|
-
return message || `Request failed (${res.status})`;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
function renderApiKeysTable(apiKeys: ApiKeyMetadata[]): void {
|
|
123
|
-
const rows = apiKeys.map((apiKey) => ({
|
|
124
|
-
keyId: apiKey.keyId,
|
|
125
|
-
name: apiKey.name,
|
|
126
|
-
permission: apiKey.scope.permission,
|
|
127
|
-
prefixes: formatPrefixes(apiKey.scope.allowedPrefixes),
|
|
128
|
-
deployApps: formatDeployApps(apiKey.scope.deploy),
|
|
129
|
-
status: apiKey.status,
|
|
130
|
-
lastUsedAt: formatMaybe(apiKey.lastUsedAt),
|
|
131
|
-
expiresAt: formatMaybe(apiKey.expiresAt),
|
|
132
|
-
}));
|
|
133
|
-
|
|
134
|
-
const keyIdWidth = Math.max(6, ...rows.map((row) => row.keyId.length));
|
|
135
|
-
const nameWidth = Math.max(4, ...rows.map((row) => row.name.length));
|
|
136
|
-
const permissionWidth = Math.max(
|
|
137
|
-
10,
|
|
138
|
-
...rows.map((row) => row.permission.length),
|
|
139
|
-
);
|
|
140
|
-
const prefixesWidth = Math.max(8, ...rows.map((row) => row.prefixes.length));
|
|
141
|
-
const deployWidth = Math.max(6, ...rows.map((row) => row.deployApps.length));
|
|
142
|
-
const statusWidth = Math.max(6, ...rows.map((row) => row.status.length));
|
|
143
|
-
const lastUsedWidth = Math.max(
|
|
144
|
-
11,
|
|
145
|
-
...rows.map((row) => row.lastUsedAt.length),
|
|
146
|
-
);
|
|
147
|
-
const expiresWidth = Math.max(
|
|
148
|
-
10,
|
|
149
|
-
...rows.map((row) => row.expiresAt.length),
|
|
150
|
-
);
|
|
151
|
-
|
|
152
|
-
const header = [
|
|
153
|
-
"KEY ID".padEnd(keyIdWidth),
|
|
154
|
-
"NAME".padEnd(nameWidth),
|
|
155
|
-
"PERMISSION".padEnd(permissionWidth),
|
|
156
|
-
"PREFIXES".padEnd(prefixesWidth),
|
|
157
|
-
"DEPLOY".padEnd(deployWidth),
|
|
158
|
-
"STATUS".padEnd(statusWidth),
|
|
159
|
-
"LAST USED".padEnd(lastUsedWidth),
|
|
160
|
-
"EXPIRES".padEnd(expiresWidth),
|
|
161
|
-
].join(" ");
|
|
162
|
-
console.log(chalk.bold(header));
|
|
163
|
-
|
|
164
|
-
for (const row of rows) {
|
|
165
|
-
console.log(
|
|
166
|
-
[
|
|
167
|
-
row.keyId.padEnd(keyIdWidth),
|
|
168
|
-
row.name.padEnd(nameWidth),
|
|
169
|
-
row.permission.padEnd(permissionWidth),
|
|
170
|
-
row.prefixes.padEnd(prefixesWidth),
|
|
171
|
-
row.deployApps.padEnd(deployWidth),
|
|
172
|
-
row.status.padEnd(statusWidth),
|
|
173
|
-
row.lastUsedAt.padEnd(lastUsedWidth),
|
|
174
|
-
row.expiresAt.padEnd(expiresWidth),
|
|
175
|
-
].join(" "),
|
|
176
|
-
);
|
|
177
|
-
}
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
export function registerApiKeysCommand(program: Command): Command {
|
|
181
|
-
const apiKeys = program
|
|
182
|
-
.command("api-keys")
|
|
183
|
-
.description("Manage vault API keys for CI and automation")
|
|
184
|
-
.option("--company <slug>", "Company slug (resolves to companyUid)");
|
|
185
|
-
|
|
186
|
-
apiKeys
|
|
187
|
-
.command("create")
|
|
188
|
-
.description(
|
|
189
|
-
"Create a new API key (vault secrets and/or scoped deploy via --deploy-app)",
|
|
190
|
-
)
|
|
191
|
-
.requiredOption("--name <label>", "Human-readable label for the API key")
|
|
192
|
-
.option(
|
|
193
|
-
"--scope <prefix>",
|
|
194
|
-
"Allowed secret prefix (repeatable)",
|
|
195
|
-
collectRepeatedOption,
|
|
196
|
-
[],
|
|
197
|
-
)
|
|
198
|
-
.option(
|
|
199
|
-
"--deploy-app <id>",
|
|
200
|
-
"Deploy app id/slug allowed for publish (repeatable)",
|
|
201
|
-
collectRepeatedOption,
|
|
202
|
-
[],
|
|
203
|
-
)
|
|
204
|
-
.option(
|
|
205
|
-
"--permission <level>",
|
|
206
|
-
"Secret permission level: read | write | admin (required when --scope is set)",
|
|
207
|
-
"read",
|
|
208
|
-
)
|
|
209
|
-
.option("--expires <ISO8601>", "Optional ISO-8601 expiry timestamp")
|
|
210
|
-
.action(async (opts: CreateApiKeyOptions) => {
|
|
211
|
-
try {
|
|
212
|
-
if (opts.scope.length === 0 && opts.deployApp.length === 0) {
|
|
213
|
-
console.error(
|
|
214
|
-
chalk.red(
|
|
215
|
-
"Error: provide at least one --scope <prefix> and/or --deploy-app <id>.",
|
|
216
|
-
),
|
|
217
|
-
);
|
|
218
|
-
process.exit(1);
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
const permission = parsePermission(opts.permission);
|
|
222
|
-
const expiresAt = parseExpires(opts.expires);
|
|
223
|
-
const token = await requireCognitoForApiKeys("api-keys create");
|
|
224
|
-
const companyUid = await getCompanyUid(
|
|
225
|
-
token,
|
|
226
|
-
(apiKeys.opts() as ApiKeysGroupOptions).company,
|
|
227
|
-
);
|
|
228
|
-
|
|
229
|
-
const res = await vaultApiFetch({
|
|
230
|
-
token,
|
|
231
|
-
path: "/v1/api-keys",
|
|
232
|
-
method: "POST",
|
|
233
|
-
body: {
|
|
234
|
-
companyUid,
|
|
235
|
-
name: opts.name,
|
|
236
|
-
...(opts.scope.length > 0
|
|
237
|
-
? { allowedPrefixes: opts.scope, permission }
|
|
238
|
-
: {}),
|
|
239
|
-
...(opts.deployApp.length > 0
|
|
240
|
-
? {
|
|
241
|
-
deploy: {
|
|
242
|
-
apps: opts.deployApp,
|
|
243
|
-
capabilities: ["deploy:write"],
|
|
244
|
-
},
|
|
245
|
-
}
|
|
246
|
-
: {}),
|
|
247
|
-
...(opts.scope.length === 0 && opts.deployApp.length > 0
|
|
248
|
-
? { permission }
|
|
249
|
-
: {}),
|
|
250
|
-
...(expiresAt ? { expiresAt } : {}),
|
|
251
|
-
},
|
|
252
|
-
});
|
|
253
|
-
|
|
254
|
-
if (!res.ok) {
|
|
255
|
-
throw new Error(await readApiError(res, "create API keys"));
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
const data = (await res.json()) as CreateApiKeyResponse;
|
|
259
|
-
console.log(chalk.green("API key created."));
|
|
260
|
-
console.log(
|
|
261
|
-
chalk.yellow("Store this key now - it won't be shown again:"),
|
|
262
|
-
);
|
|
263
|
-
console.log(`\n ${data.key.value}\n`);
|
|
264
|
-
console.log(chalk.bold("Metadata"));
|
|
265
|
-
console.log(` Key ID: ${data.apiKey.keyId}`);
|
|
266
|
-
console.log(` Name: ${data.apiKey.name}`);
|
|
267
|
-
console.log(` Company: ${data.apiKey.companyUid}`);
|
|
268
|
-
console.log(` Permission: ${data.apiKey.scope.permission}`);
|
|
269
|
-
console.log(
|
|
270
|
-
` Prefixes: ${formatPrefixes(data.apiKey.scope.allowedPrefixes)}`,
|
|
271
|
-
);
|
|
272
|
-
console.log(
|
|
273
|
-
` Deploy apps: ${formatDeployApps(data.apiKey.scope.deploy)}`,
|
|
274
|
-
);
|
|
275
|
-
console.log(` Status: ${data.apiKey.status}`);
|
|
276
|
-
console.log(` Created: ${data.apiKey.createdAt}`);
|
|
277
|
-
console.log(` Last used: ${formatMaybe(data.apiKey.lastUsedAt)}`);
|
|
278
|
-
console.log(` Expires: ${formatMaybe(data.apiKey.expiresAt)}`);
|
|
279
|
-
console.log("");
|
|
280
|
-
console.log(chalk.bold("Usage"));
|
|
281
|
-
console.log(
|
|
282
|
-
" This key acts as you (Cognito identity), limited to the scopes above.",
|
|
283
|
-
);
|
|
284
|
-
console.log(" Export it for automation (never falls back to a session):");
|
|
285
|
-
console.log(`\n export HQ_API_KEY='${data.key.value}'\n`);
|
|
286
|
-
console.log(" Vault secrets:");
|
|
287
|
-
console.log(" hq secrets get <NAME> --reveal");
|
|
288
|
-
console.log(" hq secrets exec --only <NAME> -- <command>");
|
|
289
|
-
console.log(
|
|
290
|
-
" Or HTTP: POST /v1/keys/secrets/fetch with Authorization: Bearer <key>",
|
|
291
|
-
);
|
|
292
|
-
if (data.apiKey.scope.deploy?.apps?.length) {
|
|
293
|
-
console.log(" Deploy (scoped apps only):");
|
|
294
|
-
console.log(
|
|
295
|
-
" Authorization: Bearer <key> against the hq-deploy API",
|
|
296
|
-
);
|
|
297
|
-
console.log(
|
|
298
|
-
chalk.dim(
|
|
299
|
-
" Cannot change access-mode, password, or mint hqd_ keys.",
|
|
300
|
-
),
|
|
301
|
-
);
|
|
302
|
-
}
|
|
303
|
-
console.log(
|
|
304
|
-
chalk.dim(
|
|
305
|
-
" Unsupported under HQ_API_KEY: secrets list/set/share/acl (use a Cognito session).",
|
|
306
|
-
),
|
|
307
|
-
);
|
|
308
|
-
} catch (err) {
|
|
309
|
-
console.error(
|
|
310
|
-
chalk.red("Error:"),
|
|
311
|
-
err instanceof Error ? err.message : String(err),
|
|
312
|
-
);
|
|
313
|
-
process.exit(1);
|
|
314
|
-
}
|
|
315
|
-
});
|
|
316
|
-
|
|
317
|
-
apiKeys
|
|
318
|
-
.command("list")
|
|
319
|
-
.description("List API keys for a company")
|
|
320
|
-
.action(async () => {
|
|
321
|
-
try {
|
|
322
|
-
const token = await requireCognitoForApiKeys("api-keys list");
|
|
323
|
-
const companyUid = await getCompanyUid(
|
|
324
|
-
token,
|
|
325
|
-
(apiKeys.opts() as ApiKeysGroupOptions).company,
|
|
326
|
-
);
|
|
327
|
-
|
|
328
|
-
const res = await vaultApiFetch({
|
|
329
|
-
token,
|
|
330
|
-
path: "/v1/api-keys",
|
|
331
|
-
query: { companyUid },
|
|
332
|
-
});
|
|
333
|
-
|
|
334
|
-
if (!res.ok) {
|
|
335
|
-
throw new Error(await readApiError(res, "list API keys"));
|
|
336
|
-
}
|
|
337
|
-
|
|
338
|
-
const data = (await res.json()) as ListApiKeysResponse;
|
|
339
|
-
if (data.apiKeys.length === 0) {
|
|
340
|
-
console.log(chalk.dim("No API keys found."));
|
|
341
|
-
return;
|
|
342
|
-
}
|
|
343
|
-
|
|
344
|
-
renderApiKeysTable(data.apiKeys);
|
|
345
|
-
} catch (err) {
|
|
346
|
-
console.error(
|
|
347
|
-
chalk.red("Error:"),
|
|
348
|
-
err instanceof Error ? err.message : String(err),
|
|
349
|
-
);
|
|
350
|
-
process.exit(1);
|
|
351
|
-
}
|
|
352
|
-
});
|
|
353
|
-
|
|
354
|
-
apiKeys
|
|
355
|
-
.command("revoke <keyId>")
|
|
356
|
-
.description("Revoke an API key")
|
|
357
|
-
.action(async (keyId: string) => {
|
|
358
|
-
try {
|
|
359
|
-
const token = await requireCognitoForApiKeys("api-keys revoke");
|
|
360
|
-
const res = await vaultApiFetch({
|
|
361
|
-
token,
|
|
362
|
-
path: `/v1/api-keys/${encodeURIComponent(keyId)}/revoke`,
|
|
363
|
-
method: "POST",
|
|
364
|
-
});
|
|
365
|
-
|
|
366
|
-
if (!res.ok) {
|
|
367
|
-
throw new Error(await readApiError(res, "revoke this API key"));
|
|
368
|
-
}
|
|
369
|
-
|
|
370
|
-
const data = (await res.json()) as RevokeApiKeyResponse;
|
|
371
|
-
console.log(chalk.green(`Revoked API key '${data.apiKey.keyId}'`));
|
|
372
|
-
} catch (err) {
|
|
373
|
-
console.error(
|
|
374
|
-
chalk.red("Error:"),
|
|
375
|
-
err instanceof Error ? err.message : String(err),
|
|
376
|
-
);
|
|
377
|
-
process.exit(1);
|
|
378
|
-
}
|
|
379
|
-
});
|
|
380
|
-
|
|
381
|
-
return apiKeys;
|
|
382
|
-
}
|