@ludeo/cli 1.2.2 → 1.2.4
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
|
@@ -16,12 +16,12 @@ ludeo version
|
|
|
16
16
|
## Quick Start
|
|
17
17
|
|
|
18
18
|
### 1. Authentication
|
|
19
|
-
Get your access token from the Ludeo platform and
|
|
19
|
+
Get your access token from the Ludeo platform and save it:
|
|
20
20
|
```bash
|
|
21
|
-
ludeo auth
|
|
21
|
+
ludeo auth set-token --access-token YOUR_ACCESS_TOKEN
|
|
22
22
|
```
|
|
23
23
|
|
|
24
|
-
You can also check
|
|
24
|
+
You can also check if a token is saved:
|
|
25
25
|
```bash
|
|
26
26
|
ludeo auth status
|
|
27
27
|
```
|
|
@@ -102,13 +102,10 @@ ludeo builds list --game-id YOUR_GAME_ID
|
|
|
102
102
|
# Get build details
|
|
103
103
|
ludeo builds get --game-id YOUR_GAME_ID --build-id BUILD_ID
|
|
104
104
|
|
|
105
|
-
# Check
|
|
105
|
+
# Check if token is saved
|
|
106
106
|
ludeo auth status
|
|
107
107
|
|
|
108
|
-
#
|
|
109
|
-
ludeo auth validate
|
|
110
|
-
|
|
111
|
-
# Logout when done
|
|
108
|
+
# Remove saved token when done
|
|
112
109
|
ludeo auth logout
|
|
113
110
|
```
|
|
114
111
|
|
|
@@ -135,7 +132,7 @@ npm update -g @ludeo/cli
|
|
|
135
132
|
|
|
136
133
|
- name: Upload Build
|
|
137
134
|
run: |
|
|
138
|
-
ludeo auth
|
|
135
|
+
ludeo auth set-token --access-token ${{ secrets.LUDEO_ACCESS_TOKEN }}
|
|
139
136
|
ludeo builds upload \
|
|
140
137
|
--game-id ${{ env.GAME_ID }} \
|
|
141
138
|
--exec-path game.exe \
|
|
@@ -168,8 +165,8 @@ sudo npm install -g @ludeo/cli
|
|
|
168
165
|
|
|
169
166
|
**Authentication errors:**
|
|
170
167
|
- Verify your access token is valid
|
|
171
|
-
- Check token
|
|
172
|
-
-
|
|
168
|
+
- Check if token is saved with `ludeo auth status`
|
|
169
|
+
- Make sure you've saved your token with `ludeo auth set-token`
|
|
173
170
|
|
|
174
171
|
**Upload failures:**
|
|
175
172
|
- Ensure your build directory exists and is readable
|
package/dist/ludeo-darwin-amd64
CHANGED
|
Binary file
|
package/dist/ludeo-darwin-arm64
CHANGED
|
Binary file
|
package/dist/ludeo-linux-amd64
CHANGED
|
Binary file
|
package/dist/ludeo-linux-arm64
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|