File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -78,5 +78,5 @@ All other fields are contained within the `data` attribute.
78
78
Extracted artifacts can be validated with the ` chef-cli ` using the following command:
79
79
80
80
``` bash
81
- $ chef-cli validate-metadata -m external_domain_metadata.json -r issue < extractor_issues_2.json
81
+ chef-cli validate-metadata -m external_domain_metadata.json -r issue < extractor_issues_2.json
82
82
```
Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ Select _Use this template_ and then _Create a new repository_.
24
24
## Observability
25
25
26
26
- To observe logs from your snap-in in your development environment:
27
- ```
27
+ ``` bash
28
28
devrev snap_in_package logs | jq
29
29
```
30
30
- To open logs in your favorite editor:
31
- ```
31
+ ``` bash
32
32
devrev snap_in_package logs | code -
33
33
```
34
34
You can’t perform that action at this time.
0 commit comments