- Visão geral
- Introdução
- Conceitos
- Usando o UiPath CLI
- Guias de instruções
- Receitas de CI/CD
- Referência de comando
- Visão geral
- Códigos de saída
- Opções globais
- Agente de código uip
- uip coder
- uip context-grounding
- Documento da UIP
- uip function
- uip guardrails
- uip llm-configuration
- uip llm-gateway
- uip model-hub
- adicionar-tipo-dados-de-teste
- adicionar-dados-de-teste-fila
- adicionar-teste-variação de dados
- Analisar
- Criar
- criar projeto
- Comparação
- encontrar atividades
- obter-analisador-regras
- obter-padrão-atividade-xaml
- obter-erros
- obter-casos-de-teste-manuais
- obter-etapas-de-teste-manual
- get-library-object-repository
- get-object-repository
- Obter versões
- obter-fluxo-de-trabalho-exemplo
- indicar aplicativo
- indicar elemento
- inspecionar pacote
- instalar-data-fabric-entities
- instalar-ou-atualizar pacotes
- listar-data-fabric-entities
- list-instances
- listar-exemplos-de-fluxo-de-trabalho
- Empacotar
- Publicar
- remote
- restore
- run, debug & execution
- arquivo de execução
- modelos-pesquisar
- Iniciar Studio
- interromper a execução
- tm
- UIA
- uip tasks
- Traces da UIP
- uip traces feedback
- Migração
- Referência e suporte
Syntax and options for `uip or buckets`, which manages Orchestrator storage containers used by automations.
Gerenciar buckets do Orchestrator — contêineres de armazenamento para arquivos usados por automações. As operações de bucket são de pasta. Para operações por arquivo dentro de um bucket, consulte uip or bucket-files.
Para as convenções entre recursos (autenticação, escopo de pasta, tipos de chave, envelope de saída), consulte a visão geraluip or .
Resumo
uip or buckets list [--folder-path <path> | --folder-key <key> | --all-folders] [-n <name>] [--exclude-folder-path <path>] [--exclude-folder-key <key>] [-l, --limit <n>] [--offset <n>] [--sort-by <field>] [--all-fields]
uip or buckets get <bucket-key> [--folder-path <path> | --folder-key <key>] [--all-fields]
uip or buckets create <name> --folder-path <path> | --folder-key <key> [options below]
uip or buckets update <bucket-key> [options as for create]
uip or buckets delete <bucket-key> --yes | --force
uip or buckets share <bucket-key> --folder-path <path> | --folder-key <key>
uip or buckets unshare <bucket-key> --folder-path <path> | --folder-key <key>
uip or buckets list-folders <bucket-key>
uip or buckets list [--folder-path <path> | --folder-key <key> | --all-folders] [-n <name>] [--exclude-folder-path <path>] [--exclude-folder-key <key>] [-l, --limit <n>] [--offset <n>] [--sort-by <field>] [--all-fields]
uip or buckets get <bucket-key> [--folder-path <path> | --folder-key <key>] [--all-fields]
uip or buckets create <name> --folder-path <path> | --folder-key <key> [options below]
uip or buckets update <bucket-key> [options as for create]
uip or buckets delete <bucket-key> --yes | --force
uip or buckets share <bucket-key> --folder-path <path> | --folder-key <key>
uip or buckets unshare <bucket-key> --folder-path <path> | --folder-key <key>
uip or buckets list-folders <bucket-key>
List
List buckets. Requires --folder-path, --folder-key, or --all-folders. With a folder, lists buckets inside that folder. With --all-folders, lists across every accessible folder (optionally excluding one via --exclude-folder-path / --exclude-folder-key, which apply only in that mode). Filter: -n, --name <name>. --sort-by <field> sorts results (default Id desc); --all-fields returns the full API response.
uip or buckets list --folder-path Shared
uip or buckets list --folder-path Shared
get
Get bucket details by key. --all-fields returns the full API response, including storage container, credential-store link, and tags.
uip or buckets get a1b2c3d4-0000-0000-0000-000000000001
uip or buckets get a1b2c3d4-0000-0000-0000-000000000001
Criar
Create a bucket in a folder. Requires <name>. Optional flags include --identifier <guid> (auto-generated if omitted), -d, --description, --storage-provider <Azure|Amazon|Minio|S3Compatible|FileSystem> (omit for Orchestrator built-in), --storage-parameters, --storage-container, --credential-store-key (required for Azure and Amazon), --external-name, --password, --options <None|ReadOnly|AuditReadAccess|AccessDataThroughOrchestrator>, --tags <json> (a JSON array, e.g. '[{"name":"env","value":"prod"}]').
uip or buckets create invoices --folder-path Shared \
--description "Invoice attachments"
uip or buckets create invoices --folder-path Shared \
--description "Invoice attachments"
Atualizar
Update bucket properties by key. Same flags as create (all optional; -n, --name renames the bucket on update).
Excluir
Delete a bucket by key. Requires -y, --yes — the CLI never prompts for destructive operations. Refuses to delete a bucket that still has files unless you also pass -f, --force (which deletes the files too, and implies --yes).
uip or buckets delete a1b2c3d4-0000-0000-0000-000000000010 --yes
uip or buckets delete a1b2c3d4-0000-0000-0000-000000000010 --force
uip or buckets delete a1b2c3d4-0000-0000-0000-000000000010 --yes
uip or buckets delete a1b2c3d4-0000-0000-0000-000000000010 --force
compartilhar/descompartilhar
Adicione ou remova o bucket de uma pasta.
listar pastas
Liste as pastas com as quais um bucket é compartilhado.
Códigos de saída
See Exit codes for the shared contract. delete exits 1 if -y, --yes / -f, --force is omitted, or if the bucket still has files and --force was not passed.
Comandos relacionados
uip or bucket-files— operações por arquivo dentro de um bucket.uip or credential-stores list— find the--credential-store-keyrequired forAzure/Amazonstorage providers.
Veja também
- Visão geral
uip or— convenções compartilhadas para cada verbouip or. - Como fazer: gerenciar ativos e filas do Orchestrator — padrões de upload/download de arquivos do bucket.