UNPKG

fms-admin-client

Version:

A client designed to provide a framework for interactions with FileMaker Server Admin Tools.

22 lines (19 loc) 309 B
'use strict'; const commands = [ 'force', 'src_path', 'src_account', 'src_pwd', 'src_key', 'clone_path', 'clone_account', 'clone_pwd', 'clone_key', 'target_path', 'ignore_valuelists', 'ignore_accounts', 'ignore_fonts', 'v', 'q' ]; module.exports = { migration: { commands } };