cloud hosted extensions update-extension cli command

Destructive Auth required
elastic cloud hosted extensions update-extension \
  --extension-id <extension-id> \
  --name <name> \
  --extension-type <extension-type> \
  --version <version> \
  [options]
		

Update Extension

Behaviour flags:

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

--extension-id string required
Id of an extension
--name string required
--extension-type enum required

Values: plugin, bundle

--version string required
--description string
--download-url 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
--json

output as JSON