Usage
spo list view field set
Description
Updates existing column in an existing view (eg. move to a specific position).
Options
Complete the table below with the options used on this command. A short (single character) and long version of the option should be provided along with [optional] or <required> parameters.
| Option |
Description |
-u, --webUrl<webUrl> |
URL of the site where the list is located |
--listId [listId] |
ID of the list where the view is located. Specify listTitle or listId but not both |
--listTitle [listTitle] |
Title of the list where the view is located. Specify listTitle or listId but not both |
--viewId [viewId] |
ID of the view to update. Specify viewTitle or viewId but not both |
--viewTitle [viewTitle ] |
Title of the view to update. Specify viewTitle or viewId but not both |
--fieldId [fieldId] |
Title of the view to update. Specify viewTitle or viewId but not both |
--fieldTitle [fieldTitle] |
The case-sensitive internal name or display name of the field to remove. Specify fieldId or fieldTitle but not both |
--fieldPosition <fieldPosition> |
The zero-based index of the position for the field. |
| Option |
Description |
-o, --option <option> |
option |
-o, --output [output] |
Output type. json,text. Default text |
--verbose |
Runs command with verbose logging |
--debug |
Runs command with debug logging |
Additional Information
Respeced based on #733.
See https://github.com/pnp/cli-microsoft365/blob/master/src/m365/spo/commands/list/list-view-field-add.ts on how to move a field using the moveviewfieldto endpoint.
Usage
spo list view field setDescription
Updates existing column in an existing view (eg. move to a specific position).
Options
-u, --webUrl<webUrl>--listId [listId]listTitleorlistIdbut not both--listTitle [listTitle]listTitleorlistIdbut not both--viewId [viewId]viewTitleorviewIdbut not both--viewTitle [viewTitle ]viewTitleorviewIdbut not both--fieldId [fieldId]viewTitleorviewIdbut not both--fieldTitle [fieldTitle]fieldIdorfieldTitlebut not both--fieldPosition <fieldPosition>-o, --option <option>-o, --output [output]json,text. Defaulttext--verbose--debugAdditional Information
Respeced based on #733.
See https://github.com/pnp/cli-microsoft365/blob/master/src/m365/spo/commands/list/list-view-field-add.ts on how to move a field using the
moveviewfieldtoendpoint.