()
| 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. |