Skip to content

Commit

Permalink
feat: update generated APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot committed Mar 7, 2025
1 parent 6bda621 commit 64d6fac
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ USAGE:
ARGS:
[project-id] Project ID to use. If none is passed the default project ID will be used
[domain-name] Fully qualified domain dame
[accept-tos] Accept Scaleway's Terms of Service
[autoconfig] Activate auto-configuration of the domain's DNS zone
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par)

DEPRECATED ARGS:
[accept-tos] Deprecated. Accept Scaleway's Terms of Service

FLAGS:
-h, --help help for create

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ARGS:
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | all)

DEPRECATED ARGS:
[mail-to] List emails sent to this recipient's email address
[mail-to] Deprecated. List emails sent to this recipient's email address

FLAGS:
-h, --help help for list
Expand Down
4 changes: 2 additions & 2 deletions docs/commands/tem.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ scw tem domain create [arg=value ...]
|------|---|-------------|
| project-id | | Project ID to use. If none is passed the default project ID will be used |
| domain-name | | Fully qualified domain dame |
| accept-tos | | Accept Scaleway's Terms of Service |
| ~~accept-tos~~ | Deprecated | Deprecated. Accept Scaleway's Terms of Service |
| autoconfig | | Activate auto-configuration of the domain's DNS zone |
| region | Default: `fr-par`<br />One of: `fr-par` | Region to target. If none is passed will use default region from the config |

Expand Down Expand Up @@ -383,7 +383,7 @@ scw tem email list [arg=value ...]
| since | | (Optional) List emails created after this date |
| until | | (Optional) List emails created before this date |
| mail-from | | (Optional) List emails sent with this sender's email address |
| ~~mail-to~~ | Deprecated | List emails sent to this recipient's email address |
| ~~mail-to~~ | Deprecated | Deprecated. List emails sent to this recipient's email address |
| mail-rcpt | | (Optional) List emails sent to this recipient's email address |
| statuses.{index} | One of: `unknown`, `new`, `sending`, `sent`, `failed`, `canceled` | (Optional) List emails with any of these statuses |
| subject | | (Optional) List emails with this subject |
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ require (
github.com/mattn/go-isatty v0.0.20
github.com/moby/buildkit v0.13.2
github.com/opencontainers/go-digest v1.0.0
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.32.0.20250306092204-9c7eed199df5
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.32.0.20250306171953-f667e6a0c6f7
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
github.com/spf13/cobra v1.9.1
github.com/spf13/pflag v1.0.6
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -458,8 +458,8 @@ github.com/rogpeppe/go-internal v1.11.0/go.mod h1:ddIwULY96R17DhadqLgMfk9H9tvdUz
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 h1:OkMGxebDjyw0ULyrTYWeN0UNCCkmCWfjPnIA2W6oviI=
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06/go.mod h1:+ePHsJ1keEjQtpvf9HHw0f4ZeJ0TLRsxhunSI2hYJSs=
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.32.0.20250306092204-9c7eed199df5 h1:SxQid3QYa7GBdbdKqzTfnLRsaFJjSKPueH3duzuC1Dk=
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.32.0.20250306092204-9c7eed199df5/go.mod h1:792k1RTU+5JeMXm35/e2Wgp71qPH/DmDoZrRc+EFZDk=
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.32.0.20250306171953-f667e6a0c6f7 h1:WI5d9aUU+9z+BYEwiXpybM+k7pmlLPtHekNargXAa2g=
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.32.0.20250306171953-f667e6a0c6f7/go.mod h1:792k1RTU+5JeMXm35/e2Wgp71qPH/DmDoZrRc+EFZDk=
github.com/sclevine/spec v1.4.0 h1:z/Q9idDcay5m5irkZ28M7PtQM4aOISzOpj4bUPkDee8=
github.com/sclevine/spec v1.4.0/go.mod h1:LvpgJaFyvQzRvc1kaDs0bulYwzC70PbiYjC4QnFHkOM=
github.com/secure-systems-lab/go-securesystemslib v0.8.0 h1:mr5An6X45Kb2nddcFlbmfHkLguCE9laoZCUzEEpIZXA=
Expand Down
6 changes: 3 additions & 3 deletions internal/namespaces/tem/v1alpha1/tem_cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ func temEmailList() *core.Command {
},
{
Name: "mail-to",
Short: `List emails sent to this recipient's email address`,
Short: `Deprecated. List emails sent to this recipient's email address`,
Required: false,
Deprecated: true,
Positional: false,
Expand Down Expand Up @@ -528,9 +528,9 @@ func temDomainCreate() *core.Command {
},
{
Name: "accept-tos",
Short: `Accept Scaleway's Terms of Service`,
Short: `Deprecated. Accept Scaleway's Terms of Service`,
Required: false,
Deprecated: false,
Deprecated: true,
Positional: false,
},
{
Expand Down

0 comments on commit 64d6fac

Please sign in to comment.