buildx-cli 1.1.4 → 1.8.5

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/README.md CHANGED
@@ -123,6 +123,20 @@ Logs in with token or username/password interactively.
123
123
  npx buildx-cli auth:login
124
124
  ```
125
125
 
126
+ Browser-session login (uses your existing Studio login):
127
+
128
+ ```bash
129
+ npx buildx-cli auth:login --browser
130
+ ```
131
+
132
+ The CLI will show a verification code. Open the verification page in any browser/device, sign in, and enter that code.
133
+
134
+ Token login (useful when authenticating from another machine):
135
+
136
+ ```bash
137
+ npx buildx-cli auth:login --token <your-token>
138
+ ```
139
+
126
140
  #### `auth:logout`
127
141
  Clears stored authentication.
128
142
 
package/dist/README.md CHANGED
@@ -123,6 +123,20 @@ Logs in with token or username/password interactively.
123
123
  npx buildx-cli auth:login
124
124
  ```
125
125
 
126
+ Browser-session login (uses your existing Studio login):
127
+
128
+ ```bash
129
+ npx buildx-cli auth:login --browser
130
+ ```
131
+
132
+ The CLI will show a verification code. Open the verification page in any browser/device, sign in, and enter that code.
133
+
134
+ Token login (useful when authenticating from another machine):
135
+
136
+ ```bash
137
+ npx buildx-cli auth:login --token <your-token>
138
+ ```
139
+
126
140
  #### `auth:logout`
127
141
  Clears stored authentication.
128
142