You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| order-by | One of: `timestamp_desc`, `timestamp_asc`||
155
+
| region | Default: `fr-par`<br />One of: `fr-par`, `nl-ams`, `pl-waw`, `all`| Region to target. If none is passed will use default region from the config |
-[Create a new namespace](#create-a-new-namespace)
29
28
-[Delete an existing namespace](#delete-an-existing-namespace)
@@ -358,6 +357,27 @@ scw function function get-download-url <function-id ...> [arg=value ...]
358
357
359
358
360
359
360
+
### List your application logs
361
+
362
+
List your application logs.
363
+
364
+
**Usage:**
365
+
366
+
```
367
+
scw function function get-logs <function-id ...> [arg=value ...]
368
+
```
369
+
370
+
371
+
**Args:**
372
+
373
+
| Name || Description |
374
+
|------|---|-------------|
375
+
| function-id | Required ||
376
+
| order-by | One of: `timestamp_desc`, `timestamp_asc`||
377
+
| region | Default: `fr-par`<br />One of: `fr-par`, `nl-ams`, `pl-waw`, `all`| Region to target. If none is passed will use default region from the config |
378
+
379
+
380
+
361
381
### Get an upload URL of a function
362
382
363
383
Get an upload URL of a function associated with the given id.
@@ -437,32 +457,6 @@ scw function function update <function-id ...> [arg=value ...]
437
457
438
458
439
459
440
-
## Logs management commands
441
-
442
-
Logs management commands.
443
-
444
-
445
-
### List your application logs
446
-
447
-
List your application logs.
448
-
449
-
**Usage:**
450
-
451
-
```
452
-
scw function logs list [arg=value ...]
453
-
```
454
-
455
-
456
-
**Args:**
457
-
458
-
| Name || Description |
459
-
|------|---|-------------|
460
-
| function-id | Required ||
461
-
| order-by | One of: `timestamp_desc`, `timestamp_asc`||
462
-
| region | Default: `fr-par`<br />One of: `fr-par`, `nl-ams`, `pl-waw`, `all`| Region to target. If none is passed will use default region from the config |
0 commit comments