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
.option('-p, --project <project_id>','The project ID that you wish to clone from one database to another.')
18
18
.option('--forms <forms>','A comma-separated value of all the Form ID\'s you wish to clone. If included, then only the provided forms will be cloned.',false)
19
+
.option('--exclude <forms>','A comma-separated value of all the Form ID\'s you wish to exclude in the clone process.',false)
19
20
.option('-u, --update-existing','Update existing Projects and Forms instead of cloning (No OSS).',true)
20
21
.option('--update-existing-submissions','Update existing Submissions when found in the destination (slows down the clone process if set).',false)
21
22
.option('--src-ca <source_ca>','The TLS certificate authority for the source mongo url')
0 commit comments