- Vue d'ensemble (Overview)
- Démarrer
- Concepts
- Utilisation de la UiPath CLI
- Guides pratiques
- Revenus CI/CD
- Référence de commande
- Vue d'ensemble (Overview)
- Codes de sortie
- Options globales
- agent codé uip
- uip coder
- uip context-grounding
- UiPath Docsai
- uip function
- uip guardrails
- uip llm-configuration
- uip llm-gateway
- uip model-hub
- Tâches (Jobs)
- Dossiers
- Processus
- Paquets
- Machines
- Utilisateurs
- Rôles
- Licences
- Flux
- Pièces jointes (Attachments)
- Sessions
- Calendriers
- magasins d'informations d’identification
- journaux-audit
- paramètres
- Actifs
- Compartiments
- Compartiment-fichiers
- Bibliothèques
- Files d'attente (Queues)
- éléments de la file d'attente
- Déclencheurs (Triggers)
- Webhooks
- add-test-data-entity
- ajouter une file d'attente de données de test
- add-test-data-variation
- Analyser
- Construire
- créer-projet
- Différence
- recherche-activités
- Obtenir les règles de l'analyse
- récupérer-activité-xaml par défaut
- Récupérer les erreurs
- obtenir des cas de test manuels
- Obtenir les étapes de test manuelles
- get-library-object-repository
- get-object-repository
- Obtenir les versions
- exemple de workflow
- indiquer l'application
- indiquer l'élément
- inspecter-package
- install-data-fabric-entities
- installer-ou-Update-packages
- list-data-fabric-entités
- list-instances
- listes-exemples-workflow
- Créer un package
- Publier
- remote
- restore
- run, debug & execution
- Exécuter le fichier
- modèles-recherche
- Démarrer-Studio
- arrêter l'exécution
- tm
- UIA
- uip tasks
- Traçages UIP
- uip traces feedback
- Migration
- Référence et assistance
Syntax and options for `uip or buckets`, which manages Orchestrator storage containers used by automations.
Gérer les compartiments Orchestrator — conteneurs de stockage pour les fichiers utilisés par les automatisations. Les opérations de compartiment sont appliquées au niveau du dossier. Pour les opérations par fichier à l'intérieur d'un compartiment, consultez uip or bucket-files.
Pour les conventions inter-ressources (authentification, étendue des dossiers, types de clés, enveloppe de sortie), consultez la vue d’ensembleuip or .
Synthèse
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
Créer
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"
Mettre à jour
Update bucket properties by key. Same flags as create (all optional; -n, --name renames the bucket on update).
Supprimer (Delete)
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
partager/annuler le partage
Ajoutez ou supprimez le compartiment d'un dossier.
Liste-dossiers
Répertoriez les dossiers avec lesquels un compartiment est partagé.
Codes de sortie
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.
Commandes associées
uip or bucket-files— opérations par fichier dans un compartiment.uip or credential-stores list— find the--credential-store-keyrequired forAzure/Amazonstorage providers.
Voir également
- Vue d’ensemble de
uip or— conventions partagées pour chaqueuip orverbe. - Procédures: gérer les ressources et les files d'attente d'Orchestrator — modèles de chargement/téléchargement de fichiers de compartiment.