uipath-cli
latest
false
UiPath CLI ユーザー ガイド
- 概要
- はじめに
- 概念
- UiPath CLI を使用する
- 使用ガイド
- CI/CD レシピ
- コマンド リファレンス
- 概要
- 終了コード
- グローバル オプション
- uip codedagent
- uip coder
- uip context-grounding
- uip docsai
- uip function
- uip guardrails
- uip llm-configuration
- uip llm-gateway
- uip model-hub
- add-test-data-entity
- テスト データのキューを追加
- 追加-テスト-データ-バリエーション
- 分析
- 開発
- プロジェクトを作成
- 差分
- アクティビティを検索
- GET-ANALYZER-RULES
- get-default-activity-xaml
- エラーを取得
- 手動テスト用のテスト ケースを取得
- 手動テストステップを取得
- get-library-object-repository
- get-object-repository
- get-versions
- Get-workflow-example
- indicate-application
- 要素を示す
- inspect-package
- install-data-fabric-entities
- パッケージのインストールまたは更新
- list-data-fabric-entities
- list-instances
- list-workflow-examples
- パッケージ化
- パブリッシュ
- remote
- 元に戻す
- run, debug & execution
- ファイル名を実行
- 検索テンプレート
- スタートスタジオ
- 実行を停止
- tm
- UIA
- uip tasks
- uip traces
- uip traces feedback
- 移行
- 参照とサポート
重要 :
このコンテンツは機械翻訳によって処理されています。
新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。
Syntax and options for `uip solution restore`, which resolves NuGet dependencies for every project in a UiPath solution.
uip solution restore resolves NuGet dependencies for every project in a solution using the authenticated session. It resolves dependencies in place — it does not produce a package. Run it before uip solution pack.
概要
uip solution restore <solutionPath> [--nuget-sources-config-path <path>] [--exclude-configured-sources] [--feed-folder <name>] [--login-validity <minutes>]
uip solution restore <solutionPath> [--nuget-sources-config-path <path>] [--exclude-configured-sources] [--feed-folder <name>] [--login-validity <minutes>]
引数
| 名前 | Required | 目的 |
|---|---|---|
<solutionPath> | ○ | Path to a solution directory (containing .uipx) or a .uis file. |
オプション
| 長押し | 値 (Value) | 既定 (Default) | 説明 |
|---|---|---|---|
--nuget-sources-config-path | パス | — | NuGet ソース構成ファイルへのパスです。 |
--exclude-configured-sources | フラグ | 無効 | Resolve project dependencies only from tenant feeds and --nuget-sources-config-path. Drops the built-in UiPath and nuget.org feeds — a dependency not on those feeds fails to restore. |
--feed-folder | name or path | — | Resolve project dependencies from this Orchestrator folder's library feed instead of every tenant feed. |
--login-validity | 分 | 10 | Minimum minutes before token expiration to trigger a refresh. |
例
uip solution restore ./my-solution
uip solution restore ./my-solution
データシェイプ(--output json)
{
"Code": "SolutionRestore",
"Data": {
"Solution": "my-solution",
"Status": "Restored"
}
}
{
"Code": "SolutionRestore",
"Data": {
"Solution": "my-solution",
"Status": "Restored"
}
}
終了コード
共有コントラクト の終了コード を参照してください。
関連コマンド
uip solution cleanup— remove unused items (shares the same NuGet-source flags).uip solution pack— package the solution after restoring.
参照
- グローバルオプション と 終了コード — すべての動詞で共有されるコントラクト。