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
Add GitHub workflow that verifies CLI documentation stays in sync with implementation. The workflow runs on PRs, generates current docs, compares with existing docs, and comments on PR if outdated.
Copy file name to clipboardExpand all lines: README.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,19 @@ The token path is the location where the access token will be stored.
41
41
## CLI:
42
42
A command-line interface (CLI) tool called `pyaxm-cli` is included for easy access to the API.
43
43
44
-
For detailed usage instructions, available commands, options, and examples, please refer to the [CLI documentation](docs/cli.md).
44
+
### Overview
45
+
The CLI provides a convenient way to interact with the Apple Business Manager API directly from your terminal. It includes commands for managing devices, MDM servers, and retrieving device information.
46
+
47
+
### Detailed Documentation
48
+
For comprehensive documentation of all available commands, options, and usage examples, please refer to the [CLI documentation](docs/cli.md).
49
+
50
+
### Updating Documentation
51
+
The CLI documentation is automatically generated from the code. To update it after making changes to the CLI implementation, run:
0 commit comments