## Summary ### Current behavior Currently, with the `spo field get` command, you can get field : - [x] By list title only - [x] ID of field only ### Additional behavior - [ ] Update existing cmdlet by adding parameters - [ ] `id` to `--fieldId` - [ ] Add cmdlet parameters - [ ] `--fieldTitle` (ID or Title not both) - [ ] `--listId` (ID or Title not both) - [ ] Introduce these options along the existing ones instead of replacing them. For the old ones, we'd display a deprecation warning ## To Do - [ ] Update command from solution - [ ] Update documentation of usage (MkDocs) - [ ] Validate cmdlet usage - [ ] Validate Unit test
Summary
Current behavior
Currently, with the
spo field getcommand, you can get field :Additional behavior
idto--fieldId--fieldTitle(ID or Title not both)--listId(ID or Title not both)To Do