You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parser.add_argument('--dry', required=False, default=False, action='store_const', const=True, help='Don\'t persist changes but only print replacements to the console')
36
+
parser.add_argument('--force', '-f', required=False, default=False, action='store_const', const=True, help='Force a re-execution of the migration on already migrated metadata')
36
37
parser.add_argument('--metadata-directory', '-d', required=True, help='directory to recursively scan for metadata to update')
37
38
parser.add_argument('--mapping-file', '-m', required=True, help='vocabulary and record mapping file')
38
39
parser.add_argument('--vocabulary-server-host', type=str, default='localhost', help='vocabulary server host')
0 commit comments