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
Compile the CLI without Sentry on Linux and support FoundationNetworking. Build and publish static AMD64 and ARM64 artifacts, with Docker-backed local tests and Ubuntu CI coverage.
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# apple-docs-cli
2
2
3
-
`apple-docs-cli` is a stateless macOS CLI for retrieving Apple Developer documentation for known API types. It fetches Apple’s DocC JSON and renders a concise terminal view or returns the raw document for further processing.
3
+
`apple-docs-cli` is a stateless macOS and Linux CLI for retrieving Apple Developer documentation for known API types. It fetches Apple’s DocC JSON and renders a concise terminal view or returns the raw document for further processing.
4
4
5
5
## Type documentation
6
6
@@ -104,6 +104,12 @@ make test
104
104
make analyze
105
105
```
106
106
107
+
Run the test suite in a pinned Linux Swift container:
108
+
109
+
```bash
110
+
make test-linux
111
+
```
112
+
107
113
Format Swift with `swift format` and JSON, YAML, Markdown, and TOML with dprint:
0 commit comments