You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: skills/comms-cli/SKILL.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,12 +24,14 @@ tdc auth token # Save API token manually (prompts securely; s
24
24
tdc auth status # Verify authentication + show mode
25
25
tdc auth status --json # Full status payload as JSON (--ndjson also supported)
26
26
tdc auth status --user <ref># Target a specific stored account (id, id:<n>, or display name)
27
-
tdc --user <ref> auth <status|logout|token view># Equivalent to passing --user after the subcommand; other commands accept the flag but ignore it
27
+
tdc --user <ref> auth <status|logout|token view|refresh-token view># Equivalent to passing --user after the subcommand; other commands accept the flag but ignore it
28
28
tdc auth logout# Remove saved token and auth metadata
Copy file name to clipboardExpand all lines: src/lib/skills/content.ts
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,12 +28,14 @@ tdc auth token # Save API token manually (prompts securely; s
28
28
tdc auth status # Verify authentication + show mode
29
29
tdc auth status --json # Full status payload as JSON (--ndjson also supported)
30
30
tdc auth status --user <ref> # Target a specific stored account (id, id:<n>, or display name)
31
-
tdc --user <ref> auth <status|logout|token view> # Equivalent to passing --user after the subcommand; other commands accept the flag but ignore it
31
+
tdc --user <ref> auth <status|logout|token view|refresh-token view> # Equivalent to passing --user after the subcommand; other commands accept the flag but ignore it
32
32
tdc auth logout # Remove saved token and auth metadata
0 commit comments