lint_kit_cli 0.0.30
lint_kit_cli: ^0.0.30 copied to clipboard
The official CLI for the Lint Kit ecosystem. Authenticate, manage devices, run analyzers, retrieve logs, and interact with the Lint Kit backend.
CHANGELOG #
0.0.29 | 08.21.25 #
0.0.26 | 07.16.25 #
Fixes #
- Issue where
lint_kit fixwould remove trailing whitespace in a file - Issue where lints would not be updated after
lint_kit fix
0.0.24 | 07.16.25 #
Enhancements #
- Execute
lint_kit fixfixes in reverse order to apply multiple fixes to the same file- This is not the final solution, but it's a step in the right direction
- Update copy for args in
lint_kit fixcommand
0.0.23 | 07.15.25 #
Features #
- Create
lint_kit fixcommand- Analyzes files and applies fixes for all lints
0.0.22 | 07.14.25 #
Features #
- Simplify
analyzecommand- Remove
directoryandfileargs, usage is nowlint_kit analyze <paths|directories> - Remove
workspacearg, lsp will now deduce the workspace from the current working directory - Significantly improve Lint console output
- Remove
Fixes #
- Hide hidden prompt inputs from logger
Enhancements #
- Remove extra
testarg inserver notifications listen - Add
workspacearg toserver notifications test(hidden)
0.0.17 | 06.06.25 #
Enahncements #
- Improve error logging
- Update example lints by making it simpler to read
0.0.14 | 06.04.25 #
0.0.12 | 06.04.25 #
Features #
- Create
devices upgradecommand to start subscription - Create
devices downgradecommand to stop subscription - Create
devices managecommand to manage subscriptions- This is primarily to allow users to change their payment method
- This will likely change in the future
devices updatenow prompts for selecting a device to update- Update
serverscommand to be more intentional
Enhancements #
- Remove auth token when 401 response is received
- Improve logs to include request and responses
Fixes #
awaitpurges- exited too early where race condition stopped the purge
0.0.10 | 05.21.25 #
Fix #
- Issue where incorrect device id was uploaded
- Register device on devices commands
- Claim device on auth commands
0.0.1 | 05.10.25 #
🚀 Initial Release 🚀