Skip to content

Commit fcd3376

Browse files
docs: regenerate CLI reference with generic paths [skip:ci, skip:test:long-running, skip:test:matrix-runner]
1 parent 3e4def8 commit fcd3376

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CLI_REFERENCE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ $ aignostics application run execute [OPTIONS] APPLICATION_ID METADATA_CSV_FILE
207207
* `--mapping TEXT`: Mapping to use for amending metadata CSV file. Each mapping is of the form '<regexp>:<key>=<value>,<key>=<value>,...'. The regular expression is matched against the external_id attribute of the entry. The key/value pairs are applied to the entry if the pattern matches. You can use the mapping option multiple times to set values for multiple files. Example: ".*:staining_method=H&E,tissue=LIVER,disease=LIVER_CANCER"
208208
* `--create-subdirectory-for-run / --no-create-subdirectory-for-run`: Create a subdirectory for the results of the run in the destination directory [default: create-subdirectory-for-run]
209209
* `--create-subdirectory-per-item / --no-create-subdirectory-per-item`: Create a subdirectory per item in the destination directory [default: create-subdirectory-per-item]
210-
* `--upload-prefix TEXT`: Prefix for the upload destination. If not given will be set to current milliseconds. [default: 1764259829333.159]
210+
* `--upload-prefix TEXT`: Prefix for the upload destination. If not given will be set to current milliseconds. [default: 1764264102511.317]
211211
* `--wait-for-completion / --no-wait-for-completion`: Wait for run completion and download results incrementally [default: wait-for-completion]
212212
* `--note TEXT`: Optional note to include with the run submission via custom metadata.
213213
* `--due-date TEXT`: Optional soft due date to include with the run submission, ISO8601 format. The scheduler will try to complete the run by this date, taking the subscription tierand available GPU resources into account.
@@ -275,7 +275,7 @@ $ aignostics application run upload [OPTIONS] APPLICATION_ID METADATA_CSV_FILE
275275
**Options**:
276276

277277
* `--application-version TEXT`: Version of the application. If not provided, the latest version will be used.
278-
* `--upload-prefix TEXT`: Prefix for the upload destination. If not given will be set to current milliseconds. [default: 1764259829333.3188]
278+
* `--upload-prefix TEXT`: Prefix for the upload destination. If not given will be set to current milliseconds. [default: 1764264102511.7012]
279279
* `--onboard-to-aignostics-portal / --no-onboard-to-aignostics-portal`: If set, the run will be onboarded to the Aignostics Portal. [default: no-onboard-to-aignostics-portal]
280280
* `--help`: Show this message and exit.
281281

0 commit comments

Comments
 (0)