Compare commits
1 Commits
docs/auto-
...
docs/auto-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
22fa529ce7 |
@@ -200,6 +200,22 @@ sidebarTitle: "CLI Commands"
|
|||||||
```
|
```
|
||||||
</Accordion>
|
</Accordion>
|
||||||
|
|
||||||
|
<Accordion title="Authentication">
|
||||||
|
```bash
|
||||||
|
# Login with browser authentication
|
||||||
|
task-master auth login
|
||||||
|
|
||||||
|
# Check authentication status
|
||||||
|
task-master auth status
|
||||||
|
|
||||||
|
# Refresh authentication token
|
||||||
|
task-master auth refresh
|
||||||
|
|
||||||
|
# Logout and clear credentials
|
||||||
|
task-master auth logout
|
||||||
|
```
|
||||||
|
</Accordion>
|
||||||
|
|
||||||
<Accordion title="Initialize a Project">
|
<Accordion title="Initialize a Project">
|
||||||
```bash
|
```bash
|
||||||
# Initialize a new project with Task Master structure
|
# Initialize a new project with Task Master structure
|
||||||
|
|||||||
38
output.txt
Normal file
38
output.txt
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user