Skip to content

Commit b5d094b

Browse files
docs(jobs): add serverless jobs automation tutorials to readme (#4908)
1 parent bfbe6c6 commit b5d094b

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ After you [installed](#Installation) the latest release just run the initializat
8181
scw init
8282
```
8383

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.
8585
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).
8686

8787
## Basic commands
@@ -176,6 +176,16 @@ See more in-depth information about running the CLI in Docker [here](./docs/dock
176176
This repository is at its early stage and is still in active development.
177177
If you are looking for a way to contribute please read [CONTRIBUTING.md](./.github/CONTRIBUTING.md).
178178

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/)
188+
179189
# Reach Us
180190

181191
We love feedback.

0 commit comments

Comments
 (0)