com um clique
clerk
// Clerk authentication CLI - set up auth, pull environment variables. Use when user mentions 'clerk', 'clerk auth', or wants to configure Clerk authentication.
// Clerk authentication CLI - set up auth, pull environment variables. Use when user mentions 'clerk', 'clerk auth', or wants to configure Clerk authentication.
1Password CLI - manage secrets, vaults, items, inject credentials into commands. Use when user mentions '1password', 'op', 'secrets management', or wants to manage passwords and secrets via CLI.
AWS CLI - manage S3, EC2, Lambda, IAM, CloudFormation and other AWS services. Use when user mentions 'aws', 'amazon web services', 's3', 'ec2', 'lambda', or wants to interact with AWS.
Azure CLI - manage VMs, web apps, functions, storage, AKS, and other Azure services. Use when user mentions 'az', 'azure', or wants to interact with Microsoft Azure.
Container platform CLI - build images, run containers, manage compose stacks, volumes, networks. Use when user mentions 'docker', 'container', 'docker compose', or wants to manage containers.
Drizzle ORM toolkit CLI - generate migrations, push schema, introspect databases, run studio. Use when user mentions 'drizzle', 'drizzle-kit', or wants to manage database schema with Drizzle ORM.
Figma Code Connect CLI - connect design components to code, publish connections, parse Figma files. Use when user mentions 'figma', 'code connect', 'figma cli', or wants to link Figma designs to code.
| name | clerk |
| description | Clerk authentication CLI - set up auth, pull environment variables. Use when user mentions 'clerk', 'clerk auth', or wants to configure Clerk authentication. |
| category | devtools |
| install_command | npm i -g @clerk/clerk-sdk-node |
npm i -g @clerk/clerk-sdk-node
Or use via npx:
npx @clerk/cli
| Command | Description |
|---|---|
npx @clerk/cli setup | Initialize Clerk in a project |
npx @clerk/cli env pull | Pull environment variables from Clerk dashboard |
npx @clerk/cli env pull --env-file .env.local | Pull env vars to a specific file |
| Command | Description |
|---|---|
npx @clerk/cli dev | Start development with Clerk |
After running env pull, the following variables are typically set:
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY - Public key for frontendCLERK_SECRET_KEY - Secret key for backendNEXT_PUBLIC_CLERK_SIGN_IN_URL - Sign-in page URLNEXT_PUBLIC_CLERK_SIGN_UP_URL - Sign-up page URL