Skip to content

Commit 38ad265

Browse files
fix(tem): minor adjustments (#3981)
Co-authored-by: Jules Casteran <[email protected]>
1 parent d684d69 commit 38ad265

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

cmd/scw/testdata/test-all-usage-tem-webhook-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
22
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
3-
A Webhook can trigger a specific event based on the email or domain resource status.
3+
Webhooks enable real-time communication and automation between systems by sending messages through all protocols supported by SNS, such as HTTP, HTTPS, and Serverless Functions, allowing for immediate updates and actions based on specific events.
44

55
USAGE:
66
scw tem webhook

docs/commands/tem.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,9 +288,9 @@ scw tem email list [arg=value ...]
288288

289289
## Webhook management commands
290290

291-
A Webhook can trigger a specific event based on the email or domain resource status.
291+
Webhooks enable real-time communication and automation between systems by sending messages through all protocols supported by SNS, such as HTTP, HTTPS, and Serverless Functions, allowing for immediate updates and actions based on specific events.
292292

293-
A Webhook can trigger a specific event based on the email or domain resource status.
293+
Webhooks enable real-time communication and automation between systems by sending messages through all protocols supported by SNS, such as HTTP, HTTPS, and Serverless Functions, allowing for immediate updates and actions based on specific events.
294294

295295
**Usage:**
296296

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ require (
2727
github.com/mattn/go-isatty v0.0.20
2828
github.com/moby/buildkit v0.13.2
2929
github.com/opencontainers/go-digest v1.0.0
30-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.29.0.20240710142519-7b3cbe4364c1
30+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.29.0.20240711141944-77ad48faa8c1
3131
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
3232
github.com/spf13/cobra v1.8.1
3333
github.com/spf13/pflag v1.0.5

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -463,8 +463,8 @@ github.com/rogpeppe/go-internal v1.11.0/go.mod h1:ddIwULY96R17DhadqLgMfk9H9tvdUz
463463
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
464464
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 h1:OkMGxebDjyw0ULyrTYWeN0UNCCkmCWfjPnIA2W6oviI=
465465
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06/go.mod h1:+ePHsJ1keEjQtpvf9HHw0f4ZeJ0TLRsxhunSI2hYJSs=
466-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.29.0.20240710142519-7b3cbe4364c1 h1:VtqzoX75ODZe9Sr7l6wkTX+KOvCA9sjbanGXiyGzrPc=
467-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.29.0.20240710142519-7b3cbe4364c1/go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg=
466+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.29.0.20240711141944-77ad48faa8c1 h1:NTiTW1l/Q/4SS9FyP9Hf8lE/NHTHZf+Rnv29NN29emQ=
467+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.29.0.20240711141944-77ad48faa8c1/go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg=
468468
github.com/sclevine/spec v1.4.0 h1:z/Q9idDcay5m5irkZ28M7PtQM4aOISzOpj4bUPkDee8=
469469
github.com/sclevine/spec v1.4.0/go.mod h1:LvpgJaFyvQzRvc1kaDs0bulYwzC70PbiYjC4QnFHkOM=
470470
github.com/secure-systems-lab/go-securesystemslib v0.8.0 h1:mr5An6X45Kb2nddcFlbmfHkLguCE9laoZCUzEEpIZXA=

internal/namespaces/tem/v1alpha1/tem_cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ func temDomain() *core.Command {
6565
func temWebhook() *core.Command {
6666
return &core.Command{
6767
Short: `Webhook management commands`,
68-
Long: `A Webhook can trigger a specific event based on the email or domain resource status.`,
68+
Long: `Webhooks enable real-time communication and automation between systems by sending messages through all protocols supported by SNS, such as HTTP, HTTPS, and Serverless Functions, allowing for immediate updates and actions based on specific events.`,
6969
Namespace: "tem",
7070
Resource: "webhook",
7171
}

0 commit comments

Comments
 (0)