cloud serverless projects search create cli command

Destructive Auth required
elastic cloud serverless projects search create \
  --name <name> \
  --region-id <region-id> \
  [options]
		

Create an Elasticsearch project

Behaviour flags:

--dry-run — validate all inputs and exit without performing any action

--name string required
--region-id string required
--exclude-credentials
If true, the username and password fields in the response credentials are set to empty strings and no usable credentials are returned. Credentials can be retrieved later using the _reset-credentials endpoint.
--alias string
--optimized-for enum

Values: general_purpose, vector

--search-lake string
--traffic-filters string[]

Repeatable: pass --traffic-filters multiple times to supply more than one value

--linked string
--metadata string
--input-file string
path to a JSON file to use as command input
--dry-run
validate all inputs and exit without performing any action (preview changes without applying them)
--yes
confirm destructive action without prompting
--wait
Wait for the project to reach "initialized" phase before returning
--save-as string
store returned credentials in the OS keychain and upsert a context of this name
--credentials-file string
write credentials to a standalone YAML config fragment at this path (0600)
--config-file string
override the config file written by --save-as (defaults to ~/.elasticrc.yml)
--force
overwrite an existing context (--save-as) or file (--credentials-file)
--show-credentials
print credentials in plain text (default: redacted)
--json

output as JSON