.. default-role:: literal .. role:: command-reference(ref) .. program:: nextstrain remote upload .. _nextstrain remote upload: ======================== nextstrain remote upload ======================== .. code-block:: none usage: nextstrain remote upload [ […]] nextstrain remote upload --help Upload dataset and narratives files to a remote destination. A remote destination URL specifies where to upload, e.g. to upload the dataset files:: auspice/ncov_local.json auspice/ncov_local_root-sequence.json auspice/ncov_local_tip-frequencies.json so they're visible at `https://nextstrain.org/groups/example/ncov`:: nextstrain remote upload nextstrain.org/groups/example/ncov auspice/ncov_local*.json If uploading multiple datasets or narratives, uploading to the top-level of a Nextstrain Group, or uploading to an S3 remote, then the local filenames are used in combination with any path prefix in the remote source URL. See :command-reference:`nextstrain remote` for more information on remote sources. positional arguments ==================== .. option:: Remote destination URL for a dataset or narrative. A path prefix if the files to upload comprise more than one dataset or narrative or the remote is S3. .. option:: [ […]] Files to upload. Typically dataset and sidecar files (Auspice JSON files) and/or narrative files (Markdown files). options ======= .. option:: -h, --help show this help message and exit .. option:: --dry-run Don't actually upload anything, just show what would be uploaded