@wayai/cli 0.2.59 → 0.2.60

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * Commands:
6
6
  * wayai login — authenticate via OAuth (browser)
7
- * wayai login --token — authenticate via MCP token (headless)
7
+ * wayai login --token — authenticate via API token (headless)
8
8
  * wayai logout — clear stored credentials
9
9
  * wayai status — show current auth and config status
10
10
  * wayai init — set up .wayai.yaml (pick org/project/hub)
package/dist/index.js CHANGED
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * Commands:
6
6
  * wayai login — authenticate via OAuth (browser)
7
- * wayai login --token — authenticate via MCP token (headless)
7
+ * wayai login --token — authenticate via API token (headless)
8
8
  * wayai logout — clear stored credentials
9
9
  * wayai status — show current auth and config status
10
10
  * wayai init — set up .wayai.yaml (pick org/project/hub)
@@ -153,7 +153,7 @@ Usage:
153
153
 
154
154
  Commands:
155
155
  login Authenticate via OAuth (opens browser)
156
- login --token Authenticate via MCP token (for headless/CI)
156
+ login --token Authenticate via API token (for headless/CI)
157
157
  logout Clear stored credentials
158
158
  status Show current auth and config status
159
159
  init Set up .wayai.yaml (pick org/project/hub)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wayai/cli",
3
- "version": "0.2.59",
3
+ "version": "0.2.60",
4
4
  "description": "WayAI CLI — sync hub configuration between local files and the platform",
5
5
  "type": "module",
6
6
  "bin": {