File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
internal/namespaces/account/v2 Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 66 scw account project create [arg=value ...]
77
88ARGS:
9- [name] Name of the Project
10- [description] Description of the Project
11- [organization-id] Organization ID to use. If none is passed the default organization ID will be used
9+ [name=<generated>] Name of the Project
10+ [description] Description of the Project
11+ [organization-id] Organization ID to use. If none is passed the default organization ID will be used
1212
1313FLAGS:
1414 -h, --help help for create
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ scw account project create [arg=value ...]
3030
3131| Name | | Description |
3232| ------| ---| -------------|
33- | name | | Name of the Project |
33+ | name | Default: ` <generated> ` | Name of the Project |
3434| description | | Description of the Project |
3535| organization-id | | Organization ID to use. If none is passed the default organization ID will be used |
3636
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ func accountProjectCreate() *core.Command {
6161 Required : false ,
6262 Deprecated : false ,
6363 Positional : false ,
64+ Default : core .RandomValueGenerator ("proj" ),
6465 },
6566 {
6667 Name : "description" ,
You can’t perform that action at this time.
0 commit comments