Skip to content

craft-hub / resolvePersistedCommandInvocation

Function: resolvePersistedCommandInvocation()

resolvePersistedCommandInvocation(capability, provided?): CommandInvocation

Defined in: packages/craft-hub/src/command-inputs.ts:20

Resolve the same invocation with private input values removed for durable history.

Parameters

capability

CommandCapability

provided?

CommandInputValues = {}

Returns

CommandInvocation

Released under the MIT License.