Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: This page explains what is the Scaleway configuration file for developer tools and how to use it.
tags: developer tools cli configuration config
dates:
validation: 2024-04-23
validation: 2024-10-27
posted: 2023-04-23
categories:
- devtools
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: This page explains what is the Scaleway configuration file for developer tools and how to use it.
tags: developer tools cli configuration config sdk
dates:
validation: 2024-04-23
validation: 2024-10-27
posted: 2023-04-23
categories:
- devtools
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: This page explains what is the Scaleway configuration file for developer tools and how to use it.
tags: developer tools cli api configuration config terraform
dates:
validation: 2024-04-23
validation: 2024-10-27
posted: 2023-04-23
categories:
- devtools
Expand Down
6 changes: 3 additions & 3 deletions macros/developer-tools/scaleway-configuration-file.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ You can set up the Scaleway configuration file using several methods. However, w

To initialize the configuration without the Scaleway CLI, you can simply create a `config.yaml` file in the appropriate folder:

- a **custom directory** defined as `$SCW_CONFIG_PATH`
- a **custom directory**: `$SCW_CONFIG_PATH`

- an **XDG** base directory: `$XDG_CONFIG_HOME/scw/config.yaml`

Expand All @@ -56,7 +56,7 @@ To initialize the configuration without the Scaleway CLI, you can simply create

### Single profile configuration file

```yaml
```
access_key: EXAMPLESCW34P0XKFD4
secret_key: example-2b41-8d52-f888-8c8a460e
default_organization_id: example-468g-4f65-a41e-8b40766c5fc5
Expand All @@ -68,7 +68,7 @@ api_url: https://api.scaleway.com

### Multi-profile configuration file

```yaml
```
profiles:
myProfile1:
access_key: EXAMPLESCW34P0XKFD4
Expand Down
2 changes: 1 addition & 1 deletion serverless/containers/how-to/monitor-container.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: Guide to monitoring Scaleway Serverless Containers.
tags: serverless containers logs metrics cockpit grafana activity
dates:
validation: 2024-04-22
validation: 2024-10-27
posted: 2024-04-22
categories:
- serverless
Expand Down