runwork 0.15.1 → 0.15.2
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/dist/index.js +19272 -116
- package/package.json +4 -4
- package/dist/__tests__/curl-parser.test.d.ts +0 -1
- package/dist/__tests__/curl-parser.test.js +0 -250
- package/dist/__tests__/install-scripts.test.d.ts +0 -1
- package/dist/__tests__/install-scripts.test.js +0 -280
- package/dist/__tests__/types-manager.test.d.ts +0 -1
- package/dist/__tests__/types-manager.test.js +0 -89
- package/dist/agents/__tests__/chatgpt-registry.test.d.ts +0 -1
- package/dist/agents/__tests__/chatgpt-registry.test.js +0 -61
- package/dist/agents/__tests__/claude-code-managed-block.test.d.ts +0 -1
- package/dist/agents/__tests__/claude-code-managed-block.test.js +0 -105
- package/dist/agents/__tests__/claude-code-plugin.test.d.ts +0 -1
- package/dist/agents/__tests__/claude-code-plugin.test.js +0 -47
- package/dist/agents/__tests__/claude-code-stats.test.d.ts +0 -1
- package/dist/agents/__tests__/claude-code-stats.test.js +0 -390
- package/dist/agents/__tests__/claude-desktop-memory.test.d.ts +0 -1
- package/dist/agents/__tests__/claude-desktop-memory.test.js +0 -154
- package/dist/agents/__tests__/claude-desktop-plugin-tree.test.d.ts +0 -1
- package/dist/agents/__tests__/claude-desktop-plugin-tree.test.js +0 -161
- package/dist/agents/__tests__/claude-desktop-plugin.test.d.ts +0 -1
- package/dist/agents/__tests__/claude-desktop-plugin.test.js +0 -117
- package/dist/agents/__tests__/claude-desktop-rpm.test.d.ts +0 -1
- package/dist/agents/__tests__/claude-desktop-rpm.test.js +0 -126
- package/dist/agents/__tests__/claude-desktop-stats.test.d.ts +0 -1
- package/dist/agents/__tests__/claude-desktop-stats.test.js +0 -280
- package/dist/agents/__tests__/codex-instructions.test.d.ts +0 -1
- package/dist/agents/__tests__/codex-instructions.test.js +0 -57
- package/dist/agents/__tests__/codex-minimum-permissions.test.d.ts +0 -1
- package/dist/agents/__tests__/codex-minimum-permissions.test.js +0 -82
- package/dist/agents/__tests__/codex-stats.test.d.ts +0 -1
- package/dist/agents/__tests__/codex-stats.test.js +0 -370
- package/dist/agents/__tests__/cursor-merge.test.d.ts +0 -1
- package/dist/agents/__tests__/cursor-merge.test.js +0 -66
- package/dist/agents/__tests__/cursor-stats.test.d.ts +0 -1
- package/dist/agents/__tests__/cursor-stats.test.js +0 -183
- package/dist/agents/__tests__/defaults-merge.test.d.ts +0 -1
- package/dist/agents/__tests__/defaults-merge.test.js +0 -268
- package/dist/agents/__tests__/detection.test.d.ts +0 -1
- package/dist/agents/__tests__/detection.test.js +0 -89
- package/dist/agents/__tests__/graceful-degradation.test.d.ts +0 -1
- package/dist/agents/__tests__/graceful-degradation.test.js +0 -129
- package/dist/agents/__tests__/instruction-hint.test.d.ts +0 -1
- package/dist/agents/__tests__/instruction-hint.test.js +0 -69
- package/dist/agents/__tests__/intro-skill.test.d.ts +0 -1
- package/dist/agents/__tests__/intro-skill.test.js +0 -193
- package/dist/agents/__tests__/schema-validation.test.d.ts +0 -1
- package/dist/agents/__tests__/schema-validation.test.js +0 -212
- package/dist/agents/__tests__/skill-slug.test.d.ts +0 -1
- package/dist/agents/__tests__/skill-slug.test.js +0 -77
- package/dist/agents/claude-code.d.ts +0 -59
- package/dist/agents/claude-code.js +0 -753
- package/dist/agents/claude-desktop-plugin-tree.d.ts +0 -59
- package/dist/agents/claude-desktop-plugin-tree.js +0 -143
- package/dist/agents/claude-desktop.d.ts +0 -47
- package/dist/agents/claude-desktop.js +0 -684
- package/dist/agents/cline.d.ts +0 -15
- package/dist/agents/cline.js +0 -130
- package/dist/agents/codex.d.ts +0 -44
- package/dist/agents/codex.js +0 -453
- package/dist/agents/conversation-skills.d.ts +0 -18
- package/dist/agents/conversation-skills.js +0 -229
- package/dist/agents/cursor.d.ts +0 -35
- package/dist/agents/cursor.js +0 -294
- package/dist/agents/default-config.d.ts +0 -30
- package/dist/agents/default-config.js +0 -67
- package/dist/agents/defaults-merge.d.ts +0 -87
- package/dist/agents/defaults-merge.js +0 -150
- package/dist/agents/detect.d.ts +0 -4
- package/dist/agents/detect.js +0 -67
- package/dist/agents/detection.d.ts +0 -18
- package/dist/agents/detection.js +0 -94
- package/dist/agents/gemini.d.ts +0 -15
- package/dist/agents/gemini.js +0 -122
- package/dist/agents/generic-adapter.d.ts +0 -25
- package/dist/agents/generic-adapter.js +0 -151
- package/dist/agents/intro-skill.d.ts +0 -45
- package/dist/agents/intro-skill.js +0 -447
- package/dist/agents/registry-data.d.ts +0 -192
- package/dist/agents/registry-data.js +0 -669
- package/dist/agents/registry.d.ts +0 -13
- package/dist/agents/registry.js +0 -36
- package/dist/agents/runtime-detection.d.ts +0 -82
- package/dist/agents/runtime-detection.js +0 -271
- package/dist/agents/session-start-hook.d.ts +0 -37
- package/dist/agents/session-start-hook.js +0 -159
- package/dist/agents/types.d.ts +0 -171
- package/dist/agents/types.js +0 -75
- package/dist/agents/utils/instruction-hint.d.ts +0 -21
- package/dist/agents/utils/instruction-hint.js +0 -108
- package/dist/agents/utils/json-config.d.ts +0 -19
- package/dist/agents/utils/json-config.js +0 -69
- package/dist/agents/utils/toml-config.d.ts +0 -8
- package/dist/agents/utils/toml-config.js +0 -27
- package/dist/agents/windsurf.d.ts +0 -14
- package/dist/agents/windsurf.js +0 -102
- package/dist/api/__tests__/client.test.d.ts +0 -1
- package/dist/api/__tests__/client.test.js +0 -272
- package/dist/api/client.d.ts +0 -326
- package/dist/api/client.js +0 -427
- package/dist/auth/__tests__/login-flow.test.d.ts +0 -1
- package/dist/auth/__tests__/login-flow.test.js +0 -101
- package/dist/auth/__tests__/store.test.d.ts +0 -1
- package/dist/auth/__tests__/store.test.js +0 -132
- package/dist/auth/login-flow.d.ts +0 -26
- package/dist/auth/login-flow.js +0 -137
- package/dist/auth/store.d.ts +0 -5
- package/dist/auth/store.js +0 -62
- package/dist/commands/__tests__/clone-args.test.d.ts +0 -1
- package/dist/commands/__tests__/clone-args.test.js +0 -51
- package/dist/commands/__tests__/clone-source-result.test.d.ts +0 -1
- package/dist/commands/__tests__/clone-source-result.test.js +0 -45
- package/dist/commands/__tests__/info-merge.test.d.ts +0 -1
- package/dist/commands/__tests__/info-merge.test.js +0 -55
- package/dist/commands/__tests__/mcp-entries.test.d.ts +0 -1
- package/dist/commands/__tests__/mcp-entries.test.js +0 -48
- package/dist/commands/__tests__/setup-persona.test.d.ts +0 -1
- package/dist/commands/__tests__/setup-persona.test.js +0 -31
- package/dist/commands/__tests__/setup.test.d.ts +0 -1
- package/dist/commands/__tests__/setup.test.js +0 -81
- package/dist/commands/__tests__/sync-redetect.test.d.ts +0 -1
- package/dist/commands/__tests__/sync-redetect.test.js +0 -96
- package/dist/commands/__tests__/sync-telemetry.test.d.ts +0 -1
- package/dist/commands/__tests__/sync-telemetry.test.js +0 -281
- package/dist/commands/__tests__/upgrade.test.d.ts +0 -1
- package/dist/commands/__tests__/upgrade.test.js +0 -157
- package/dist/commands/agents.d.ts +0 -2
- package/dist/commands/agents.js +0 -160
- package/dist/commands/api-keys.d.ts +0 -2
- package/dist/commands/api-keys.js +0 -95
- package/dist/commands/apps.d.ts +0 -2
- package/dist/commands/apps.js +0 -82
- package/dist/commands/build-plugin.d.ts +0 -2
- package/dist/commands/build-plugin.js +0 -135
- package/dist/commands/clone.d.ts +0 -60
- package/dist/commands/clone.js +0 -271
- package/dist/commands/components.d.ts +0 -2
- package/dist/commands/components.js +0 -43
- package/dist/commands/deploy.d.ts +0 -2
- package/dist/commands/deploy.js +0 -279
- package/dist/commands/dev.d.ts +0 -11
- package/dist/commands/dev.js +0 -1011
- package/dist/commands/doctor.d.ts +0 -2
- package/dist/commands/doctor.js +0 -230
- package/dist/commands/endpoints.d.ts +0 -2
- package/dist/commands/endpoints.js +0 -189
- package/dist/commands/entities.d.ts +0 -2
- package/dist/commands/entities.js +0 -198
- package/dist/commands/files.d.ts +0 -2
- package/dist/commands/files.js +0 -193
- package/dist/commands/inbox.d.ts +0 -11
- package/dist/commands/inbox.js +0 -60
- package/dist/commands/info.d.ts +0 -178
- package/dist/commands/info.js +0 -455
- package/dist/commands/init.d.ts +0 -21
- package/dist/commands/init.js +0 -185
- package/dist/commands/integrations.d.ts +0 -2
- package/dist/commands/integrations.js +0 -233
- package/dist/commands/login.d.ts +0 -2
- package/dist/commands/login.js +0 -44
- package/dist/commands/logout.d.ts +0 -2
- package/dist/commands/logout.js +0 -13
- package/dist/commands/logs.d.ts +0 -2
- package/dist/commands/logs.js +0 -232
- package/dist/commands/mcp-entries.d.ts +0 -13
- package/dist/commands/mcp-entries.js +0 -26
- package/dist/commands/mcp.d.ts +0 -2
- package/dist/commands/mcp.js +0 -245
- package/dist/commands/open.d.ts +0 -2
- package/dist/commands/open.js +0 -53
- package/dist/commands/resume.d.ts +0 -2
- package/dist/commands/resume.js +0 -289
- package/dist/commands/save-convo.d.ts +0 -8
- package/dist/commands/save-convo.js +0 -20
- package/dist/commands/schedules.d.ts +0 -2
- package/dist/commands/schedules.js +0 -221
- package/dist/commands/setup.d.ts +0 -27
- package/dist/commands/setup.js +0 -177
- package/dist/commands/share-convo.d.ts +0 -24
- package/dist/commands/share-convo.js +0 -167
- package/dist/commands/skills.d.ts +0 -2
- package/dist/commands/skills.js +0 -352
- package/dist/commands/sync-telemetry.d.ts +0 -33
- package/dist/commands/sync-telemetry.js +0 -186
- package/dist/commands/sync.d.ts +0 -37
- package/dist/commands/sync.js +0 -702
- package/dist/commands/uninstall.d.ts +0 -2
- package/dist/commands/uninstall.js +0 -145
- package/dist/commands/upgrade.d.ts +0 -14
- package/dist/commands/upgrade.js +0 -217
- package/dist/commands/validate.d.ts +0 -2
- package/dist/commands/validate.js +0 -89
- package/dist/commands/welcome.d.ts +0 -1
- package/dist/commands/welcome.js +0 -86
- package/dist/commands/workflows.d.ts +0 -2
- package/dist/commands/workflows.js +0 -187
- package/dist/deploy/__tests__/deploy-state.test.d.ts +0 -1
- package/dist/deploy/__tests__/deploy-state.test.js +0 -80
- package/dist/deploy/__tests__/deploy-status.test.d.ts +0 -1
- package/dist/deploy/__tests__/deploy-status.test.js +0 -41
- package/dist/deploy/__tests__/detach-args.test.d.ts +0 -1
- package/dist/deploy/__tests__/detach-args.test.js +0 -30
- package/dist/deploy/deploy-state.d.ts +0 -36
- package/dist/deploy/deploy-state.js +0 -63
- package/dist/deploy/deploy-status.d.ts +0 -21
- package/dist/deploy/deploy-status.js +0 -36
- package/dist/deploy/detach.d.ts +0 -32
- package/dist/deploy/detach.js +0 -71
- package/dist/dev/__tests__/attach.test.d.ts +0 -1
- package/dist/dev/__tests__/attach.test.js +0 -296
- package/dist/dev/__tests__/detach.test.d.ts +0 -1
- package/dist/dev/__tests__/detach.test.js +0 -404
- package/dist/dev/__tests__/preview-url-poller.test.d.ts +0 -1
- package/dist/dev/__tests__/preview-url-poller.test.js +0 -149
- package/dist/dev/__tests__/session.test.d.ts +0 -1
- package/dist/dev/__tests__/session.test.js +0 -446
- package/dist/dev/__tests__/startup-sync.test.d.ts +0 -1
- package/dist/dev/__tests__/startup-sync.test.js +0 -32
- package/dist/dev/__tests__/stop.test.d.ts +0 -1
- package/dist/dev/__tests__/stop.test.js +0 -172
- package/dist/dev/attach.d.ts +0 -120
- package/dist/dev/attach.js +0 -269
- package/dist/dev/detach.d.ts +0 -187
- package/dist/dev/detach.js +0 -292
- package/dist/dev/preview-url-poller.d.ts +0 -35
- package/dist/dev/preview-url-poller.js +0 -50
- package/dist/dev/session.d.ts +0 -175
- package/dist/dev/session.js +0 -258
- package/dist/dev/startup-sync.d.ts +0 -23
- package/dist/dev/startup-sync.js +0 -14
- package/dist/dev/stop.d.ts +0 -52
- package/dist/dev/stop.js +0 -101
- package/dist/devtools/registry-data.d.ts +0 -46
- package/dist/devtools/registry-data.js +0 -40
- package/dist/generated/bundled-types.d.ts +0 -1
- package/dist/generated/bundled-types.js +0 -46
- package/dist/generated/version.d.ts +0 -1
- package/dist/generated/version.js +0 -2
- package/dist/git/__tests__/auto-commit.test.d.ts +0 -1
- package/dist/git/__tests__/auto-commit.test.js +0 -431
- package/dist/git/__tests__/classify-sync-error.test.d.ts +0 -1
- package/dist/git/__tests__/classify-sync-error.test.js +0 -57
- package/dist/git/__tests__/credential-helper-e2e.test.d.ts +0 -21
- package/dist/git/__tests__/credential-helper-e2e.test.js +0 -195
- package/dist/git/__tests__/credentials.test.d.ts +0 -1
- package/dist/git/__tests__/credentials.test.js +0 -141
- package/dist/git/__tests__/deploy-guard.test.d.ts +0 -1
- package/dist/git/__tests__/deploy-guard.test.js +0 -61
- package/dist/git/__tests__/ensure-git-credential-helper.test.d.ts +0 -1
- package/dist/git/__tests__/ensure-git-credential-helper.test.js +0 -133
- package/dist/git/__tests__/ensure-runwork-remote.test.d.ts +0 -1
- package/dist/git/__tests__/ensure-runwork-remote.test.js +0 -109
- package/dist/git/__tests__/identity.test.d.ts +0 -1
- package/dist/git/__tests__/identity.test.js +0 -146
- package/dist/git/__tests__/manifest.test.d.ts +0 -1
- package/dist/git/__tests__/manifest.test.js +0 -446
- package/dist/git/__tests__/preflight-resolution.test.d.ts +0 -1
- package/dist/git/__tests__/preflight-resolution.test.js +0 -366
- package/dist/git/__tests__/preflight.test.d.ts +0 -1
- package/dist/git/__tests__/preflight.test.js +0 -36
- package/dist/git/__tests__/repo-config.test.d.ts +0 -1
- package/dist/git/__tests__/repo-config.test.js +0 -26
- package/dist/git/__tests__/sync.test.d.ts +0 -1
- package/dist/git/__tests__/sync.test.js +0 -405
- package/dist/git/auto-commit.d.ts +0 -35
- package/dist/git/auto-commit.js +0 -293
- package/dist/git/classify-sync-error.d.ts +0 -21
- package/dist/git/classify-sync-error.js +0 -111
- package/dist/git/credentials.d.ts +0 -75
- package/dist/git/credentials.js +0 -164
- package/dist/git/critical-files.d.ts +0 -20
- package/dist/git/critical-files.js +0 -68
- package/dist/git/deploy-guard.d.ts +0 -53
- package/dist/git/deploy-guard.js +0 -78
- package/dist/git/identity.d.ts +0 -44
- package/dist/git/identity.js +0 -133
- package/dist/git/preflight.d.ts +0 -57
- package/dist/git/preflight.js +0 -276
- package/dist/git/remote.d.ts +0 -37
- package/dist/git/remote.js +0 -75
- package/dist/git/repo-config.d.ts +0 -8
- package/dist/git/repo-config.js +0 -29
- package/dist/git/sync.d.ts +0 -15
- package/dist/git/sync.js +0 -159
- package/dist/health/__tests__/checks.test.d.ts +0 -1
- package/dist/health/__tests__/checks.test.js +0 -357
- package/dist/health/__tests__/cli-distribution-checks.test.d.ts +0 -1
- package/dist/health/__tests__/cli-distribution-checks.test.js +0 -196
- package/dist/health/__tests__/fix.test.d.ts +0 -1
- package/dist/health/__tests__/fix.test.js +0 -72
- package/dist/health/__tests__/runner-filter.test.d.ts +0 -1
- package/dist/health/__tests__/runner-filter.test.js +0 -61
- package/dist/health/checks.d.ts +0 -42
- package/dist/health/checks.js +0 -636
- package/dist/health/fix.d.ts +0 -22
- package/dist/health/fix.js +0 -62
- package/dist/health/runner.d.ts +0 -8
- package/dist/health/runner.js +0 -47
- package/dist/health/types.d.ts +0 -12
- package/dist/health/types.js +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/logs/__tests__/tailer-format.test.d.ts +0 -1
- package/dist/logs/__tests__/tailer-format.test.js +0 -43
- package/dist/logs/tailer.d.ts +0 -17
- package/dist/logs/tailer.js +0 -217
- package/dist/sync/__tests__/change-detect.test.d.ts +0 -1
- package/dist/sync/__tests__/change-detect.test.js +0 -123
- package/dist/sync/__tests__/hash.test.d.ts +0 -1
- package/dist/sync/__tests__/hash.test.js +0 -18
- package/dist/sync/change-detect.d.ts +0 -19
- package/dist/sync/change-detect.js +0 -136
- package/dist/sync/conflict-ui.d.ts +0 -5
- package/dist/sync/conflict-ui.js +0 -78
- package/dist/sync/executor.d.ts +0 -23
- package/dist/sync/executor.js +0 -102
- package/dist/sync/hash.d.ts +0 -1
- package/dist/sync/hash.js +0 -4
- package/dist/sync/types.d.ts +0 -24
- package/dist/sync/types.js +0 -1
- package/dist/template/manifest.d.ts +0 -17
- package/dist/template/manifest.js +0 -145
- package/dist/tools/types.d.ts +0 -52
- package/dist/tools/types.js +0 -8
- package/dist/types-manager.d.ts +0 -1
- package/dist/types-manager.js +0 -35
- package/dist/types.d.ts +0 -349
- package/dist/types.js +0 -1
- package/dist/ui/__tests__/banner.test.d.ts +0 -1
- package/dist/ui/__tests__/banner.test.js +0 -98
- package/dist/ui/__tests__/colors.test.d.ts +0 -1
- package/dist/ui/__tests__/colors.test.js +0 -22
- package/dist/ui/__tests__/keyboard.test.d.ts +0 -1
- package/dist/ui/__tests__/keyboard.test.js +0 -34
- package/dist/ui/__tests__/status-line.test.d.ts +0 -1
- package/dist/ui/__tests__/status-line.test.js +0 -54
- package/dist/ui/banner.d.ts +0 -29
- package/dist/ui/banner.js +0 -153
- package/dist/ui/colors.d.ts +0 -4
- package/dist/ui/colors.js +0 -7
- package/dist/ui/keyboard.d.ts +0 -12
- package/dist/ui/keyboard.js +0 -61
- package/dist/ui/status-line.d.ts +0 -6
- package/dist/ui/status-line.js +0 -53
- package/dist/utils/__tests__/format-error.test.d.ts +0 -1
- package/dist/utils/__tests__/format-error.test.js +0 -43
- package/dist/utils/__tests__/help-json.test.d.ts +0 -1
- package/dist/utils/__tests__/help-json.test.js +0 -39
- package/dist/utils/__tests__/http.test.d.ts +0 -1
- package/dist/utils/__tests__/http.test.js +0 -381
- package/dist/utils/__tests__/ignore-matcher.test.d.ts +0 -1
- package/dist/utils/__tests__/ignore-matcher.test.js +0 -205
- package/dist/utils/__tests__/output.test.d.ts +0 -1
- package/dist/utils/__tests__/output.test.js +0 -38
- package/dist/utils/__tests__/prompt.test.d.ts +0 -1
- package/dist/utils/__tests__/prompt.test.js +0 -27
- package/dist/utils/__tests__/resolve.test.d.ts +0 -1
- package/dist/utils/__tests__/resolve.test.js +0 -95
- package/dist/utils/__tests__/sqlite.test.d.ts +0 -1
- package/dist/utils/__tests__/sqlite.test.js +0 -89
- package/dist/utils/agent-guidance.d.ts +0 -47
- package/dist/utils/agent-guidance.js +0 -128
- package/dist/utils/app-info.d.ts +0 -70
- package/dist/utils/app-info.js +0 -167
- package/dist/utils/curl-parser.d.ts +0 -12
- package/dist/utils/curl-parser.js +0 -162
- package/dist/utils/data-input.d.ts +0 -1
- package/dist/utils/data-input.js +0 -38
- package/dist/utils/format-error.d.ts +0 -10
- package/dist/utils/format-error.js +0 -38
- package/dist/utils/fs.d.ts +0 -5
- package/dist/utils/fs.js +0 -23
- package/dist/utils/help-json.d.ts +0 -70
- package/dist/utils/help-json.js +0 -88
- package/dist/utils/http.d.ts +0 -46
- package/dist/utils/http.js +0 -421
- package/dist/utils/ignore-matcher.d.ts +0 -47
- package/dist/utils/ignore-matcher.js +0 -132
- package/dist/utils/output.d.ts +0 -17
- package/dist/utils/output.js +0 -27
- package/dist/utils/prompt.d.ts +0 -5
- package/dist/utils/prompt.js +0 -42
- package/dist/utils/resolve.d.ts +0 -12
- package/dist/utils/resolve.js +0 -52
- package/dist/utils/setup-state.d.ts +0 -3
- package/dist/utils/setup-state.js +0 -19
- package/dist/utils/sqlite-adapter.d.ts +0 -48
- package/dist/utils/sqlite-adapter.js +0 -147
- package/dist/utils/sqlite.d.ts +0 -14
- package/dist/utils/sqlite.js +0 -14
- package/dist/utils/subprocess.d.ts +0 -19
- package/dist/utils/subprocess.js +0 -27
- package/dist/utils/which.d.ts +0 -14
- package/dist/utils/which.js +0 -47
- package/dist/utils/zip.d.ts +0 -7
- package/dist/utils/zip.js +0 -42
- package/dist/validate/__tests__/validate.test.d.ts +0 -1
- package/dist/validate/__tests__/validate.test.js +0 -42
- package/dist/validate/freshness.d.ts +0 -28
- package/dist/validate/freshness.js +0 -48
- package/dist/validate/preview.d.ts +0 -21
- package/dist/validate/preview.js +0 -39
- package/dist/workspace/resolve.d.ts +0 -19
- package/dist/workspace/resolve.js +0 -100
package/dist/commands/files.js
DELETED
|
@@ -1,193 +0,0 @@
|
|
|
1
|
-
import { Command } from 'commander';
|
|
2
|
-
import { writeFileSync, readFileSync } from 'fs';
|
|
3
|
-
import { basename } from 'path';
|
|
4
|
-
import { requireAuth } from '../auth/store.js';
|
|
5
|
-
import { ApiClient } from '../api/client.js';
|
|
6
|
-
import { resolveWorkspace } from '../workspace/resolve.js';
|
|
7
|
-
import { shouldOutputJson, jsonOut } from '../utils/output.js';
|
|
8
|
-
import { promptConfirm } from '../utils/prompt.js';
|
|
9
|
-
import { httpFetch } from '../utils/http.js';
|
|
10
|
-
function formatSize(bytes) {
|
|
11
|
-
if (bytes === undefined)
|
|
12
|
-
return '';
|
|
13
|
-
if (bytes < 1024)
|
|
14
|
-
return `${bytes}B`;
|
|
15
|
-
if (bytes < 1024 * 1024)
|
|
16
|
-
return `${(bytes / 1024).toFixed(1)}KB`;
|
|
17
|
-
if (bytes < 1024 * 1024 * 1024)
|
|
18
|
-
return `${(bytes / (1024 * 1024)).toFixed(1)}MB`;
|
|
19
|
-
return `${(bytes / (1024 * 1024 * 1024)).toFixed(1)}GB`;
|
|
20
|
-
}
|
|
21
|
-
const listCommand = new Command('list')
|
|
22
|
-
.description('List file storage buckets in the workspace')
|
|
23
|
-
.option('--workspace <id>', 'Workspace ID')
|
|
24
|
-
.action(async (opts, command) => {
|
|
25
|
-
const useJson = shouldOutputJson(command.optsWithGlobals().json);
|
|
26
|
-
const credentials = requireAuth();
|
|
27
|
-
const client = new ApiClient(credentials);
|
|
28
|
-
const { workspaceId, workspaceName } = await resolveWorkspace(client, opts);
|
|
29
|
-
try {
|
|
30
|
-
const storages = await client.listFileStorages(workspaceId);
|
|
31
|
-
if (useJson) {
|
|
32
|
-
jsonOut({ storages });
|
|
33
|
-
return;
|
|
34
|
-
}
|
|
35
|
-
if (storages.length === 0) {
|
|
36
|
-
console.log('No file storage buckets found in this workspace.');
|
|
37
|
-
return;
|
|
38
|
-
}
|
|
39
|
-
console.log(`\nWorkspace: ${workspaceName || workspaceId}\n`);
|
|
40
|
-
console.log(` ${'Bucket'.padEnd(32)} ${'App'.padEnd(24)} ${'Status'.padEnd(12)} Objects`);
|
|
41
|
-
console.log(' ' + '-'.repeat(76));
|
|
42
|
-
for (const s of storages) {
|
|
43
|
-
const objectCount = s.objectCount !== undefined ? String(s.objectCount) : '-';
|
|
44
|
-
console.log(` ${s.bucketName.padEnd(32)} ${(s.appName || '').padEnd(24)} ${s.bucketStatus.padEnd(12)} ${objectCount}`);
|
|
45
|
-
}
|
|
46
|
-
console.log('');
|
|
47
|
-
}
|
|
48
|
-
catch (err) {
|
|
49
|
-
console.error('Failed to list file storages:', err instanceof Error ? err.message : err);
|
|
50
|
-
process.exit(1);
|
|
51
|
-
}
|
|
52
|
-
});
|
|
53
|
-
const lsCommand = new Command('ls')
|
|
54
|
-
.description('List files in a bucket')
|
|
55
|
-
.argument('<bucket>', 'Bucket name')
|
|
56
|
-
.argument('[prefix]', 'Key prefix to filter by')
|
|
57
|
-
.option('--workspace <id>', 'Workspace ID')
|
|
58
|
-
.option('--delimiter <char>', 'Delimiter for hierarchical listing', '/')
|
|
59
|
-
.action(async (bucket, prefix, opts, command) => {
|
|
60
|
-
const useJson = shouldOutputJson(command.optsWithGlobals().json);
|
|
61
|
-
const credentials = requireAuth();
|
|
62
|
-
const client = new ApiClient(credentials);
|
|
63
|
-
const { workspaceId } = await resolveWorkspace(client, opts);
|
|
64
|
-
try {
|
|
65
|
-
const data = await client.listBucketFiles(workspaceId, bucket, {
|
|
66
|
-
prefix,
|
|
67
|
-
delimiter: opts.delimiter,
|
|
68
|
-
});
|
|
69
|
-
if (useJson) {
|
|
70
|
-
jsonOut({ bucket, prefix, folders: data.folders, files: data.files, truncated: data.truncated });
|
|
71
|
-
return;
|
|
72
|
-
}
|
|
73
|
-
const totalEntries = data.folders.length + data.files.length;
|
|
74
|
-
if (totalEntries === 0) {
|
|
75
|
-
console.log(`No files found${prefix ? ` under prefix "${prefix}"` : ''} in bucket "${bucket}".`);
|
|
76
|
-
return;
|
|
77
|
-
}
|
|
78
|
-
for (const folder of data.folders) {
|
|
79
|
-
console.log(` ${folder.prefix}`);
|
|
80
|
-
}
|
|
81
|
-
for (const file of data.files) {
|
|
82
|
-
const size = file.size !== undefined ? formatSize(file.size).padStart(10) : ' ';
|
|
83
|
-
const modified = file.lastModified ? ` ${file.lastModified}` : '';
|
|
84
|
-
console.log(` ${size} ${file.key}${modified}`);
|
|
85
|
-
}
|
|
86
|
-
if (data.truncated) {
|
|
87
|
-
console.log('\n (results truncated)');
|
|
88
|
-
}
|
|
89
|
-
console.log('');
|
|
90
|
-
}
|
|
91
|
-
catch (err) {
|
|
92
|
-
console.error('Failed to list bucket files:', err instanceof Error ? err.message : err);
|
|
93
|
-
process.exit(1);
|
|
94
|
-
}
|
|
95
|
-
});
|
|
96
|
-
const downloadCommand = new Command('download')
|
|
97
|
-
.description('Download a file from a bucket')
|
|
98
|
-
.argument('<bucket>', 'Bucket name')
|
|
99
|
-
.argument('<key>', 'Object key to download')
|
|
100
|
-
.argument('[output]', 'Local output path (defaults to basename of key)')
|
|
101
|
-
.option('--workspace <id>', 'Workspace ID')
|
|
102
|
-
.action(async (bucket, key, output, opts, command) => {
|
|
103
|
-
const useJson = shouldOutputJson(command.optsWithGlobals().json);
|
|
104
|
-
const credentials = requireAuth();
|
|
105
|
-
const client = new ApiClient(credentials);
|
|
106
|
-
const { workspaceId } = await resolveWorkspace(client, opts);
|
|
107
|
-
const outputPath = output || basename(key);
|
|
108
|
-
try {
|
|
109
|
-
const { url } = await client.getPresignedUrl(workspaceId, bucket, { action: 'read', key });
|
|
110
|
-
const response = await httpFetch(url);
|
|
111
|
-
if (!response.ok) {
|
|
112
|
-
throw new Error(`Download failed: ${response.status} ${response.statusText}`);
|
|
113
|
-
}
|
|
114
|
-
writeFileSync(outputPath, Buffer.from(await response.arrayBuffer()));
|
|
115
|
-
if (useJson) {
|
|
116
|
-
jsonOut({ success: true, bucket, key, outputPath });
|
|
117
|
-
return;
|
|
118
|
-
}
|
|
119
|
-
console.log(`Downloaded "${key}" to "${outputPath}".`);
|
|
120
|
-
}
|
|
121
|
-
catch (err) {
|
|
122
|
-
console.error('Failed to download file:', err instanceof Error ? err.message : err);
|
|
123
|
-
process.exit(1);
|
|
124
|
-
}
|
|
125
|
-
});
|
|
126
|
-
const uploadCommand = new Command('upload')
|
|
127
|
-
.description('Upload a local file to a bucket')
|
|
128
|
-
.argument('<bucket>', 'Bucket name')
|
|
129
|
-
.argument('<localPath>', 'Local file path to upload')
|
|
130
|
-
.argument('[key]', 'Object key in bucket (defaults to basename of local path)')
|
|
131
|
-
.option('--workspace <id>', 'Workspace ID')
|
|
132
|
-
.action(async (bucket, localPath, key, opts, command) => {
|
|
133
|
-
const useJson = shouldOutputJson(command.optsWithGlobals().json);
|
|
134
|
-
const credentials = requireAuth();
|
|
135
|
-
const client = new ApiClient(credentials);
|
|
136
|
-
const { workspaceId } = await resolveWorkspace(client, opts);
|
|
137
|
-
const objectKey = key || basename(localPath);
|
|
138
|
-
try {
|
|
139
|
-
const fileBuffer = readFileSync(localPath);
|
|
140
|
-
const { url } = await client.getPresignedUrl(workspaceId, bucket, { action: 'write', key: objectKey });
|
|
141
|
-
const response = await httpFetch(url, { method: 'PUT', body: fileBuffer });
|
|
142
|
-
if (!response.ok) {
|
|
143
|
-
throw new Error(`Upload failed: ${response.status} ${response.statusText}`);
|
|
144
|
-
}
|
|
145
|
-
if (useJson) {
|
|
146
|
-
jsonOut({ success: true, bucket, key: objectKey, localPath });
|
|
147
|
-
return;
|
|
148
|
-
}
|
|
149
|
-
console.log(`Uploaded "${localPath}" to "${bucket}/${objectKey}".`);
|
|
150
|
-
}
|
|
151
|
-
catch (err) {
|
|
152
|
-
console.error('Failed to upload file:', err instanceof Error ? err.message : err);
|
|
153
|
-
process.exit(1);
|
|
154
|
-
}
|
|
155
|
-
});
|
|
156
|
-
const deleteCommand = new Command('delete')
|
|
157
|
-
.description('Delete a file from a bucket')
|
|
158
|
-
.argument('<bucket>', 'Bucket name')
|
|
159
|
-
.argument('<key>', 'Object key to delete')
|
|
160
|
-
.option('--workspace <id>', 'Workspace ID')
|
|
161
|
-
.option('--yes', 'Skip confirmation prompt')
|
|
162
|
-
.action(async (bucket, key, opts, command) => {
|
|
163
|
-
const useJson = shouldOutputJson(command.optsWithGlobals().json);
|
|
164
|
-
const credentials = requireAuth();
|
|
165
|
-
const client = new ApiClient(credentials);
|
|
166
|
-
const { workspaceId } = await resolveWorkspace(client, opts);
|
|
167
|
-
try {
|
|
168
|
-
if (!opts.yes) {
|
|
169
|
-
const confirmed = await promptConfirm(`Delete "${key}" from bucket "${bucket}"?`);
|
|
170
|
-
if (!confirmed) {
|
|
171
|
-
console.log('Cancelled.');
|
|
172
|
-
return;
|
|
173
|
-
}
|
|
174
|
-
}
|
|
175
|
-
await client.deleteBucketFile(workspaceId, bucket, key);
|
|
176
|
-
if (useJson) {
|
|
177
|
-
jsonOut({ success: true, bucket, key });
|
|
178
|
-
return;
|
|
179
|
-
}
|
|
180
|
-
console.log(`Deleted "${key}" from bucket "${bucket}".`);
|
|
181
|
-
}
|
|
182
|
-
catch (err) {
|
|
183
|
-
console.error('Failed to delete file:', err instanceof Error ? err.message : err);
|
|
184
|
-
process.exit(1);
|
|
185
|
-
}
|
|
186
|
-
});
|
|
187
|
-
export const filesCommand = new Command('files')
|
|
188
|
-
.description('Manage workspace file storage')
|
|
189
|
-
.addCommand(listCommand)
|
|
190
|
-
.addCommand(lsCommand)
|
|
191
|
-
.addCommand(downloadCommand)
|
|
192
|
-
.addCommand(uploadCommand)
|
|
193
|
-
.addCommand(deleteCommand);
|
package/dist/commands/inbox.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Command } from 'commander';
|
|
2
|
-
/**
|
|
3
|
-
* `runwork inbox` - list shared conversations visible to the current user.
|
|
4
|
-
*
|
|
5
|
-
* Scopes:
|
|
6
|
-
* --filter received shares others sent to me
|
|
7
|
-
* --filter sent shares I sent to others
|
|
8
|
-
* --filter saved my personal checkpoints (save-convo)
|
|
9
|
-
* --filter all all of the above (default)
|
|
10
|
-
*/
|
|
11
|
-
export declare const inboxCommand: Command;
|
package/dist/commands/inbox.js
DELETED
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
import { Command } from 'commander';
|
|
2
|
-
import { requireAuth } from '../auth/store.js';
|
|
3
|
-
import { ApiClient } from '../api/client.js';
|
|
4
|
-
import { resolveWorkspace } from '../workspace/resolve.js';
|
|
5
|
-
import { shouldOutputJson, jsonOut } from '../utils/output.js';
|
|
6
|
-
/**
|
|
7
|
-
* `runwork inbox` - list shared conversations visible to the current user.
|
|
8
|
-
*
|
|
9
|
-
* Scopes:
|
|
10
|
-
* --filter received shares others sent to me
|
|
11
|
-
* --filter sent shares I sent to others
|
|
12
|
-
* --filter saved my personal checkpoints (save-convo)
|
|
13
|
-
* --filter all all of the above (default)
|
|
14
|
-
*/
|
|
15
|
-
export const inboxCommand = new Command('inbox')
|
|
16
|
-
.description('List shared conversations visible to you')
|
|
17
|
-
.option('--filter <scope>', 'Filter: all | received | sent | saved', 'all')
|
|
18
|
-
.option('--limit <n>', 'Max rows to return', '50')
|
|
19
|
-
.option('--workspace <id>', 'Workspace ID')
|
|
20
|
-
.action(async (opts, command) => {
|
|
21
|
-
const useJson = shouldOutputJson(command.optsWithGlobals().json);
|
|
22
|
-
const scope = opts.filter === 'received' || opts.filter === 'sent' || opts.filter === 'saved'
|
|
23
|
-
? opts.filter
|
|
24
|
-
: 'all';
|
|
25
|
-
const limit = opts.limit ? parseInt(opts.limit, 10) : 50;
|
|
26
|
-
const credentials = requireAuth();
|
|
27
|
-
const client = new ApiClient(credentials);
|
|
28
|
-
const { workspaceId } = await resolveWorkspace(client, { workspace: opts.workspace });
|
|
29
|
-
try {
|
|
30
|
-
const { shares, total } = await client.listSharedConversations(workspaceId, { scope, limit });
|
|
31
|
-
if (useJson) {
|
|
32
|
-
jsonOut({ shares, total });
|
|
33
|
-
return;
|
|
34
|
-
}
|
|
35
|
-
if (shares.length === 0) {
|
|
36
|
-
console.log(`No shared conversations (scope: ${scope}).`);
|
|
37
|
-
return;
|
|
38
|
-
}
|
|
39
|
-
console.log(`\nShared conversations (${scope}, ${total}):\n`);
|
|
40
|
-
console.log(` ${'ID'.padEnd(20)} ${'Title'.padEnd(40)} ${'Agent'.padEnd(14)} Status`);
|
|
41
|
-
console.log(' ' + '-'.repeat(96));
|
|
42
|
-
for (const raw of shares) {
|
|
43
|
-
const share = raw;
|
|
44
|
-
const id = share.id.slice(0, 18);
|
|
45
|
-
const title = (share.title || '').slice(0, 38);
|
|
46
|
-
const agent = (share.sourceAgent || 'unknown').slice(0, 12);
|
|
47
|
-
const status = share.deletedAt
|
|
48
|
-
? 'deleted'
|
|
49
|
-
: share.isPersonal
|
|
50
|
-
? 'saved'
|
|
51
|
-
: ((share.recipients ?? []).every(r => r.status === 'resumed') ? 'resumed' : 'pending');
|
|
52
|
-
console.log(` ${id.padEnd(20)} ${title.padEnd(40)} ${agent.padEnd(14)} ${status}`);
|
|
53
|
-
}
|
|
54
|
-
console.log('');
|
|
55
|
-
}
|
|
56
|
-
catch (err) {
|
|
57
|
-
console.error(`Failed to list inbox: ${err instanceof Error ? err.message : err}`);
|
|
58
|
-
process.exit(1);
|
|
59
|
-
}
|
|
60
|
-
});
|
package/dist/commands/info.d.ts
DELETED
|
@@ -1,178 +0,0 @@
|
|
|
1
|
-
import { Command } from 'commander';
|
|
2
|
-
import { type SessionMode, type SessionStaleReason } from '../dev/session.js';
|
|
3
|
-
import { type DeploySummary } from '../deploy/deploy-state.js';
|
|
4
|
-
import type { WorkspaceAllData } from '../types.js';
|
|
5
|
-
interface BlueprintEntity {
|
|
6
|
-
entityName: string;
|
|
7
|
-
schema?: Record<string, unknown>;
|
|
8
|
-
}
|
|
9
|
-
interface BlueprintSchedule {
|
|
10
|
-
name: string;
|
|
11
|
-
schedule?: string;
|
|
12
|
-
description?: string;
|
|
13
|
-
}
|
|
14
|
-
interface BlueprintWorkflow {
|
|
15
|
-
name: string;
|
|
16
|
-
description?: string;
|
|
17
|
-
}
|
|
18
|
-
interface BlueprintAgent {
|
|
19
|
-
name: string;
|
|
20
|
-
type?: string;
|
|
21
|
-
description?: string;
|
|
22
|
-
}
|
|
23
|
-
interface BlueprintEndpoint {
|
|
24
|
-
path: string;
|
|
25
|
-
method?: string;
|
|
26
|
-
description?: string;
|
|
27
|
-
}
|
|
28
|
-
interface BlueprintComponent {
|
|
29
|
-
componentName: string;
|
|
30
|
-
}
|
|
31
|
-
interface Blueprint {
|
|
32
|
-
entities?: BlueprintEntity[];
|
|
33
|
-
schedules?: BlueprintSchedule[];
|
|
34
|
-
scheduledJobs?: BlueprintSchedule[];
|
|
35
|
-
workflows?: BlueprintWorkflow[];
|
|
36
|
-
agents?: BlueprintAgent[];
|
|
37
|
-
endpoints?: BlueprintEndpoint[];
|
|
38
|
-
publicEndpoints?: BlueprintEndpoint[];
|
|
39
|
-
components?: BlueprintComponent[];
|
|
40
|
-
fileStorage?: boolean | {
|
|
41
|
-
enabled?: boolean;
|
|
42
|
-
};
|
|
43
|
-
}
|
|
44
|
-
interface MergedEntity {
|
|
45
|
-
name: string;
|
|
46
|
-
sources: string[];
|
|
47
|
-
schema?: Record<string, unknown>;
|
|
48
|
-
}
|
|
49
|
-
interface MergedScheduledJob {
|
|
50
|
-
name: string;
|
|
51
|
-
sources: string[];
|
|
52
|
-
schedule?: string;
|
|
53
|
-
description?: string;
|
|
54
|
-
}
|
|
55
|
-
interface MergedWorkflow {
|
|
56
|
-
name: string;
|
|
57
|
-
sources: string[];
|
|
58
|
-
description?: string;
|
|
59
|
-
}
|
|
60
|
-
interface MergedAgent {
|
|
61
|
-
name: string;
|
|
62
|
-
sources: string[];
|
|
63
|
-
type?: string;
|
|
64
|
-
description?: string;
|
|
65
|
-
}
|
|
66
|
-
interface MergedEndpoint {
|
|
67
|
-
path: string;
|
|
68
|
-
method?: string;
|
|
69
|
-
sources: string[];
|
|
70
|
-
description?: string;
|
|
71
|
-
}
|
|
72
|
-
interface MergedComponent {
|
|
73
|
-
name: string;
|
|
74
|
-
sources: string[];
|
|
75
|
-
}
|
|
76
|
-
interface MergedFileStorage {
|
|
77
|
-
enabled: boolean;
|
|
78
|
-
sources: string[];
|
|
79
|
-
}
|
|
80
|
-
/**
|
|
81
|
-
* Local dev-session view: what the on-disk session file (if any) says
|
|
82
|
-
* about a session managed by THIS machine. Independent of the server's
|
|
83
|
-
* preview status, which can disagree (e.g. the server reports the
|
|
84
|
-
* sandbox is up because someone else's session is running it).
|
|
85
|
-
*/
|
|
86
|
-
interface LocalDevSession {
|
|
87
|
-
/** No session file present in this app dir. */
|
|
88
|
-
state: 'none';
|
|
89
|
-
}
|
|
90
|
-
interface LocalDevSessionAlive {
|
|
91
|
-
state: 'alive';
|
|
92
|
-
pid: number;
|
|
93
|
-
sessionId: string;
|
|
94
|
-
previewUrl: string;
|
|
95
|
-
mode: SessionMode;
|
|
96
|
-
startedAt: number;
|
|
97
|
-
}
|
|
98
|
-
interface LocalDevSessionStale {
|
|
99
|
-
state: 'stale';
|
|
100
|
-
reason: SessionStaleReason;
|
|
101
|
-
pid?: number;
|
|
102
|
-
}
|
|
103
|
-
type LocalDevState = LocalDevSession | LocalDevSessionAlive | LocalDevSessionStale;
|
|
104
|
-
interface InfoOutput {
|
|
105
|
-
app: {
|
|
106
|
-
id: string;
|
|
107
|
-
name: string;
|
|
108
|
-
slug: string;
|
|
109
|
-
} | null;
|
|
110
|
-
workspace: {
|
|
111
|
-
id: string;
|
|
112
|
-
name: string;
|
|
113
|
-
};
|
|
114
|
-
preview: {
|
|
115
|
-
url: string | null;
|
|
116
|
-
active: boolean;
|
|
117
|
-
};
|
|
118
|
-
/**
|
|
119
|
-
* Local dev session state from `.runwork/dev-session.json`. May
|
|
120
|
-
* disagree with `preview` if the server reports a sandbox running but
|
|
121
|
-
* this machine is not the one driving it (or vice versa).
|
|
122
|
-
*/
|
|
123
|
-
localDevSession: LocalDevState;
|
|
124
|
-
production: {
|
|
125
|
-
url: string | null;
|
|
126
|
-
deployed: boolean;
|
|
127
|
-
};
|
|
128
|
-
/** Last deploy from this machine vs the current local HEAD (friction log #8). */
|
|
129
|
-
deploy: DeploySummary;
|
|
130
|
-
integrations: Array<{
|
|
131
|
-
id: string;
|
|
132
|
-
status: string;
|
|
133
|
-
}> | null;
|
|
134
|
-
registries: {
|
|
135
|
-
entities: MergedEntity[];
|
|
136
|
-
workflows: MergedWorkflow[];
|
|
137
|
-
scheduledJobs: MergedScheduledJob[];
|
|
138
|
-
agents: MergedAgent[];
|
|
139
|
-
publicEndpoints: MergedEndpoint[];
|
|
140
|
-
components: MergedComponent[];
|
|
141
|
-
fileStorage: MergedFileStorage;
|
|
142
|
-
} | null;
|
|
143
|
-
cli: {
|
|
144
|
-
version: string;
|
|
145
|
-
commands: Array<{
|
|
146
|
-
name: string;
|
|
147
|
-
description: string;
|
|
148
|
-
}>;
|
|
149
|
-
};
|
|
150
|
-
}
|
|
151
|
-
interface ServerRegistryItem {
|
|
152
|
-
appId: string;
|
|
153
|
-
appName: string;
|
|
154
|
-
deploymentMode?: 'preview' | 'production';
|
|
155
|
-
}
|
|
156
|
-
declare function mergeSources<T extends ServerRegistryItem>(blueprintItems: Array<{
|
|
157
|
-
name: string;
|
|
158
|
-
extra?: Record<string, unknown>;
|
|
159
|
-
}>, serverItems: T[], getServerName: (item: T) => string, appId: string): Map<string, {
|
|
160
|
-
sources: string[];
|
|
161
|
-
serverItem?: T;
|
|
162
|
-
blueprintExtra?: Record<string, unknown>;
|
|
163
|
-
}>;
|
|
164
|
-
declare function buildRegistries(blueprint: Blueprint | null, serverData: WorkspaceAllData | null, appId: string): InfoOutput['registries'];
|
|
165
|
-
/**
|
|
166
|
-
* Pad a possibly-missing string to a fixed width. Returns a visible
|
|
167
|
-
* placeholder when the value isn't a usable string so the human-readable
|
|
168
|
-
* printer can never crash on an unexpectedly-undefined field.
|
|
169
|
-
*/
|
|
170
|
-
declare function padName(value: unknown, width: number): string;
|
|
171
|
-
export declare function formatSources(sources: string[]): string;
|
|
172
|
-
export declare const __testing: {
|
|
173
|
-
mergeSources: typeof mergeSources;
|
|
174
|
-
padName: typeof padName;
|
|
175
|
-
buildRegistries: typeof buildRegistries;
|
|
176
|
-
};
|
|
177
|
-
export declare const infoCommand: Command;
|
|
178
|
-
export {};
|