- 概要
- はじめに
- 概念
- UiPath CLI を使用する
- UiPath for Coding Agents
- 使用ガイド
- CI/CD レシピ
- コマンド リファレンス
- 概要
- 終了コード
- グローバル オプション
- uip codedagent
- uip docsai
- add-test-data-entity
- テスト データのキューを追加
- 追加-テスト-データ-バリエーション
- 分析
- 開発
- プロジェクトを作成
- 差分
- アクティビティを検索
- GET-ANALYZER-RULES
- get-default-activity-xaml
- エラーを取得
- 手動テスト用のテスト ケースを取得
- 手動テストステップを取得
- get-versions
- Get-workflow-example
- indicate-application
- 要素を示す
- inspect-package
- install-data-fabric-entities
- パッケージのインストールまたは更新
- list-data-fabric-entities
- list-workflow-examples
- パッケージ化
- 元に戻す
- ファイル名を実行
- 検索テンプレート
- スタートスタジオ
- 実行を停止
- UIA
- UIP トレース
- 移行
- 参照とサポート
UiPath CLI ユーザー ガイド
Orchestrator バケット (オートメーションで使用されるファイル用のストレージ コンテナー) を管理します。バケットの操作はフォルダー範囲です。バケット内のファイルごとの操作については、「 uip resource bucket-files」をご覧ください。
リソース間の規則 (認証、フォルダー スコープ、キーの種類、出力エンベロープ) については、「 uip resource の概要」をご覧ください。
概要
uip resource buckets list [--folder-path <path> | --folder-key <key>] [-n <name>] [--exclude-folder-path <path>] [--exclude-folder-key <key>]
uip resource buckets get <bucket-key>
uip resource buckets create <name> --folder-path <path> | --folder-key <key> [options below]
uip resource buckets update <bucket-key> [options as for create]
uip resource buckets delete <bucket-key>
uip resource buckets share <bucket-key> --folder-path <path> | --folder-key <key>
uip resource buckets unshare <bucket-key> --folder-path <path> | --folder-key <key>
uip resource buckets list-folders <bucket-key>
uip resource buckets list [--folder-path <path> | --folder-key <key>] [-n <name>] [--exclude-folder-path <path>] [--exclude-folder-key <key>]
uip resource buckets get <bucket-key>
uip resource buckets create <name> --folder-path <path> | --folder-key <key> [options below]
uip resource buckets update <bucket-key> [options as for create]
uip resource buckets delete <bucket-key>
uip resource buckets share <bucket-key> --folder-path <path> | --folder-key <key>
uip resource buckets unshare <bucket-key> --folder-path <path> | --folder-key <key>
uip resource buckets list-folders <bucket-key>
リスト (List)
バケットを一覧表示します。--folder-*を使用しない場合、アクセス可能なすべてのフォルダーのリスト (オプションの --exclude-folder-path/--exclude-folder-keyを使用)。フォルダーとともに、そのフォルダー内のバケットのリストを取得します。フィルター: -n, --name <name>
uip resource buckets list --folder-path Shared
uip resource buckets list --folder-path Shared
get
バケットの詳細をキーで取得します。
uip resource buckets get a1b2c3d4-0000-0000-0000-000000000001
uip resource buckets get a1b2c3d4-0000-0000-0000-000000000001
作成
フォルダー内にバケットを作成します。<name>が必要です。任意のフラグには、 --identifier <guid> (省略すると自動生成)、 -d, --description、 --storage-provider <Azure|Amazon|Minio|S3Compatible|FileSystem> (Orchestrator 組み込みの場合は省略)、 --storage-parameters、 --storage-container、 --credential-store-key ( Azure および Amazonに必須)、 --external-name、 --password、 --options <None|ReadOnly|AuditReadAccess|AccessDataThroughOrchestrator>、 --tags <json>があります。
uip resource buckets create invoices --folder-path Shared \
--description "Invoice attachments"
uip resource buckets create invoices --folder-path Shared \
--description "Invoice attachments"
更新
バケットのプロパティをキーで更新します。createと同じフラグ (すべて任意)。
削除
バケットをキーで削除します。
共有/共有解除
フォルダーにバケットを追加または削除します。
リストフォルダ
バケットが共有されているフォルダーのリストを取得します。
参照
uip resource bucket-files— バケット内のファイルごとの操作。uip resourceの概要—すべてのuip resource動詞に共通する規則。- 方法: Orchestrator のアセットとキューを管理する — バケット ファイルのアップロード/ダウンロード パターン。