We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a673eb + 7bce89d commit 6bbc1bcCopy full SHA for 6bbc1bc
internal/namespaces/tem/v1alpha1/tem_cli.go
@@ -348,7 +348,7 @@ func temEmailList() *core.Command {
348
},
349
{
350
Name: "mail-to",
351
- Short: `List emails sent to this recipient's email address`,
+ Short: `Deprecated. List emails sent to this recipient's email address`,
352
Required: false,
353
Deprecated: true,
354
Positional: false,
@@ -528,9 +528,9 @@ func temDomainCreate() *core.Command {
528
529
530
Name: "accept-tos",
531
- Short: `Accept Scaleway's Terms of Service`,
+ Short: `Deprecated. Accept Scaleway's Terms of Service`,
532
533
- Deprecated: false,
+ Deprecated: true,
534
535
536
0 commit comments