## Summary Add a support for `spo list view field add` command in order to : - [x] Add 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] `--fieldPosition` value : [integer only] (if value is out of bound, the position will be the last available) ## 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 addcommand 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--fieldPositionvalue : [integer only] (if value is out of bound, the position will be the last available)To Do