lint_kit_cli
lint_kit_cli
is the command-line interface for the lint_kit ecosystem. It allows developers to interact with the analyzer server and the Lint Kit backend for tasks such as authentication, device management, and diagnostic tools.
This tool is primarily intended for developers integrating deeply with Lint Kit across environments and CI workflows.
π§ Usage
Run lint_kit --help
to view all available commands:
For detailed command usage, run:
lint_kit <command> --help
π¦ Related
- To define your own lints and code actions, check out
lint_kit
Hereβs an updated section for the README.md
, focused on auth
and the role of the CLI in the Lint Kit ecosystem:
π Authentication
The lint_kit_cli
is the primary tool for authenticating with the Lint Kit backend. Most developers will interact with the CLI via authentication commands to manage their accounts.
Example: Logging In
lint_kit auth login
This will prompt you to log in with your Lint Kit credentials and establish access to cloud services.
Note
If you don't have a Lint Kit account, you can create one by running lint_kit auth create
.
π‘ CLI + IDE Integration
The CLI is also used behind the scenes by the Lint Kit IDE extensions to:
- Communicate with the Lint Kit analyzer server
- Launch and monitor analyzer instances
- Handle authentication and session state
No manual configuration is needed when using the extension β but having the CLI available lets you take full control of Lint Kit from your terminal.