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 6
6
scw account project create [arg=value ...]
7
7
8
8
ARGS:
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
12
12
13
13
FLAGS:
14
14
-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 ...]
30
30
31
31
| Name | | Description |
32
32
| ------| ---| -------------|
33
- | name | | Name of the Project |
33
+ | name | Default: ` <generated> ` | Name of the Project |
34
34
| description | | Description of the Project |
35
35
| organization-id | | Organization ID to use. If none is passed the default organization ID will be used |
36
36
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ func accountProjectCreate() *core.Command {
61
61
Required : false ,
62
62
Deprecated : false ,
63
63
Positional : false ,
64
+ Default : core .RandomValueGenerator ("proj" ),
64
65
},
65
66
{
66
67
Name : "description" ,
You can’t perform that action at this time.
0 commit comments