lint_kit_cli 0.0.31
lint_kit_cli: ^0.0.31 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.31 | 10.15.25 #
Enhancements #
- Update
create init
command to- use the latest
analyzer
version - Replace
noop
withdry-run
- use the latest
0.0.29 | 08.21.25 #
0.0.26 | 07.16.25 #
Fixes #
- Issue where
lint_kit fix
would 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 fix
fixes 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 fix
command
0.0.23 | 07.15.25 #
Features #
- Create
lint_kit fix
command- Analyzes files and applies fixes for all lints
0.0.22 | 07.14.25 #
Features #
- Simplify
analyze
command- Remove
directory
andfile
args, usage is nowlint_kit analyze <paths|directories>
- Remove
workspace
arg, 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
test
arg inserver notifications listen
- Add
workspace
arg 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 upgrade
command to start subscription - Create
devices downgrade
command to stop subscription - Create
devices manage
command to manage subscriptions- This is primarily to allow users to change their payment method
- This will likely change in the future
devices update
now prompts for selecting a device to update- Update
servers
command to be more intentional
Enhancements #
- Remove auth token when 401 response is received
- Improve logs to include request and responses
Fixes #
await
purges- 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 π