TodoForDevs CLI
Manage your tasks and projects directly from your terminal. Perfect for developers who live in the command line.
Installation
Get started with the TodoForDevs CLI in just a few steps.
Using pnpm (recommended):
pnpm install -g todofordevs
Using npm:
npm install -g todofordevs
Using yarn:
yarn global add todofordevs
Verify installation:
todo --help
Commands
Explore the powerful commands available in the TodoForDevs CLI.
Authentication
todo auth login
Log in to your TodoForDevs account
todo auth logout
Log out from your current session
todo auth status
Check your current authentication status
Project Management
todo project list
List all your projects
todo project select
Select an active project
todo project current
Show the currently selected project
Task Management
todo task list
List tasks for the active project
todo task add
Add a new task to the active project
todo task view <taskId>
View detailed information about a specific task
todo task update <taskId>
Update an existing task
todo task delete <taskId>
Delete a task
Global Options
todo --help
Display help for the command
todo <command> --help
Display help for a specific command
Ready to boost your productivity?
Install the TodoForDevs CLI today and manage your tasks directly from your terminal.
Install CLI