Authentication
Authentication links your CLI to your Specledger account, enabling commands that sync and interact with your projects.
Why authenticate?
Authentication unlocks Specledger's collaboration features. Once logged in and a project is created on web, your specs, plans, and tasks sync automatically - enabling team collaboration, project tracking, and seamless handoffs between developers.
With authentication, you can:
- -Sync data to projects created on the web app
- -Collaborate with team members in real-time
- -Track progress and manage tasks from the dashboard
- -Use
/specledger.resumeto continue previous work
Login
Run the following command to authenticate your CLI:
sl auth loginTips
- -A browser window will open for authentication
- -Your credentials are stored securely on your machine
Logout
To sign out of the CLI:
sl auth logoutWhat's next?
Now that you're authenticated, learn how to use Specledger commands in Claude Code.
Usage with Claude Code