Skip to content

Update 'spo list view set' command capabilities #733

@Laul0

Description

@Laul0

Summary

Current behavior

Currently, with the spo list view set command, you can :

  • Update title of the specific SharePoint view
  • Update SharePoint view formatting (json)

Additional behavior

  • Update existing list column position to an existing list view
    • --fieldId / --fieldTitle (ID or Title not both)
    • --viewId / --viewTitle (ID or Title not both)
    • -u, --webUrl Web URL
    • --fieldPosition value : [integer only] (if value is out of bound, the position will be the last available)

Combined to spo list view list that will be possible to update all views of specific list

Note : I didn't understand the usage of --updateExistingLists parameter 😖 If anyone can tell me a little more...

To Do

  • Add command from solution
  • Add documentation of usage (MkDocs)
  • Validate cmdlet usage
  • Validate Unit test

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions