## Summary Add a support for `spo list view get` command in order to : - [ ] Get informations about specific SharePoint view - [ ] Here the list of necessary parameters : - [ ] `--listId` / `--listTitle` (ID or Title not both) - [ ] `--viewId` / `--viewTitle` (ID or Title not both) - [ ] `-u, --webUrl` Web URL - [ ] Support at least the following additional parameters : - [ ] `-o, --output` - [ ] `--verbose` - [ ] `--debug` ## To Do - [ ] Add command from solution - [ ] Add documentation of usage (MkDocs) - [ ] Validate cmdlet usage - [ ] Validate Unit test)
Summary
Add a support for
spo list view getcommand in order to :--listId/--listTitle(ID or Title not both)--viewId/--viewTitle(ID or Title not both)-u, --webUrlWeb URL-o, --output--verbose--debugTo Do