## Summary Add a support for `spo list view list` command in order to : - [ x Get all views informations for a targeted SharePoint list - [x] Here the list of necessary parameters : - [x] `--listId` / `--listTitle` (ID or Title not both) - [x] `-u, --webUrl` Web URL - [ x Support at least the following additional parameters : - [x] `-o, --output` - [x] `--verbose` - [x] `--debug` ## 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 listcommand in order to :--listId/--listTitle(ID or Title not both)-u, --webUrlWeb URL-o, --output--verbose--debugTo Do