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
Copy file name to clipboardexpand all lines: docs/commands/container.md
-22
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,6 @@ Container as a Service API.
7
7
-[Delete a container](#delete-a-container)
8
8
-[Deploy a container](#deploy-a-container)
9
9
-[Get a container](#get-a-container)
10
-
-[Deprecated (replaced by [Cockpit](https://www.scaleway.com/en/developers/api/cockpit/)). List your container logs](#deprecated-(replaced-by-[cockpit](https:www.scaleway.comendevelopersapicockpit)).-list-your-container-logs)
11
10
-[List all your containers](#list-all-your-containers)
12
11
-[Update an existing container](#update-an-existing-container)
| container-id | Required | UUID of the container |
162
-
| order-by | One of: `timestamp_desc`, `timestamp_asc`| Order of the logs |
163
-
| 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 |
Copy file name to clipboardexpand all lines: docs/commands/function.md
-22
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,6 @@ Function as a Service API.
20
20
-[Deploy a function](#deploy-a-function)
21
21
-[Get a function](#get-a-function)
22
22
-[Get a download URL of a function](#get-a-download-url-of-a-function)
23
-
-[Deprecated (replaced by [Cockpit](https://www.scaleway.com/en/developers/api/cockpit/)). List application logs](#deprecated-(replaced-by-[cockpit](https:www.scaleway.comendevelopersapicockpit)).-list-application-logs)
24
23
-[Get an upload URL of a function](#get-an-upload-url-of-a-function)
25
24
-[List all your functions](#list-all-your-functions)
26
25
-[Update an existing function](#update-an-existing-function)
@@ -388,27 +387,6 @@ scw function function get-download-url <function-id ...> [arg=value ...]
388
387
389
388
390
389
391
-
### Deprecated (replaced by [Cockpit](https://www.scaleway.com/en/developers/api/cockpit/)). List application logs
392
-
393
-
Deprecated (replaced by [Cockpit](https://www.scaleway.com/en/developers/api/cockpit/)). List the application logs of the function with the specified ID.
394
-
395
-
**Usage:**
396
-
397
-
```
398
-
scw function function get-logs <function-id ...> [arg=value ...]
399
-
```
400
-
401
-
402
-
**Args:**
403
-
404
-
| Name || Description |
405
-
|------|---|-------------|
406
-
| function-id | Required | UUID of the function to get the logs for |
407
-
| order-by | One of: `timestamp_desc`, `timestamp_asc`| Order of the logs |
408
-
| 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 |
409
-
410
-
411
-
412
390
### Get an upload URL of a function
413
391
414
392
Get an upload URL of a function associated with the specified ID.
Short: `Deprecated (replaced by [Cockpit](https://www.scaleway.com/en/developers/api/cockpit/)). List your container logs`,
1021
-
Long: `Deprecated (replaced by [Cockpit](https://www.scaleway.com/en/developers/api/cockpit/)). List the logs of the container with the specified ID.`,
Short: `Deprecated (replaced by [Cockpit](https://www.scaleway.com/en/developers/api/cockpit/)). List application logs`,
1119
-
Long: `Deprecated (replaced by [Cockpit](https://www.scaleway.com/en/developers/api/cockpit/)). List the application logs of the function with the specified ID.`,
0 commit comments