Setting Up the Kit CLI
This is a member-only chapter. Log in with your Signal Over Noise membership email to continue.
Log in to readModule 4 · Section 3 of 8
Setting Up the Kit CLI
The CLI is installed globally:
npm install -g @convertkit/cli
After installation, authenticate with your Kit.com API key:
kit auth
This prompts for your API key and secret, which you’ll find in Kit.com’s developer settings. Once authenticated, the credentials are stored locally and all subsequent commands use them automatically.
Test that it’s working:
kit account
If you see your account information, the CLI is connected.