- Información general
- Comience ya
- Conceptos
- Uso de UiPath CLI
- Guías prácticas
- Recetas de CI/CD
- Referencia de los comandos
- Información general
- Códigos de salida
- Opciones globales
- agente de código UIP
- uip coder
- uip context-grounding
- UIP Docsai
- uip function
- uip guardrails
- uip llm-configuration
- uip llm-gateway
- uip model-hub
- añadir-entidad-de-datos-de-prueba
- añadir-cola-de-datos-de-prueba
- añadir-variación-de-datos-de-prueba
- Analizar
- Crear
- Crear proyecto
- Diferencia
- Buscar actividades
- obtener-reglas-del-analizador
- obtener-predeterminado-actividad-xaml
- obtener-errores
- obtener-casos-de-prueba-manual
- obtener-pasos-de-prueba-manual
- get-library-object-repository
- get-object-repository
- obtener versiones
- get-workflow-example
- indicar-aplicación
- indicar-elemento
- inspeccionar-paquete
- install-data-fabric-entities
- instalar-o-actualizar-paquetes
- enumerar-data-fabric-entities
- list-instances
- ejemplos-de-flujo-de-trabajo-de-lista
- Paquete
- Publicar
- remote
- restore
- run, debug & execution
- archivo de ejecución
- plantillas-de-búsqueda
- iniciar-studio
- detener la ejecución
- tm
- UIA
- uip tasks
- Seguimientos de UIP
- uip traces feedback
- Migración
- Referencia y soporte
Syntax and options for `uip or bucket-files`, which manages files inside Orchestrator storage buckets.
Manage files inside buckets: list, inspect, download, upload, delete, and fetch pre-signed URLs. Every subcommand takes <bucket-key> as its first argument. For the bucket itself (create / share / list across folders), see uip or buckets.
Para las convenciones de recursos cruzados (autenticación, ámbito de carpeta, tipos de clave, sobre de salida), consulta la uip or descripción general.
Sinopsis
uip or bucket-files list <bucket-key> --folder-path <path> | --folder-key <key> [--prefix <path> | -d <directory>] [--take-hint <n>] [--continuation-token <token>] [--expiry-in-minutes <n>] [--all-fields]
uip or bucket-files list-dirs <bucket-key> --folder-path <path> | --folder-key <key> [-d <directory>] [--file-name-glob <pattern>] [-l <n>] [--offset <n>] [--all-fields]
uip or bucket-files get <bucket-key> <path> --folder-path <path> | --folder-key <key> [--all-fields]
uip or bucket-files delete <bucket-key> <path> --folder-path <path> | --folder-key <key> --yes
uip or bucket-files download <bucket-key> <path> --folder-path <path> | --folder-key <key> [-d <local-file>]
uip or bucket-files upload <bucket-key> <path> --folder-path <path> | --folder-key <key> --file <local-file> [--content-type <mime>]
uip or bucket-files get-download-url <bucket-key> <path> --folder-path <path> | --folder-key <key> [--expiry-in-minutes <n>]
uip or bucket-files get-upload-url <bucket-key> <path> --folder-path <path> | --folder-key <key> [--expiry-in-minutes <n>] [--content-type <mime>]
uip or bucket-files list <bucket-key> --folder-path <path> | --folder-key <key> [--prefix <path> | -d <directory>] [--take-hint <n>] [--continuation-token <token>] [--expiry-in-minutes <n>] [--all-fields]
uip or bucket-files list-dirs <bucket-key> --folder-path <path> | --folder-key <key> [-d <directory>] [--file-name-glob <pattern>] [-l <n>] [--offset <n>] [--all-fields]
uip or bucket-files get <bucket-key> <path> --folder-path <path> | --folder-key <key> [--all-fields]
uip or bucket-files delete <bucket-key> <path> --folder-path <path> | --folder-key <key> --yes
uip or bucket-files download <bucket-key> <path> --folder-path <path> | --folder-key <key> [-d <local-file>]
uip or bucket-files upload <bucket-key> <path> --folder-path <path> | --folder-key <key> --file <local-file> [--content-type <mime>]
uip or bucket-files get-download-url <bucket-key> <path> --folder-path <path> | --folder-key <key> [--expiry-in-minutes <n>]
uip or bucket-files get-upload-url <bucket-key> <path> --folder-path <path> | --folder-key <key> [--expiry-in-minutes <n>] [--content-type <mime>]
Lista
List files in a bucket. Two mutually exclusive modes: the default (flat, prefix-filtered) mode is paginated via --take-hint (default 500, max 1000) and --continuation-token, and accepts --prefix <path> and --expiry-in-minutes <n> (for the pre-signed download URLs included in each item). Passing -d, --directory <path> switches to Orchestrator's directory-listing API instead — a different response shape with no continuation token — and is incompatible with --prefix, --take-hint, --continuation-token, and --expiry-in-minutes. --all-fields returns the full API response.
uip or bucket-files list a1b2c3d4-0000-0000-0000-000000000001 \
--folder-path Shared
uip or bucket-files list a1b2c3d4-0000-0000-0000-000000000001 \
--folder-path Shared
directorios-de-lista
List virtual directories. Optional -d, --directory <path> (lists root if omitted), --file-name-glob <pattern>, -l, --limit, --offset, --all-fields.
get
Get file metadata at <path>. --all-fields returns the full API response.
Eliminar
Delete file at <path>. Requires -y, --yes — the CLI never prompts for destructive operations.
uip or bucket-files delete a1b2c3d4-0000-0000-0000-000000000001 \
"reports/summary.csv" --folder-path Shared --yes
uip or bucket-files delete a1b2c3d4-0000-0000-0000-000000000001 \
"reports/summary.csv" --folder-path Shared --yes
download
Descarga un archivo. Con -d, --destination <file>, escribe en el disco (emite un sobre BucketFileDownload ); sin, transmite el contenido a la salida estándar.
uip or bucket-files download a1b2c3d4-0000-0000-0000-000000000001 \
"reports/summary.csv" --folder-path Shared --destination ./summary.csv
uip or bucket-files download a1b2c3d4-0000-0000-0000-000000000001 \
"reports/summary.csv" --folder-path Shared --destination ./summary.csv
Cargar
Carga un archivo local. Requiere --file <local-file>. --content-type <mime> Opcional (detectado automáticamente si se omite).
uip or bucket-files upload a1b2c3d4-0000-0000-0000-000000000001 \
"reports/summary.csv" --folder-path Shared --file ./summary.csv
uip or bucket-files upload a1b2c3d4-0000-0000-0000-000000000001 \
"reports/summary.csv" --folder-path Shared --file ./summary.csv
get-download-url / get-upload-url
Return a pre-signed URL to the file location, without transferring any data through the CLI. Optional --expiry-in-minutes <n>; the upload variant also accepts --content-type. To upload a local file end-to-end (presign and transfer in one step), use bucket-files upload instead.
Códigos de salida
See Exit codes for the shared contract. delete exits 1 if -y, --yes is omitted.
Comandos relacionados
uip or buckets: CRUD a nivel de depósito.
Ver también
- Información general
uip or: convenciones compartidas para cada verbouip or. - Tutorial: gestionar activos y colas de Orchestrator : patrones de carga/descarga de archivos de depósito.