## Summary Add a support for `spo list view field remove` command in order to : - [x] Remove/hide existing list column to an existing list view - [x] `--fieldId` / `--fieldTitle` (ID or Title not both) - [x] `--viewId` / `--viewTitle` (ID or Title not both) - [x] `--listId` / `--listTitle` (ID or Title not both) - [x] `-u, --webUrl Web URL` - [x] `--confirm` (to suppress prompt) ## To Do - [x] Add command from solution - [x] Add documentation of usage (MkDocs) - [x] Validate cmdlet usage - [x] Validate Unit test
Summary
Add a support for
spo list view field removecommand in order to :--fieldId/--fieldTitle(ID or Title not both)--viewId/--viewTitle(ID or Title not both)--listId/--listTitle(ID or Title not both)-u, --webUrl Web URL--confirm(to suppress prompt)To Do