@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 +1 -1
- package/dist/index.js +2 -2
- package/package.json +1 -1
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
|
|
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
|
|
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
|
|
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)
|