Wasm Directoryalpha
Record

create-deployment-params

No description available.

record create-deployment-params {
  owner: string,
  repo: string,
  auto-merge: option​<bool>,
  description: option​<string>,
  environment: option​<string>,
  payload: option​<string>,
  production-environment: option​<bool>,
  ref: string,
  required-contexts: option​<list​<string>>,
  task: option​<string>,
  transient-environment: option​<bool>,
}

Fields

NameTypeDescription
ownerstring
repostring
auto-mergeoption​<bool>
descriptionoption​<string>
environmentoption​<string>
payloadoption​<string>
production-environmentoption​<bool>
refstring
required-contextsoption​<list​<string>>
taskoption​<string>
transient-environmentoption​<bool>