Compare commits

..

7 Commits

Author SHA1 Message Date
Ralph Khreish
22a6c79c3c chore: apply requested coderabbit changes 2025-10-16 18:49:28 +02:00
Ralph Khreish
191a2fdb92 fix: storage issue (show file or api more consistently) 2025-10-16 13:34:13 +02:00
Ralph Khreish
8957110b50 fix: runtime env variables working with new tm_ env variables 2025-10-15 22:49:15 +02:00
Ralph Khreish
9853f39325 feat: improve auth login by adding context selection immediately after logging in 2025-10-15 22:49:15 +02:00
Ralph Khreish
f76451f411 chore: CI format 2025-10-15 22:49:14 +02:00
Ralph Khreish
1dbc01ba00 feat: show brief title when listing brief instead of uuid
- add search for brief selection
2025-10-15 22:49:14 +02:00
Ralph Khreish
0495189af3 feat: implement runtime and build time env variables for remote access 2025-10-15 22:47:59 +02:00
2 changed files with 0 additions and 83 deletions

View File

@@ -5,45 +5,6 @@ sidebarTitle: "CLI Commands"
<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">
```bash
# Parse a PRD file and generate tasks

File diff suppressed because one or more lines are too long