We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dsc resource test
1 parent 1c4eb26 commit f3f686aCopy full SHA for f3f686a
1 file changed
dsc/docs-conceptual/dsc-3.0/reference/cli/resource/test.md
@@ -16,19 +16,19 @@ Validates the actual state of a resource instance against a desired state.
16
### Instance properties from input option
17
18
```sh
19
-dsc resource set --input <INPUT> --resource <RESOURCE>
+dsc resource test --input <INPUT> --resource <RESOURCE>
20
```
21
22
### Instance properties from file
23
24
25
-dsc resource set --file <FILE> --resource <RESOURCE>
+dsc resource test --file <FILE> --resource <RESOURCE>
26
27
28
### Instance properties from stdin
29
30
31
-cat <FILE> | dsc resource set [Options] --resource <RESOURCE> --file -
+cat <FILE> | dsc resource test [Options] --resource <RESOURCE> --file -
32
33
34
## Description
0 commit comments