Type alias UpdateObject

UpdateObject: {
    all?: boolean;
    plugins?: boolean;
    themes?: boolean;
    wordpress?: boolean;
}

The object containing the options for the update command

Type declaration

  • Optional all?: boolean
  • Optional plugins?: boolean
  • Optional themes?: boolean
  • Optional wordpress?: boolean

Generated using TypeDoc