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: README.md
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ After you [installed](#Installation) the latest release just run the initializat
81
81
scw init
82
82
```
83
83
84
-
It will set up your profile, the authentication, and the auto-completion.
84
+
It will set up your profile, the authentication, and the auto-completion.
85
85
NB: you'll need to have an **API-key** (access-key + access-secret), so be sure to create one on the [scaleway web console](https://console.scaleway.com/iam/api-keys).
86
86
87
87
## Basic commands
@@ -176,6 +176,16 @@ See more in-depth information about running the CLI in Docker [here](./docs/dock
176
176
This repository is at its early stage and is still in active development.
177
177
If you are looking for a way to contribute please read [CONTRIBUTING.md](./.github/CONTRIBUTING.md).
178
178
179
+
# Automate CLI actions with Scaleway Serverless Jobs
180
+
181
+
You can automate your CLI actions by scheduling them with Scaleway Serverless Jobs. This allows you to run your Scaleway CLI commands at specific times or intervals without needing to manually execute them.
182
+
183
+
For step-by-step guides, check out the following tutorials:
184
+
-[Power on and off your instances using Serverless Jobs](https://www.scaleway.com/en/docs/tutorials/power-on-off-instances-jobs/)
185
+
-[Create snapshots of a Managed MongoDB® database](https://www.scaleway.com/en/docs/tutorials/backup-mongodb-jobs/)
186
+
-[Create recurring scheduled backups and snapshots of a database](https://www.scaleway.com/en/docs/tutorials/snapshot-managed-databases/)
187
+
-[Create snapshots of an Instance](https://www.scaleway.com/en/docs/tutorials/snapshot-instances-jobs/)
0 commit comments