You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Licensed under the Apache License, Version 2.0 (the "License");
8
+
you may not use this file except in compliance with the License.
9
+
You may obtain a copy of the License at
10
+
11
+
http://www.apache.org/licenses/LICENSE-2.0
12
+
13
+
Unless required by applicable law or agreed to in writing, software
14
+
distributed under the License is distributed on an "AS IS" BASIS,
15
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
+
See the License for the specific language governing permissions and
17
+
limitations under the License.
18
+
19
+
-->
20
+
21
+
# Utilities
22
+
23
+
> Utility commands for use in [`make`][make] recipes.
24
+
25
+
<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->
26
+
27
+
<sectionclass="intro">
28
+
29
+
This directory contains [`make`][make] rules providing various utilities for use in [`make`][make] recipes.
30
+
31
+
</section>
32
+
33
+
<!-- /.intro -->
34
+
35
+
<!-- Usage documentation. -->
36
+
37
+
<sectionclass="usage">
38
+
39
+
## Usage
40
+
41
+
```text
42
+
Usage: make <command> [<ENV_VAR>=<value> <ENV_VAR>=<value> ...]
43
+
```
44
+
45
+
### Commands
46
+
47
+
#### assert-clean-working-directory
48
+
49
+
Asserts that the current working directory is "clean" (i.e., does not contain any uncommitted changes)
50
+
51
+
```bash
52
+
$ make assert-clean-working-directory
53
+
```
54
+
55
+
</section>
56
+
57
+
<!-- /.usage -->
58
+
59
+
<!-- Section to include notes. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
60
+
61
+
<sectionclass="notes">
62
+
63
+
</section>
64
+
65
+
<!-- /.notes -->
66
+
67
+
<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
0 commit comments