@keystrokehq/cli 0.1.165 → 0.1.166
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/README.md +1 -0
- package/dist/dist-BFgNzWan.mjs +3 -0
- package/dist/{dist-CVNEZzw5.mjs → dist-DS8gbyzx.mjs} +2 -2
- package/dist/dist-DS8gbyzx.mjs.map +1 -0
- package/dist/{dist-DwB-ucOy.mjs → dist-D_jn7u5p.mjs} +1 -1
- package/dist/{dist-DcpFx-Ew.mjs → dist-DoHPZzrH.mjs} +3 -3
- package/dist/{dist-DcpFx-Ew.mjs.map → dist-DoHPZzrH.mjs.map} +1 -1
- package/dist/index.mjs +1 -1
- package/dist/{program-zSW0qI2G.mjs → program-CHp0-LoQ.mjs} +30 -4
- package/dist/program-CHp0-LoQ.mjs.map +1 -0
- package/package.json +4 -4
- package/dist/dist-BKbs8X8F.mjs +0 -3
- package/dist/dist-CVNEZzw5.mjs.map +0 -1
- package/dist/program-zSW0qI2G.mjs.map +0 -1
package/README.md
CHANGED
|
@@ -60,6 +60,7 @@ keystroke apps execute <app> <tool> --input '{...}' # catalog or custom MCP
|
|
|
60
60
|
keystroke apps create|delete [<slug>]
|
|
61
61
|
keystroke templates list|show|apply <slug>
|
|
62
62
|
keystroke credentials create|get|rotate|delete <key>
|
|
63
|
+
keystroke credentials reconnect <credential-id> [--print-url]
|
|
63
64
|
keystroke feedback create --message "…"
|
|
64
65
|
keystroke pull
|
|
65
66
|
```
|
|
@@ -2898,7 +2898,7 @@ JSON.stringify({
|
|
|
2898
2898
|
}
|
|
2899
2899
|
});
|
|
2900
2900
|
//#endregion
|
|
2901
|
-
//#region ../../packages/action/dist/define-action-
|
|
2901
|
+
//#region ../../packages/action/dist/define-action-CrYCWt9v.mjs
|
|
2902
2902
|
const zodSchema$3 = custom((v) => v instanceof ZodType, "must be a Zod schema");
|
|
2903
2903
|
/** Runtime validation for an unbranded action definition. */
|
|
2904
2904
|
const actionCoreSchema = object({
|
|
@@ -46787,4 +46787,4 @@ async function emitStoredRouteManifestForProject(projectRoot) {
|
|
|
46787
46787
|
//#endregion
|
|
46788
46788
|
export { artifactIndexFromModules as $, serializeRouteManifest as A, validateProjectModules as B, isModularManifestEmitCacheHit as C, pollRouteFromSourceSlug as D, pollGroupRouteFromId as E, tryReadProjectManifest as F, webhookMatchSchemaForBindings as G, validateUniqueAttachmentSlugs as H, validateAttachmentTargets as I, workflowRouteFromKey as J, webhookRouteFromEndpoint as K, validateImportedTriggerAttachment as L, sha256File as M, splitStoredRouteManifest as N, projectActionsFingerprint as O, toStoredRouteManifest as P, withMcpReadClient as Q, validateImportedWorkflowDefinition as R, integrationPackagesFingerprint as S, pollGroupId as T, validateUniqueTriggerSourceSlugs as U, validateTriggerAttachments as V, webhookManifestAttachmentSchemasFromBindings as W, PublicHttpUrlError as X, attachmentSlugFromRecord as Y, assertPublicHttpUrl as Z, emitStoredRouteManifestForProject as _, configureTelemetry as _t, buildPollGroups as a, computeCallSiteIds as at, importTriggerAttachments as b, shutdownTelemetry as bt, collectAgentAppSlugs as c, discoverEntries as ct, countAgentCredentials as d, readKeystrokeIgnoreDirective as dt, collectArtifactModules as et, discoverAgentEntries as f, shouldSkipKeystrokeModuleFile as ft, discoverWorkflows as g, captureException as gt, discoverWorkflowEntries as h, alias as ht, agentRouteFromKey as i, classifyCall as it, sha256Bytes as j, schemaToJson as k, collectAgentToolSlugs as l, discoverModuleFileEntries as lt, discoverTriggerAttachments as m, walkTypeScriptFiles as mt, agentKeyForAttachment as n, moduleBlobRefsFromModules as nt, buildStoredRouteManifestForProject as o, diagnoseWorkflowSource as ot, discoverSkillManifestEntries as p, validateUniqueModuleKeys as pt, workflowKeyForAttachment as q, agentManifestEntry as r, packDirFromDisk as rt, buildStoredRouteManifestFromContext as s, locateWorkflow as st, actionsCatalogFingerprint as t, mapInParallelBatches as tt, contentHashForModule as u, entryIdFromFile as ut, hashDirectoryContents as v, event as vt, persistModularRouteManifest as w, importWorkflowDefinition as x, importAgentDefinition as y, flushTelemetry as yt, validatePollGroups as z };
|
|
46789
46789
|
|
|
46790
|
-
//# sourceMappingURL=dist-
|
|
46790
|
+
//# sourceMappingURL=dist-DS8gbyzx.mjs.map
|