Skip to content

Commit b73ba2a

Browse files
authored
docs(tem): add link to documentation and console (#3460)
1 parent 95bdee6 commit b73ba2a

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

cmd/scw/testdata/test-all-usage-tem-domain-get-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-
Retrieve information about a specific domain using the `region` and `domain_id` parameters.
3+
Retrieve information about a specific domain using the `region` and `domain_id` parameters. Monitor your domain's reputation and improve **average** and **bad** reputation statuses, using your domain's **Email activity** tab on the [Scaleway console](https://console.scaleway.com/transactional-email/domains) to get a more detailed report. Check out our [dedicated documentation](https://www.scaleway.com/en/docs/managed-services/transactional-email/reference-content/understanding-tem-reputation-score/) to improve your domain's reputation.
44

55
USAGE:
66
scw tem domain get <domain-id ...> [arg=value ...]

cmd/scw/testdata/test-all-usage-tem-domain-list-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-
Retrieve domains in a specific project or in a specific Organization using the `region` parameter.
3+
Retrieve domains in a specific Project or in a specific Organization using the `region` parameter.
44

55
USAGE:
66
scw tem domain list [arg=value ...]

docs/commands/tem.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ scw tem domain create [arg=value ...]
6666

6767
### Get information about a domain
6868

69-
Retrieve information about a specific domain using the `region` and `domain_id` parameters.
69+
Retrieve information about a specific domain using the `region` and `domain_id` parameters. Monitor your domain's reputation and improve **average** and **bad** reputation statuses, using your domain's **Email activity** tab on the [Scaleway console](https://console.scaleway.com/transactional-email/domains) to get a more detailed report. Check out our [dedicated documentation](https://www.scaleway.com/en/docs/managed-services/transactional-email/reference-content/understanding-tem-reputation-score/) to improve your domain's reputation.
7070

7171
**Usage:**
7272

@@ -106,7 +106,7 @@ scw tem domain get-last-status <domain-id ...> [arg=value ...]
106106

107107
### List domains
108108

109-
Retrieve domains in a specific project or in a specific Organization using the `region` parameter.
109+
Retrieve domains in a specific Project or in a specific Organization using the `region` parameter.
110110

111111
**Usage:**
112112

internal/namespaces/tem/v1alpha1/tem_cli.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ func temDomainCreate() *core.Command {
475475
func temDomainGet() *core.Command {
476476
return &core.Command{
477477
Short: `Get information about a domain`,
478-
Long: `Retrieve information about a specific domain using the ` + "`" + `region` + "`" + ` and ` + "`" + `domain_id` + "`" + ` parameters.`,
478+
Long: `Retrieve information about a specific domain using the ` + "`" + `region` + "`" + ` and ` + "`" + `domain_id` + "`" + ` parameters. Monitor your domain's reputation and improve **average** and **bad** reputation statuses, using your domain's **Email activity** tab on the [Scaleway console](https://console.scaleway.com/transactional-email/domains) to get a more detailed report. Check out our [dedicated documentation](https://www.scaleway.com/en/docs/managed-services/transactional-email/reference-content/understanding-tem-reputation-score/) to improve your domain's reputation.`,
479479
Namespace: "tem",
480480
Resource: "domain",
481481
Verb: "get",
@@ -505,7 +505,7 @@ func temDomainGet() *core.Command {
505505
func temDomainList() *core.Command {
506506
return &core.Command{
507507
Short: `List domains`,
508-
Long: `Retrieve domains in a specific project or in a specific Organization using the ` + "`" + `region` + "`" + ` parameter.`,
508+
Long: `Retrieve domains in a specific Project or in a specific Organization using the ` + "`" + `region` + "`" + ` parameter.`,
509509
Namespace: "tem",
510510
Resource: "domain",
511511
Verb: "list",

0 commit comments

Comments
 (0)