MCPcopy Create free account
hub / github.com/SmartThingsCommunity/smartthings-cli / getInputFromUser

Function getInputFromUser

src/commands/schema/update.ts:78–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76 }
77
78 const getInputFromUser = async (): Promise<SchemaAppRequest> =>
79 getSchemaAppUpdateFromUser(command, original, !!argv.dryRun)
80
81 // We use `inputItem` instead of `inputAndOutputItem` because the API does not return the
82 // updated object like most other APIs.

Callers 7

handlerFunction · 0.50
update.test.tsFile · 0.50
generate.test.tsFile · 0.50
update.test.tsFile · 0.50
getSchemaAppIdDefFunction · 0.50

Calls 1

Tested by 1

getSchemaAppIdDefFunction · 0.40