モジュールリポジトリ

リポジトリの登録

 Register-PSRepository –Name DemoRepo –SourceLocation "https://www.myget.org/F/powershellgetdemo/api/v2" 
   –PublishLocation “https://www.myget.org/F/powershellgetdemo/api/v2/package” –InstallationPolicy –Tusted

登録されたリポジトリの確認

 Get-PSRepository

リポジトリの登録解除

 Unregister-PSRepository DemoRepo

リポジトリを指定してモジュールを探す

 Find-Module -Repository DemoRepo

参考


トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS

Last-modified: 2018-04-15 (日) 13:17:27