wsf-load-file¶
Help command
> csm-data api wsf-load-file --help
Usage: csm-data api wsf-load-file [OPTIONS]
Download files from a workspace.
Downloads files from a specified path in a workspace to a local target folder.
If the workspace path ends with '/', it will be treated as a folder and all
files within will be downloaded.
╭─ OPTIONS ────────────────────────────────────────────────────────────────────╮
│ * --organization-id o-XXXXXXXX An organization id for the Cosmo Tech │
│ API │
│ ENV: CSM_ORGANIZATION_ID │
│ [required] │
│ * --workspace-id w-XXXXXXXX A workspace id for the Cosmo Tech API │
│ ENV: CSM_WORKSPACE_ID │
│ [required] │
│ --workspace-path PATH Path inside the workspace to load (end │
│ with '/' for a folder) │
│ * --target-folder PATH Folder in which to send the downloaded │
│ file │
│ ENV: CSM_DATASET_ABSOLUTE_PATH │
│ [required] │
│ --web-help Open the web documentation │
│ --help Show this message and exit. │
╰──────────────────────────────────────────────────────────────────────────────╯