Skip to content

Update boolean command options with the new way of handling booleans. #3986

@martinlingstuyl

Description

@martinlingstuyl

As described in #3853, after implementing the central handling of booleans in #3914, we'll need to go over every command and:

  1. add booleans to the this.types.booleans arrays
  2. add autocomplete where it's missing
  3. update option typings from string to boolean
  4. remove validation where it's used
  5. update spec files to change string boolean inputs on command.action calls.

Commands to update

  • planner tenant settings set
  • spo cdn set
  • spo list add
  • spo list set
  • spo page set
  • spo serviceprincipal set
  • spo tenant settings set
  • spo web set
  • aad o365group add
  • aad o365group remove
  • aad o365group set
  • aad user set
  • outlook mail send
  • spo contenttype field set
  • spo group add
  • spo group set
  • spo hidedefaultthemes set
  • spo site chrome set
  • spo site ensure
  • spo site inplacerecordsmanagement set
  • spo site set
  • spo sitedesign set
  • teams funsettings set
  • teams guestsettings set
  • teams membersettings set
  • teams messagingsettings set
  • yammer message like set

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions