Skip to content

Commit 2c69117

Browse files
committed
Documentation
1 parent 06e6008 commit 2c69117

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,41 @@ Provide the identifier (`id`) of the symbols file (e.g. `--id=2c7a3u3`). You can
154154
raygun-cli symbols delete --id=<id> --app-id=APP_ID --token=TOKEN
155155
```
156156

157+
#### Deployment Tracking
158+
159+
Send deployment tracking notifications to [raygun.com](https://raygun.com).
160+
161+
Documentation: https://raygun.com/documentation/product-guides/deployment-tracking/overview/
162+
163+
Minimal arguments are:
164+
165+
```
166+
raygun-cli depoyments --app-id=APP_ID --token=TOKEN --version=<app version> --api-key=<Raygun app API key>
167+
```
168+
169+
Example outputs:
170+
171+
```
172+
Success:
173+
174+
Success creating deployment: 201
175+
Deployment identifier: 2cewu0m
176+
Deployment created successfully
177+
178+
Missing Access Token:
179+
180+
Error creating deployment: 401
181+
Response: {"type":"https://tools.ietf.org/html/rfc9110#section-15.5.2","title":"Unauthorized","status":401,"traceId":"00-b9f01ba3ff4a938501c760e6924acc81-53e9411804aa9f2f-00"}
182+
Failed to create deployment
183+
184+
Access Token misses access to application:
185+
186+
Error creating deployment: 404
187+
Response: {"type":"https://tools.ietf.org/html/rfc9110#section-15.5.5","title":"Not Found","status":404,"traceId":"00-5c3a2423f922d787e20d01456b6c1836-b88c29232af94db8-00"}
188+
Failed to create deployment
189+
190+
```
191+
157192
## Development
158193

159194
### Compiling a binary

0 commit comments

Comments
 (0)