Compare commits
7 Commits
docs/auto-
...
ralph/feat
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
22a6c79c3c | ||
|
|
191a2fdb92 | ||
|
|
8957110b50 | ||
|
|
9853f39325 | ||
|
|
f76451f411 | ||
|
|
1dbc01ba00 | ||
|
|
0495189af3 |
@@ -5,45 +5,6 @@ sidebarTitle: "CLI Commands"
|
|||||||
|
|
||||||
|
|
||||||
<AccordionGroup>
|
<AccordionGroup>
|
||||||
<Accordion title="Authentication">
|
|
||||||
```bash
|
|
||||||
# Log in to tryhamster.com (opens browser for OAuth authentication)
|
|
||||||
task-master auth login
|
|
||||||
|
|
||||||
# Display current authentication status
|
|
||||||
task-master auth status
|
|
||||||
|
|
||||||
# Log out and clear stored credentials
|
|
||||||
task-master auth logout
|
|
||||||
|
|
||||||
# Refresh authentication token
|
|
||||||
task-master auth refresh
|
|
||||||
```
|
|
||||||
|
|
||||||
**Note**: After successful login, Task Master will automatically prompt you to configure your workspace context (organization and project selection). If context setup encounters issues, you can configure it later using `task-master context`.
|
|
||||||
</Accordion>
|
|
||||||
|
|
||||||
<Accordion title="Workspace Context">
|
|
||||||
```bash
|
|
||||||
# Show current workspace context (organization and brief)
|
|
||||||
task-master context
|
|
||||||
|
|
||||||
# Select an organization
|
|
||||||
task-master context org
|
|
||||||
|
|
||||||
# Select a brief within the current organization
|
|
||||||
task-master context brief
|
|
||||||
|
|
||||||
# Set context directly with IDs
|
|
||||||
task-master context set --org <orgId> --brief <briefId>
|
|
||||||
|
|
||||||
# Clear all context selections
|
|
||||||
task-master context clear
|
|
||||||
```
|
|
||||||
|
|
||||||
**Note**: Workspace context determines which organization and project brief your tasks and data are associated with. This is automatically configured during initial login but can be changed anytime.
|
|
||||||
</Accordion>
|
|
||||||
|
|
||||||
<Accordion title="Parse PRD">
|
<Accordion title="Parse PRD">
|
||||||
```bash
|
```bash
|
||||||
# Parse a PRD file and generate tasks
|
# Parse a PRD file and generate tasks
|
||||||
|
|||||||
44
output.txt
44
output.txt
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user