@paradigma-inc/flywheel 0.1.111 → 0.1.115

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.
Files changed (33) hide show
  1. package/README.md +12 -3
  2. package/package.json +1 -1
  3. package/skills/flywheel/getting-started/flywheel-tutorial-overview.md +1 -1
  4. package/skills/flywheel/setting-up-flywheel/how-can-i-get-an-authorized-client_id-for-the-oauth-flow.md +12 -4
  5. package/skills/flywheel/setting-up-flywheel/other-hosts-installation.md +8 -1
  6. package/skills/flywheel-llm-proof-paper/scripts/__pycache__/check_paper.cpython-312.pyc +0 -0
  7. package/src/runtime/required-runtime-commands.json +3 -0
  8. package/src/runtime/vendor/flywheel-cli-dist/commands/_browser-handoff.d.ts +16 -2
  9. package/src/runtime/vendor/flywheel-cli-dist/commands/_browser-handoff.js +36 -14
  10. package/src/runtime/vendor/flywheel-cli-dist/commands/_browser-handoff.js.map +1 -1
  11. package/src/runtime/vendor/flywheel-cli-dist/commands/_open-url.d.ts +2 -2
  12. package/src/runtime/vendor/flywheel-cli-dist/commands/_open-url.js +15 -6
  13. package/src/runtime/vendor/flywheel-cli-dist/commands/_open-url.js.map +1 -1
  14. package/src/runtime/vendor/flywheel-cli-dist/commands/admin-test-users-create.d.ts +2 -0
  15. package/src/runtime/vendor/flywheel-cli-dist/commands/admin-test-users-create.js +9 -0
  16. package/src/runtime/vendor/flywheel-cli-dist/commands/admin-test-users-create.js.map +1 -0
  17. package/src/runtime/vendor/flywheel-cli-dist/commands/admin-test-users-delete.d.ts +2 -0
  18. package/src/runtime/vendor/flywheel-cli-dist/commands/admin-test-users-delete.js +11 -0
  19. package/src/runtime/vendor/flywheel-cli-dist/commands/admin-test-users-delete.js.map +1 -0
  20. package/src/runtime/vendor/flywheel-cli-dist/commands/admin-test-users-login.d.ts +2 -0
  21. package/src/runtime/vendor/flywheel-cli-dist/commands/admin-test-users-login.js +20 -0
  22. package/src/runtime/vendor/flywheel-cli-dist/commands/admin-test-users-login.js.map +1 -0
  23. package/src/runtime/vendor/flywheel-cli-dist/commands/index.d.ts +21 -21
  24. package/src/runtime/vendor/flywheel-cli-dist/commands/index.js +268 -262
  25. package/src/runtime/vendor/flywheel-cli-dist/commands/index.js.map +1 -1
  26. package/src/runtime/vendor/flywheel-cli-dist/commands/registry/admin.d.ts +1 -1
  27. package/src/runtime/vendor/flywheel-cli-dist/commands/registry/admin.js +206 -66
  28. package/src/runtime/vendor/flywheel-cli-dist/commands/registry/admin.js.map +1 -1
  29. package/src/runtime/vendor/flywheel-cli-dist/generatedProductTelemetryContract.js +2 -2
  30. package/src/runtime/vendor/flywheel-cli-dist/generatedProductTelemetryContract.js.map +1 -1
  31. package/src/runtime/vendor/flywheel-cli-dist/http/client.js +2 -0
  32. package/src/runtime/vendor/flywheel-cli-dist/http/client.js.map +1 -1
  33. package/src/runtime/vendor/manifest.json +10 -1
@@ -1,272 +1,278 @@
1
- import { artifactsGetCommand } from './artifacts-get.js';
2
- import { artifactsListCommand } from './artifacts-list.js';
3
- import { authLoginCommand } from './auth-login.js';
4
- import { authStatusCommand } from './auth-status.js';
5
- import { computeStatusCommand } from './compute-status.js';
6
- import { adminGraphsExportCommand } from './admin-graphs-export.js';
7
- import { adminGraphsExportStreamCommand } from './admin-graphs-export-stream.js';
8
- import { adminGraphsListCommand } from './admin-graphs-list.js';
9
- import { exportSubgraphCommand } from './export-subgraph.js';
10
- import { nodesChildrenCommand } from './nodes-children.js';
11
- import { nodesCommitCommand } from './nodes-commit.js';
12
- import { nodesCommitNewCommand } from './nodes-commit-new.js';
13
- import { nodesDeleteCommand } from './nodes-delete.js';
14
- import { nodesGetCommand } from './nodes-get.js';
15
- import { nodesListCommand } from './nodes-list.js';
16
- import { nodesParentsCommand } from './nodes-parents.js';
17
- import { nodesRenderTreeCommand } from './nodes-render-tree.js';
18
- import { nodesStageLeaseAcquireCommand } from './nodes-stage-lease-acquire.js';
19
- import { profileListCommand } from './profile-list.js';
20
- import { profileShowCommand } from './profile-show.js';
21
- import { profileSetCommand } from './profile-set.js';
22
- import { profileUnsetCommand } from './profile-unset.js';
23
- import { tagsCreateCommand } from './tags-create.js';
24
- import { tagsUpdateCommand } from './tags-update.js';
25
- import { tagsDeleteCommand } from './tags-delete.js';
26
- import { tagsAssignCommand } from './tags-assign.js';
27
- import { nodesSharingGetCommand } from './nodes-sharing-get.js';
28
- import { nodesSharingSetCommand } from './nodes-sharing-set.js';
29
- import { nodesSharingSetBulkCommand } from './nodes-sharing-set-bulk.js';
30
- import { nodesSharingSummariesCommand } from './nodes-sharing-summaries.js';
31
- import { nodesResolveSlugCommand } from './nodes-resolve-slug.js';
32
- import { adminNodesAuditListCommand } from './admin-nodes-audit-list.js';
33
- import { nodesRenderAncestryCommand } from './nodes-render-ancestry.js';
34
- import { nodesRenderSummaryCommand } from './nodes-render-summary.js';
35
- import { nodesAddParentCommand } from './nodes-add-parent.js';
36
- import { nodesRemoveParentCommand } from './nodes-remove-parent.js';
37
- import { nodesBranchCommand } from './nodes-branch.js';
38
- import { nodesMergeCommand } from './nodes-merge.js';
39
- import { nodesDeleteBulkCommand } from './nodes-delete-bulk.js';
40
- import { nodesFilesCommand } from './nodes-files.js';
41
- import { nodesStageLeaseHeartbeatCommand } from './nodes-stage-lease-heartbeat.js';
42
- import { nodesStageLeaseReleaseCommand } from './nodes-stage-lease-release.js';
43
- import { campaignSnapshotCommand } from './campaign-snapshot.js';
44
- import { remoteArtifactsRefreshCommand } from './remote-artifacts-refresh.js';
45
- import { remoteArtifactsResolveCommand } from './remote-artifacts-resolve.js';
46
- import { nodesCreateCommand } from './nodes-create.js';
47
- import { artifactsUploadPrepareCommand } from './artifacts-upload-prepare.js';
48
- import { artifactsUploadFinalizeCommand } from './artifacts-upload-finalize.js';
49
- import { artifactsUploadCommand } from './artifacts-upload.js';
50
- import { artifactsDeleteBulkCommand } from './artifacts-delete-bulk.js';
51
- import { artifactsDeleteCommand } from './artifacts-delete.js';
52
- import { artifactsNoteSetCommand } from './artifacts-note-set.js';
53
- import { hooksListCommand } from './hooks-list.js';
54
- import { hooksCreateCommand } from './hooks-create.js';
55
- import { hooksUpdateCommand } from './hooks-update.js';
56
- import { hooksDeleteCommand } from './hooks-delete.js';
57
- import { hooksSetEnabledCommand } from './hooks-set-enabled.js';
58
- import { hooksRunsListCommand } from './hooks-runs-list.js';
59
- import { hooksSecretsListCommand } from './hooks-secrets-list.js';
60
- import { hooksSecretsCreateCommand } from './hooks-secrets-create.js';
61
- import { hooksSecretsUpdateCommand } from './hooks-secrets-update.js';
62
- import { hooksSecretsDeleteCommand } from './hooks-secrets-delete.js';
63
- import { executionsLaunchCommand } from './executions-launch.js';
64
- import { executionsListCommand } from './executions-list.js';
65
- import { executionsTerminateCommand } from './executions-terminate.js';
66
- import { computeOptionsCommand } from './compute-options.js';
67
- import { computeFundingCommand } from './compute-funding.js';
68
- import { computeConnectionCommand } from './compute-connection.js';
69
- import { computeAcquireCommand } from './compute-acquire.js';
70
- import { computeReleaseCommand } from './compute-release.js';
71
- import { computeReleaseAllCommand } from './compute-release-all.js';
72
- import { approvalSessionsHeartbeatCommand } from './approval-sessions-heartbeat.js';
73
- import { approvalSessionsListCommand } from './approval-sessions-list.js';
74
- import { approvalSessionsExpireCommand } from './approval-sessions-expire.js';
75
- import { computeGrantsListCommand } from './compute-grants-list.js';
76
- import { computeGrantsRequestApprovalCommand } from './compute-grants-request-approval.js';
77
- import { campaignBudgetsListCommand } from './campaign-budgets-list.js';
78
- import { campaignBudgetsCreateCommand } from './campaign-budgets-create.js';
79
- import { campaignBudgetsUpdateCommand } from './campaign-budgets-update.js';
80
- import { campaignBudgetsRevokeCommand } from './campaign-budgets-revoke.js';
81
- import { adminComputePolicyGetCommand } from './admin-compute-policy-get.js';
82
- import { adminComputePolicySetCommand } from './admin-compute-policy-set.js';
83
- import { computeBudgetsCommand } from './compute-budgets.js';
84
- import { machinesListCommand } from './machines-list.js';
85
- import { blobsGetCommand } from './blobs-get.js';
86
- import { filesListCommand } from './files-list.js';
87
- import { exportHistoryCommand } from './export-history.js';
88
- import { importSubgraphCommand } from './import-subgraph.js';
89
- import { exportSummaryCommand } from './export-summary.js';
90
- import { exportSummaryStreamCommand } from './export-summary-stream.js';
91
- import { exportSummaryPdfCommand } from './export-summary-pdf.js';
92
- import { exportSummaryRenderPdfCommand } from './export-summary-render-pdf.js';
93
- import { updatesListCommand } from './updates-list.js';
94
- import { updatesHideCommand, updatesUnhideCommand } from './updates-hide.js';
95
- import { updatesHideAllActiveCommand } from './updates-hide-all-active.js';
96
- import { feedbackCreateCommand } from './feedback-create.js';
97
- import { graphGetCommand } from './graph-get.js';
98
- import { accountGetCommand } from './account-get.js';
99
- import { accountMergeProofCommand } from './account-merge-proof.js';
100
- import { accountMergePreviewCommand } from './account-merge-preview.js';
101
- import { accountMergeCommand } from './account-merge.js';
102
- import { accountDetachCommand } from './account-detach.js';
103
- import { accountEmailsAddCommand } from './account-emails-add.js';
104
- import { accountEmailsRemoveCommand } from './account-emails-remove.js';
105
- import { accountEmailsSetPrimaryCommand } from './account-emails-set-primary.js';
106
- import { creditsBalanceCommand } from './credits-balance.js';
107
- import { creditsTransactionsCommand } from './credits-transactions.js';
108
- import { creditsUsageCommand } from './credits-usage.js';
109
- import { creditsPurchaseCommand } from './credits-purchase.js';
110
- import { creditsSubscribeCommand } from './credits-subscribe.js';
111
- import { creditsBillingPortalCommand } from './credits-billing-portal.js';
112
- import { creditsSubscriptionCommand } from './credits-subscription.js';
113
- import { creditsReferralCommand } from './credits-referral.js';
114
- import { creditsReferralClaimCommand } from './credits-referral-claim.js';
115
- import { githubStatusCommand } from './github-status.js';
116
- import { githubLinkCommand } from './github-link.js';
117
- import { githubRefreshReposCommand } from './github-refresh-repos.js';
118
- import { githubDisconnectCommand } from './github-disconnect.js';
119
- import { integrationsStatusCommand } from './integrations-status.js';
120
- import { integrationsWandbSetCommand } from './integrations-wandb-set.js';
121
- import { integrationsWandbRemoveCommand } from './integrations-wandb-remove.js';
122
- import { integrationsHuggingfaceSetCommand } from './integrations-huggingface-set.js';
123
- import { integrationsHuggingfaceRemoveCommand } from './integrations-huggingface-remove.js';
124
- import { apiKeysListCommand } from './api-keys-list.js';
125
- import { apiKeysCreateCommand } from './api-keys-create.js';
126
- import { apiKeysDeleteCommand } from './api-keys-delete.js';
127
- import { apiKeysRotateCommand } from './api-keys-rotate.js';
1
+ import { artifactsGetCommand } from "./artifacts-get.js";
2
+ import { artifactsListCommand } from "./artifacts-list.js";
3
+ import { authLoginCommand } from "./auth-login.js";
4
+ import { authStatusCommand } from "./auth-status.js";
5
+ import { computeStatusCommand } from "./compute-status.js";
6
+ import { adminGraphsExportCommand } from "./admin-graphs-export.js";
7
+ import { adminGraphsExportStreamCommand } from "./admin-graphs-export-stream.js";
8
+ import { adminGraphsListCommand } from "./admin-graphs-list.js";
9
+ import { adminTestUsersCreateCommand } from "./admin-test-users-create.js";
10
+ import { adminTestUsersDeleteCommand } from "./admin-test-users-delete.js";
11
+ import { adminTestUsersLoginCommand } from "./admin-test-users-login.js";
12
+ import { exportSubgraphCommand } from "./export-subgraph.js";
13
+ import { nodesChildrenCommand } from "./nodes-children.js";
14
+ import { nodesCommitCommand } from "./nodes-commit.js";
15
+ import { nodesCommitNewCommand } from "./nodes-commit-new.js";
16
+ import { nodesDeleteCommand } from "./nodes-delete.js";
17
+ import { nodesGetCommand } from "./nodes-get.js";
18
+ import { nodesListCommand } from "./nodes-list.js";
19
+ import { nodesParentsCommand } from "./nodes-parents.js";
20
+ import { nodesRenderTreeCommand } from "./nodes-render-tree.js";
21
+ import { nodesStageLeaseAcquireCommand } from "./nodes-stage-lease-acquire.js";
22
+ import { profileListCommand } from "./profile-list.js";
23
+ import { profileShowCommand } from "./profile-show.js";
24
+ import { profileSetCommand } from "./profile-set.js";
25
+ import { profileUnsetCommand } from "./profile-unset.js";
26
+ import { tagsCreateCommand } from "./tags-create.js";
27
+ import { tagsUpdateCommand } from "./tags-update.js";
28
+ import { tagsDeleteCommand } from "./tags-delete.js";
29
+ import { tagsAssignCommand } from "./tags-assign.js";
30
+ import { nodesSharingGetCommand } from "./nodes-sharing-get.js";
31
+ import { nodesSharingSetCommand } from "./nodes-sharing-set.js";
32
+ import { nodesSharingSetBulkCommand } from "./nodes-sharing-set-bulk.js";
33
+ import { nodesSharingSummariesCommand } from "./nodes-sharing-summaries.js";
34
+ import { nodesResolveSlugCommand } from "./nodes-resolve-slug.js";
35
+ import { adminNodesAuditListCommand } from "./admin-nodes-audit-list.js";
36
+ import { nodesRenderAncestryCommand } from "./nodes-render-ancestry.js";
37
+ import { nodesRenderSummaryCommand } from "./nodes-render-summary.js";
38
+ import { nodesAddParentCommand } from "./nodes-add-parent.js";
39
+ import { nodesRemoveParentCommand } from "./nodes-remove-parent.js";
40
+ import { nodesBranchCommand } from "./nodes-branch.js";
41
+ import { nodesMergeCommand } from "./nodes-merge.js";
42
+ import { nodesDeleteBulkCommand } from "./nodes-delete-bulk.js";
43
+ import { nodesFilesCommand } from "./nodes-files.js";
44
+ import { nodesStageLeaseHeartbeatCommand } from "./nodes-stage-lease-heartbeat.js";
45
+ import { nodesStageLeaseReleaseCommand } from "./nodes-stage-lease-release.js";
46
+ import { campaignSnapshotCommand } from "./campaign-snapshot.js";
47
+ import { remoteArtifactsRefreshCommand } from "./remote-artifacts-refresh.js";
48
+ import { remoteArtifactsResolveCommand } from "./remote-artifacts-resolve.js";
49
+ import { nodesCreateCommand } from "./nodes-create.js";
50
+ import { artifactsUploadPrepareCommand } from "./artifacts-upload-prepare.js";
51
+ import { artifactsUploadFinalizeCommand } from "./artifacts-upload-finalize.js";
52
+ import { artifactsUploadCommand } from "./artifacts-upload.js";
53
+ import { artifactsDeleteBulkCommand } from "./artifacts-delete-bulk.js";
54
+ import { artifactsDeleteCommand } from "./artifacts-delete.js";
55
+ import { artifactsNoteSetCommand } from "./artifacts-note-set.js";
56
+ import { hooksListCommand } from "./hooks-list.js";
57
+ import { hooksCreateCommand } from "./hooks-create.js";
58
+ import { hooksUpdateCommand } from "./hooks-update.js";
59
+ import { hooksDeleteCommand } from "./hooks-delete.js";
60
+ import { hooksSetEnabledCommand } from "./hooks-set-enabled.js";
61
+ import { hooksRunsListCommand } from "./hooks-runs-list.js";
62
+ import { hooksSecretsListCommand } from "./hooks-secrets-list.js";
63
+ import { hooksSecretsCreateCommand } from "./hooks-secrets-create.js";
64
+ import { hooksSecretsUpdateCommand } from "./hooks-secrets-update.js";
65
+ import { hooksSecretsDeleteCommand } from "./hooks-secrets-delete.js";
66
+ import { executionsLaunchCommand } from "./executions-launch.js";
67
+ import { executionsListCommand } from "./executions-list.js";
68
+ import { executionsTerminateCommand } from "./executions-terminate.js";
69
+ import { computeOptionsCommand } from "./compute-options.js";
70
+ import { computeFundingCommand } from "./compute-funding.js";
71
+ import { computeConnectionCommand } from "./compute-connection.js";
72
+ import { computeAcquireCommand } from "./compute-acquire.js";
73
+ import { computeReleaseCommand } from "./compute-release.js";
74
+ import { computeReleaseAllCommand } from "./compute-release-all.js";
75
+ import { approvalSessionsHeartbeatCommand } from "./approval-sessions-heartbeat.js";
76
+ import { approvalSessionsListCommand } from "./approval-sessions-list.js";
77
+ import { approvalSessionsExpireCommand } from "./approval-sessions-expire.js";
78
+ import { computeGrantsListCommand } from "./compute-grants-list.js";
79
+ import { computeGrantsRequestApprovalCommand } from "./compute-grants-request-approval.js";
80
+ import { campaignBudgetsListCommand } from "./campaign-budgets-list.js";
81
+ import { campaignBudgetsCreateCommand } from "./campaign-budgets-create.js";
82
+ import { campaignBudgetsUpdateCommand } from "./campaign-budgets-update.js";
83
+ import { campaignBudgetsRevokeCommand } from "./campaign-budgets-revoke.js";
84
+ import { adminComputePolicyGetCommand } from "./admin-compute-policy-get.js";
85
+ import { adminComputePolicySetCommand } from "./admin-compute-policy-set.js";
86
+ import { computeBudgetsCommand } from "./compute-budgets.js";
87
+ import { machinesListCommand } from "./machines-list.js";
88
+ import { blobsGetCommand } from "./blobs-get.js";
89
+ import { filesListCommand } from "./files-list.js";
90
+ import { exportHistoryCommand } from "./export-history.js";
91
+ import { importSubgraphCommand } from "./import-subgraph.js";
92
+ import { exportSummaryCommand } from "./export-summary.js";
93
+ import { exportSummaryStreamCommand } from "./export-summary-stream.js";
94
+ import { exportSummaryPdfCommand } from "./export-summary-pdf.js";
95
+ import { exportSummaryRenderPdfCommand } from "./export-summary-render-pdf.js";
96
+ import { updatesListCommand } from "./updates-list.js";
97
+ import { updatesHideCommand, updatesUnhideCommand } from "./updates-hide.js";
98
+ import { updatesHideAllActiveCommand } from "./updates-hide-all-active.js";
99
+ import { feedbackCreateCommand } from "./feedback-create.js";
100
+ import { graphGetCommand } from "./graph-get.js";
101
+ import { accountGetCommand } from "./account-get.js";
102
+ import { accountMergeProofCommand } from "./account-merge-proof.js";
103
+ import { accountMergePreviewCommand } from "./account-merge-preview.js";
104
+ import { accountMergeCommand } from "./account-merge.js";
105
+ import { accountDetachCommand } from "./account-detach.js";
106
+ import { accountEmailsAddCommand } from "./account-emails-add.js";
107
+ import { accountEmailsRemoveCommand } from "./account-emails-remove.js";
108
+ import { accountEmailsSetPrimaryCommand } from "./account-emails-set-primary.js";
109
+ import { creditsBalanceCommand } from "./credits-balance.js";
110
+ import { creditsTransactionsCommand } from "./credits-transactions.js";
111
+ import { creditsUsageCommand } from "./credits-usage.js";
112
+ import { creditsPurchaseCommand } from "./credits-purchase.js";
113
+ import { creditsSubscribeCommand } from "./credits-subscribe.js";
114
+ import { creditsBillingPortalCommand } from "./credits-billing-portal.js";
115
+ import { creditsSubscriptionCommand } from "./credits-subscription.js";
116
+ import { creditsReferralCommand } from "./credits-referral.js";
117
+ import { creditsReferralClaimCommand } from "./credits-referral-claim.js";
118
+ import { githubStatusCommand } from "./github-status.js";
119
+ import { githubLinkCommand } from "./github-link.js";
120
+ import { githubRefreshReposCommand } from "./github-refresh-repos.js";
121
+ import { githubDisconnectCommand } from "./github-disconnect.js";
122
+ import { integrationsStatusCommand } from "./integrations-status.js";
123
+ import { integrationsWandbSetCommand } from "./integrations-wandb-set.js";
124
+ import { integrationsWandbRemoveCommand } from "./integrations-wandb-remove.js";
125
+ import { integrationsHuggingfaceSetCommand } from "./integrations-huggingface-set.js";
126
+ import { integrationsHuggingfaceRemoveCommand } from "./integrations-huggingface-remove.js";
127
+ import { apiKeysListCommand } from "./api-keys-list.js";
128
+ import { apiKeysCreateCommand } from "./api-keys-create.js";
129
+ import { apiKeysDeleteCommand } from "./api-keys-delete.js";
130
+ import { apiKeysRotateCommand } from "./api-keys-rotate.js";
128
131
  // FLY-416: removed — legacy /setup-exchange replaced by RFC 8628 device flow.
129
132
  // import { apiKeysSetupExchangeCreateCommand } from './api-keys-setup-exchange-create.js';
130
133
  // import { apiKeysSetupExchangeRedeemCommand } from './api-keys-setup-exchange-redeem.js';
131
- import { authKeychainSetCommand } from './auth-keychain-set.js';
132
- import { authKeychainClearCommand } from './auth-keychain-clear.js';
133
- import { envSwitchCommand, envListCommand } from './env.js';
134
+ import { authKeychainSetCommand } from "./auth-keychain-set.js";
135
+ import { authKeychainClearCommand } from "./auth-keychain-clear.js";
136
+ import { envSwitchCommand, envListCommand } from "./env.js";
134
137
  export { artifactsGetCommand, artifactsListCommand, authLoginCommand, authStatusCommand, computeStatusCommand, exportSubgraphCommand, graphGetCommand, nodesChildrenCommand, nodesCommitCommand, nodesCommitNewCommand, nodesDeleteCommand, nodesGetCommand, nodesListCommand, nodesParentsCommand, nodesRenderTreeCommand, nodesStageLeaseAcquireCommand, profileListCommand, profileShowCommand, profileSetCommand, profileUnsetCommand, };
135
138
  export const MVP_COMMAND_HANDLERS = {
136
- 'auth:status': authStatusCommand,
137
- 'auth:login': authLoginCommand,
138
- 'nodes:list': nodesListCommand,
139
- 'nodes:get': nodesGetCommand,
140
- 'nodes:children': nodesChildrenCommand,
141
- 'nodes:parents': nodesParentsCommand,
142
- 'nodes:commit-new': nodesCommitNewCommand,
143
- 'nodes:stage:lease:acquire': nodesStageLeaseAcquireCommand,
144
- 'nodes:commit': nodesCommitCommand,
145
- 'nodes:delete': nodesDeleteCommand,
146
- 'nodes:render:tree': nodesRenderTreeCommand,
147
- 'artifacts:list': artifactsListCommand,
148
- 'artifacts:get': artifactsGetCommand,
149
- 'compute:status': computeStatusCommand,
150
- 'export:subgraph': exportSubgraphCommand,
151
- 'profile:list': profileListCommand,
152
- 'profile:show': profileShowCommand,
153
- 'profile:set': profileSetCommand,
154
- 'profile:unset': profileUnsetCommand,
155
- 'tags:create': tagsCreateCommand,
156
- 'tags:update': tagsUpdateCommand,
157
- 'tags:delete': tagsDeleteCommand,
158
- 'tags:assign': tagsAssignCommand,
159
- 'nodes:sharing:get': nodesSharingGetCommand,
160
- 'nodes:sharing:set': nodesSharingSetCommand,
161
- 'nodes:sharing:set-bulk': nodesSharingSetBulkCommand,
162
- 'nodes:sharing:summaries': nodesSharingSummariesCommand,
163
- 'nodes:resolve-slug': nodesResolveSlugCommand,
164
- 'admin:nodes:audit:list': adminNodesAuditListCommand,
165
- 'nodes:render:ancestry': nodesRenderAncestryCommand,
166
- 'nodes:render:summary': nodesRenderSummaryCommand,
167
- 'nodes:add-parent': nodesAddParentCommand,
168
- 'nodes:remove-parent': nodesRemoveParentCommand,
169
- 'nodes:branch': nodesBranchCommand,
170
- 'nodes:merge': nodesMergeCommand,
171
- 'nodes:delete-bulk': nodesDeleteBulkCommand,
172
- 'nodes:files': nodesFilesCommand,
173
- 'nodes:stage:lease:heartbeat': nodesStageLeaseHeartbeatCommand,
174
- 'nodes:stage:lease:release': nodesStageLeaseReleaseCommand,
175
- 'campaign:snapshot': campaignSnapshotCommand,
176
- 'remote-artifacts:resolve': remoteArtifactsResolveCommand,
177
- 'remote-artifacts:refresh': remoteArtifactsRefreshCommand,
178
- 'nodes:create': nodesCreateCommand,
179
- 'artifacts:upload:prepare': artifactsUploadPrepareCommand,
180
- 'artifacts:upload:finalize': artifactsUploadFinalizeCommand,
181
- 'artifacts:upload': artifactsUploadCommand,
182
- 'artifacts:delete-bulk': artifactsDeleteBulkCommand,
183
- 'artifacts:delete': artifactsDeleteCommand,
184
- 'artifacts:note:set': artifactsNoteSetCommand,
185
- 'hooks:list': hooksListCommand,
186
- 'hooks:create': hooksCreateCommand,
187
- 'hooks:update': hooksUpdateCommand,
188
- 'hooks:delete': hooksDeleteCommand,
189
- 'hooks:set-enabled': hooksSetEnabledCommand,
190
- 'hooks:runs:list': hooksRunsListCommand,
191
- 'hooks:secrets:list': hooksSecretsListCommand,
192
- 'hooks:secrets:create': hooksSecretsCreateCommand,
193
- 'hooks:secrets:update': hooksSecretsUpdateCommand,
194
- 'hooks:secrets:delete': hooksSecretsDeleteCommand,
195
- 'executions:launch': executionsLaunchCommand,
196
- 'executions:list': executionsListCommand,
197
- 'executions:terminate': executionsTerminateCommand,
198
- 'compute:options': computeOptionsCommand,
199
- 'compute:funding': computeFundingCommand,
200
- 'compute:connection': computeConnectionCommand,
201
- 'compute:acquire': computeAcquireCommand,
202
- 'compute:release': computeReleaseCommand,
203
- 'compute:release-all': computeReleaseAllCommand,
204
- 'approval-sessions:heartbeat': approvalSessionsHeartbeatCommand,
205
- 'approval-sessions:list': approvalSessionsListCommand,
206
- 'approval-sessions:expire': approvalSessionsExpireCommand,
207
- 'compute-grants:list': computeGrantsListCommand,
208
- 'compute-grants:request-approval': computeGrantsRequestApprovalCommand,
209
- 'campaign-budgets:list': campaignBudgetsListCommand,
210
- 'campaign-budgets:create': campaignBudgetsCreateCommand,
211
- 'campaign-budgets:update': campaignBudgetsUpdateCommand,
212
- 'campaign-budgets:revoke': campaignBudgetsRevokeCommand,
213
- 'admin:compute:policy:get': adminComputePolicyGetCommand,
214
- 'admin:compute:policy:set': adminComputePolicySetCommand,
215
- 'compute:budgets': computeBudgetsCommand,
216
- 'machines:list': machinesListCommand,
217
- 'blobs:get': blobsGetCommand,
218
- 'files:list': filesListCommand,
219
- 'export:history': exportHistoryCommand,
220
- 'import:subgraph': importSubgraphCommand,
221
- 'export:summary': exportSummaryCommand,
222
- 'export:summary:stream': exportSummaryStreamCommand,
223
- 'export:summary:pdf': exportSummaryPdfCommand,
224
- 'export:summary:render-pdf': exportSummaryRenderPdfCommand,
225
- 'updates:list': updatesListCommand,
226
- 'updates:hide': updatesHideCommand,
227
- 'updates:hide-all-active': updatesHideAllActiveCommand,
228
- 'updates:unhide': updatesUnhideCommand,
229
- 'feedback:create': feedbackCreateCommand,
230
- 'graph:get': graphGetCommand,
231
- 'account:get': accountGetCommand,
232
- 'account:merge:proof': accountMergeProofCommand,
233
- 'account:merge:preview': accountMergePreviewCommand,
234
- 'account:merge': accountMergeCommand,
235
- 'account:detach': accountDetachCommand,
236
- 'account:emails:add': accountEmailsAddCommand,
237
- 'account:emails:remove': accountEmailsRemoveCommand,
238
- 'account:emails:set-primary': accountEmailsSetPrimaryCommand,
239
- 'credits:balance': creditsBalanceCommand,
240
- 'credits:transactions': creditsTransactionsCommand,
241
- 'credits:usage': creditsUsageCommand,
242
- 'credits:purchase': creditsPurchaseCommand,
243
- 'credits:subscribe': creditsSubscribeCommand,
244
- 'credits:billing-portal': creditsBillingPortalCommand,
245
- 'credits:subscription': creditsSubscriptionCommand,
246
- 'credits:referral': creditsReferralCommand,
247
- 'credits:referral:claim': creditsReferralClaimCommand,
248
- 'github:status': githubStatusCommand,
249
- 'github:link': githubLinkCommand,
250
- 'github:refresh-repos': githubRefreshReposCommand,
251
- 'github:disconnect': githubDisconnectCommand,
252
- 'integrations:status': integrationsStatusCommand,
253
- 'integrations:wandb:set': integrationsWandbSetCommand,
254
- 'integrations:wandb:remove': integrationsWandbRemoveCommand,
255
- 'integrations:huggingface:set': integrationsHuggingfaceSetCommand,
256
- 'integrations:huggingface:remove': integrationsHuggingfaceRemoveCommand,
257
- 'api-keys:list': apiKeysListCommand,
258
- 'api-keys:create': apiKeysCreateCommand,
259
- 'api-keys:delete': apiKeysDeleteCommand,
260
- 'api-keys:rotate': apiKeysRotateCommand,
139
+ "auth:status": authStatusCommand,
140
+ "auth:login": authLoginCommand,
141
+ "nodes:list": nodesListCommand,
142
+ "nodes:get": nodesGetCommand,
143
+ "nodes:children": nodesChildrenCommand,
144
+ "nodes:parents": nodesParentsCommand,
145
+ "nodes:commit-new": nodesCommitNewCommand,
146
+ "nodes:stage:lease:acquire": nodesStageLeaseAcquireCommand,
147
+ "nodes:commit": nodesCommitCommand,
148
+ "nodes:delete": nodesDeleteCommand,
149
+ "nodes:render:tree": nodesRenderTreeCommand,
150
+ "artifacts:list": artifactsListCommand,
151
+ "artifacts:get": artifactsGetCommand,
152
+ "compute:status": computeStatusCommand,
153
+ "export:subgraph": exportSubgraphCommand,
154
+ "profile:list": profileListCommand,
155
+ "profile:show": profileShowCommand,
156
+ "profile:set": profileSetCommand,
157
+ "profile:unset": profileUnsetCommand,
158
+ "tags:create": tagsCreateCommand,
159
+ "tags:update": tagsUpdateCommand,
160
+ "tags:delete": tagsDeleteCommand,
161
+ "tags:assign": tagsAssignCommand,
162
+ "nodes:sharing:get": nodesSharingGetCommand,
163
+ "nodes:sharing:set": nodesSharingSetCommand,
164
+ "nodes:sharing:set-bulk": nodesSharingSetBulkCommand,
165
+ "nodes:sharing:summaries": nodesSharingSummariesCommand,
166
+ "nodes:resolve-slug": nodesResolveSlugCommand,
167
+ "admin:nodes:audit:list": adminNodesAuditListCommand,
168
+ "nodes:render:ancestry": nodesRenderAncestryCommand,
169
+ "nodes:render:summary": nodesRenderSummaryCommand,
170
+ "nodes:add-parent": nodesAddParentCommand,
171
+ "nodes:remove-parent": nodesRemoveParentCommand,
172
+ "nodes:branch": nodesBranchCommand,
173
+ "nodes:merge": nodesMergeCommand,
174
+ "nodes:delete-bulk": nodesDeleteBulkCommand,
175
+ "nodes:files": nodesFilesCommand,
176
+ "nodes:stage:lease:heartbeat": nodesStageLeaseHeartbeatCommand,
177
+ "nodes:stage:lease:release": nodesStageLeaseReleaseCommand,
178
+ "campaign:snapshot": campaignSnapshotCommand,
179
+ "remote-artifacts:resolve": remoteArtifactsResolveCommand,
180
+ "remote-artifacts:refresh": remoteArtifactsRefreshCommand,
181
+ "nodes:create": nodesCreateCommand,
182
+ "artifacts:upload:prepare": artifactsUploadPrepareCommand,
183
+ "artifacts:upload:finalize": artifactsUploadFinalizeCommand,
184
+ "artifacts:upload": artifactsUploadCommand,
185
+ "artifacts:delete-bulk": artifactsDeleteBulkCommand,
186
+ "artifacts:delete": artifactsDeleteCommand,
187
+ "artifacts:note:set": artifactsNoteSetCommand,
188
+ "hooks:list": hooksListCommand,
189
+ "hooks:create": hooksCreateCommand,
190
+ "hooks:update": hooksUpdateCommand,
191
+ "hooks:delete": hooksDeleteCommand,
192
+ "hooks:set-enabled": hooksSetEnabledCommand,
193
+ "hooks:runs:list": hooksRunsListCommand,
194
+ "hooks:secrets:list": hooksSecretsListCommand,
195
+ "hooks:secrets:create": hooksSecretsCreateCommand,
196
+ "hooks:secrets:update": hooksSecretsUpdateCommand,
197
+ "hooks:secrets:delete": hooksSecretsDeleteCommand,
198
+ "executions:launch": executionsLaunchCommand,
199
+ "executions:list": executionsListCommand,
200
+ "executions:terminate": executionsTerminateCommand,
201
+ "compute:options": computeOptionsCommand,
202
+ "compute:funding": computeFundingCommand,
203
+ "compute:connection": computeConnectionCommand,
204
+ "compute:acquire": computeAcquireCommand,
205
+ "compute:release": computeReleaseCommand,
206
+ "compute:release-all": computeReleaseAllCommand,
207
+ "approval-sessions:heartbeat": approvalSessionsHeartbeatCommand,
208
+ "approval-sessions:list": approvalSessionsListCommand,
209
+ "approval-sessions:expire": approvalSessionsExpireCommand,
210
+ "compute-grants:list": computeGrantsListCommand,
211
+ "compute-grants:request-approval": computeGrantsRequestApprovalCommand,
212
+ "campaign-budgets:list": campaignBudgetsListCommand,
213
+ "campaign-budgets:create": campaignBudgetsCreateCommand,
214
+ "campaign-budgets:update": campaignBudgetsUpdateCommand,
215
+ "campaign-budgets:revoke": campaignBudgetsRevokeCommand,
216
+ "admin:compute:policy:get": adminComputePolicyGetCommand,
217
+ "admin:compute:policy:set": adminComputePolicySetCommand,
218
+ "compute:budgets": computeBudgetsCommand,
219
+ "machines:list": machinesListCommand,
220
+ "blobs:get": blobsGetCommand,
221
+ "files:list": filesListCommand,
222
+ "export:history": exportHistoryCommand,
223
+ "import:subgraph": importSubgraphCommand,
224
+ "export:summary": exportSummaryCommand,
225
+ "export:summary:stream": exportSummaryStreamCommand,
226
+ "export:summary:pdf": exportSummaryPdfCommand,
227
+ "export:summary:render-pdf": exportSummaryRenderPdfCommand,
228
+ "updates:list": updatesListCommand,
229
+ "updates:hide": updatesHideCommand,
230
+ "updates:hide-all-active": updatesHideAllActiveCommand,
231
+ "updates:unhide": updatesUnhideCommand,
232
+ "feedback:create": feedbackCreateCommand,
233
+ "graph:get": graphGetCommand,
234
+ "account:get": accountGetCommand,
235
+ "account:merge:proof": accountMergeProofCommand,
236
+ "account:merge:preview": accountMergePreviewCommand,
237
+ "account:merge": accountMergeCommand,
238
+ "account:detach": accountDetachCommand,
239
+ "account:emails:add": accountEmailsAddCommand,
240
+ "account:emails:remove": accountEmailsRemoveCommand,
241
+ "account:emails:set-primary": accountEmailsSetPrimaryCommand,
242
+ "credits:balance": creditsBalanceCommand,
243
+ "credits:transactions": creditsTransactionsCommand,
244
+ "credits:usage": creditsUsageCommand,
245
+ "credits:purchase": creditsPurchaseCommand,
246
+ "credits:subscribe": creditsSubscribeCommand,
247
+ "credits:billing-portal": creditsBillingPortalCommand,
248
+ "credits:subscription": creditsSubscriptionCommand,
249
+ "credits:referral": creditsReferralCommand,
250
+ "credits:referral:claim": creditsReferralClaimCommand,
251
+ "github:status": githubStatusCommand,
252
+ "github:link": githubLinkCommand,
253
+ "github:refresh-repos": githubRefreshReposCommand,
254
+ "github:disconnect": githubDisconnectCommand,
255
+ "integrations:status": integrationsStatusCommand,
256
+ "integrations:wandb:set": integrationsWandbSetCommand,
257
+ "integrations:wandb:remove": integrationsWandbRemoveCommand,
258
+ "integrations:huggingface:set": integrationsHuggingfaceSetCommand,
259
+ "integrations:huggingface:remove": integrationsHuggingfaceRemoveCommand,
260
+ "api-keys:list": apiKeysListCommand,
261
+ "api-keys:create": apiKeysCreateCommand,
262
+ "api-keys:delete": apiKeysDeleteCommand,
263
+ "api-keys:rotate": apiKeysRotateCommand,
261
264
  // FLY-416: removed — legacy /setup-exchange replaced by RFC 8628 device flow.
262
265
  // 'api-keys:setup-exchange:create': apiKeysSetupExchangeCreateCommand,
263
266
  // 'api-keys:setup-exchange:redeem': apiKeysSetupExchangeRedeemCommand,
264
- 'auth:keychain:set': authKeychainSetCommand,
265
- 'auth:keychain:clear': authKeychainClearCommand,
266
- 'admin:graphs:list': adminGraphsListCommand,
267
- 'admin:graphs:export': adminGraphsExportCommand,
268
- 'admin:graphs:export:stream': adminGraphsExportStreamCommand,
269
- 'env:list': envListCommand,
270
- 'env:switch': envSwitchCommand,
267
+ "auth:keychain:set": authKeychainSetCommand,
268
+ "auth:keychain:clear": authKeychainClearCommand,
269
+ "admin:graphs:list": adminGraphsListCommand,
270
+ "admin:graphs:export": adminGraphsExportCommand,
271
+ "admin:graphs:export:stream": adminGraphsExportStreamCommand,
272
+ "admin:test-users:create": adminTestUsersCreateCommand,
273
+ "admin:test-users:delete": adminTestUsersDeleteCommand,
274
+ "admin:test-users:login": adminTestUsersLoginCommand,
275
+ "env:list": envListCommand,
276
+ "env:switch": envSwitchCommand,
271
277
  };
272
278
  //# sourceMappingURL=index.js.map