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
* After `make test`, run `make html-coverage` which opens a shiny test coverage overview.
17
+
* After `make test`, run `make html-coverage` which opens a shiny test coverage overview.
18
18
* Missing imports? `make deps`
19
19
*`make build-cli` builds the CLI in directory `cli/build/`.
20
20
*`make list-external-deps` lists all external dependencies for each package
21
-
*`make docs && make open-docs` opens godoc in your browser, `make kill-docs` kills the godoc server.
22
-
Repeatedly call `make docs` to refresh the server.
21
+
*`make docs && make open-docs` opens godoc in your browser, `make kill-docs` kills the godoc server.
22
+
Repeatedly call `make docs` to refresh the server.
23
+
* Set the `DOCKER_API_VERSION` environment variable to the latest supported version if you get errors regarding the docker client API version being too new.
0 commit comments