Skip to content

Commit 79fb448

Browse files
docs(tem): modifs to tem doc for new developers site (#3082)
Co-authored-by: Rémy Léone <[email protected]>
1 parent 91b00ca commit 79fb448

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

cmd/scw/testdata/test-all-usage-tem-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-
Transactional Email API documentation.
3+
Transactional Email API.
44

55
USAGE:
66
scw tem <command>

cmd/scw/testdata/test-main-usage-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ AVAILABLE COMMANDS:
2626
redis Managed Database for Redis™ API
2727
registry Container Registry API
2828
secret This API allows you to conveniently store, access and share sensitive data
29-
tem Tem
29+
tem Transactional Email API
3030
vpc VPC API
3131
vpc-gw Public Gateways API
3232
webhosting Webhosting API

docs/commands/tem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- DO NOT EDIT: this file is automatically generated using scw-doc-gen -->
22
# Documentation for `scw tem`
3-
Transactional Email API documentation.
3+
Transactional Email API.
44

55
- [Domain management commands](#domain-management-commands)
66
- [Domain DNS check](#domain-dns-check)

internal/namespaces/tem/v1alpha1/tem_cli.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ func GetGeneratedCommands() *core.Commands {
3636
}
3737
func temRoot() *core.Command {
3838
return &core.Command{
39-
Short: `Tem`,
40-
Long: `Transactional Email API documentation.`,
39+
Short: `Transactional Email API`,
40+
Long: `Transactional Email API.`,
4141
Namespace: "tem",
4242
}
4343
}

0 commit comments

Comments
 (0)