File tree Expand file tree Collapse file tree 5 files changed +12
-3
lines changed
internal/namespaces/iam/v1alpha1 Expand file tree Collapse file tree 5 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 10
10
[tags.{index}] Tags associated with the user
11
11
[member.email] Email of the user to create
12
12
[member.send-password-email] Whether or not to send an email containing the member's password.
13
+ [member.send-welcome-email] Whether or not to send a welcome email that includes onboarding information.
13
14
[member.username] The member's username
14
15
[member.password] The member's password
15
16
[organization-id] Organization ID to use. If none is passed the default organization ID will be used
Original file line number Diff line number Diff line change @@ -1061,6 +1061,7 @@ scw iam user create [arg=value ...]
1061
1061
| tags.{index} | | Tags associated with the user |
1062
1062
| member.email | | Email of the user to create |
1063
1063
| member.send-password-email | | Whether or not to send an email containing the member's password. |
1064
+ | member.send-welcome-email | | Whether or not to send a welcome email that includes onboarding information. |
1064
1065
| member.username | | The member's username |
1065
1066
| member.password | | The member's password |
1066
1067
| organization-id | | Organization ID to use. If none is passed the default organization ID will be used |
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ require (
26
26
github.com/mattn/go-isatty v0.0.20
27
27
github.com/moby/buildkit v0.13.2
28
28
github.com/opencontainers/go-digest v1.0.0
29
- github.com/scaleway/scaleway-sdk-go v1.0.0-beta.30.0.20241107124736-e84e5b2bdf25
29
+ github.com/scaleway/scaleway-sdk-go v1.0.0-beta.30.0.20241108081805-731b10b69dcb
30
30
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
31
31
github.com/spf13/cobra v1.8.1
32
32
github.com/spf13/pflag v1.0.5
Original file line number Diff line number Diff line change @@ -466,8 +466,8 @@ github.com/rogpeppe/go-internal v1.11.0/go.mod h1:ddIwULY96R17DhadqLgMfk9H9tvdUz
466
466
github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
467
467
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 h1:OkMGxebDjyw0ULyrTYWeN0UNCCkmCWfjPnIA2W6oviI =
468
468
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 /go.mod h1:+ePHsJ1keEjQtpvf9HHw0f4ZeJ0TLRsxhunSI2hYJSs =
469
- github.com/scaleway/scaleway-sdk-go v1.0.0-beta.30.0.20241107124736-e84e5b2bdf25 h1:0z9rTKVzJRDBWp/d/ZABKXNhytQZyznH4EXo+evEgMY =
470
- github.com/scaleway/scaleway-sdk-go v1.0.0-beta.30.0.20241107124736-e84e5b2bdf25 /go.mod h1:3jrRJM7638J+P33hKy9MBvfOBxNo8pEGNQQoIv65Ihg =
469
+ github.com/scaleway/scaleway-sdk-go v1.0.0-beta.30.0.20241108081805-731b10b69dcb h1:uHJzyIKgWLhvcsxaB0y8eHRMk+A7diA8KGEFhRvV1MI =
470
+ github.com/scaleway/scaleway-sdk-go v1.0.0-beta.30.0.20241108081805-731b10b69dcb /go.mod h1:kAoejOVBg1E/aVAR6IwKWEmbLCEg2IXklzPAkxzAaXA =
471
471
github.com/sclevine/spec v1.4.0 h1:z/Q9idDcay5m5irkZ28M7PtQM4aOISzOpj4bUPkDee8 =
472
472
github.com/sclevine/spec v1.4.0 /go.mod h1:LvpgJaFyvQzRvc1kaDs0bulYwzC70PbiYjC4QnFHkOM =
473
473
github.com/secure-systems-lab/go-securesystemslib v0.8.0 h1:mr5An6X45Kb2nddcFlbmfHkLguCE9laoZCUzEEpIZXA =
Original file line number Diff line number Diff line change @@ -635,6 +635,13 @@ func iamUserCreate() *core.Command {
635
635
Deprecated : false ,
636
636
Positional : false ,
637
637
},
638
+ {
639
+ Name : "member.send-welcome-email" ,
640
+ Short : `Whether or not to send a welcome email that includes onboarding information.` ,
641
+ Required : false ,
642
+ Deprecated : false ,
643
+ Positional : false ,
644
+ },
638
645
{
639
646
Name : "member.username" ,
640
647
Short : `The member's username` ,
You can’t perform that action at this time.
0 commit comments