Skip to content

Commit dad5e30

Browse files
author
Antonis Kalipetis
authored
Merge pull request #1591 from platformsh/create-org-skip-type-question
Skip the "type" question when creating an organization
2 parents afaae98 + 9a6cbcf commit dad5e30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Command/Organization/OrganizationCreateCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ private function getForm()
4343
$fields['type'] = new OptionsField('Type', [
4444
'description' => 'The organization type.',
4545
'options' => $options,
46+
'avoidQuestion' => true,
4647
'default' => $this->config()->getWithDefault('api.default_organization_type', key($options)),
4748
]);
4849
}

0 commit comments

Comments
 (0)