зеркало из https://github.com/microsoft/PSRule.git
Bump tool CLI docs (#1836)
This commit is contained in:
Родитель
884f6b6315
Коммит
bb28177365
|
@ -76,7 +76,7 @@ updates:
|
|||
|
||||
# Maintain GitHub Actions
|
||||
- package-ecosystem: github-actions
|
||||
directory: "/"
|
||||
directory: '/'
|
||||
schedule:
|
||||
interval: daily
|
||||
```
|
||||
|
@ -128,7 +128,7 @@ dotnet tool install -g Microsoft.PSRule.Tool
|
|||
To install a specific version use the following command line:
|
||||
|
||||
```bash
|
||||
dotnet tool install -g Microsoft.PSRule.Tool --version 3.0.0-B0151
|
||||
dotnet tool install -g Microsoft.PSRule.Tool --version 3.0.0-B0203
|
||||
```
|
||||
|
||||
For a list of commands supported by the CLI, see [PSRule CLI][cli].
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
# PSRule CLI tool
|
||||
|
||||
This package installs the PSRule CLI tool for .NET.
|
||||
This package installs the PSRule CLI tool for .NET 8.0.
|
||||
To use PSRule from the command-line, install the `Microsoft.PSRule.Tool` tool package.
|
||||
|
||||
```shell
|
||||
dotnet install tool -g Microsoft.PSRule.Tool
|
||||
```
|
||||
|
|
Загрузка…
Ссылка в новой задаче