Let's support auto completion for resource ids for CRUD
⚠️ this ticket is blocked by a bunch of things (#62) as we don't have the ids saved anywhere, and we don't know the types.
Acceptance Criteria
- When you are trying to auto complete a resource that takes an id (e.g.,
epcc update customer [ID]), or a parent id (e.g., epcc get customer-addresses [CUSTOMER_ID]) or both e.g. epcc get customer-addresses [CUSTOMER_ID] [ADDRESS_ID] we should be able to auto complete for the appropriate type of id.
Let's support auto completion for resource ids for CRUD
Acceptance Criteria
epcc update customer [ID]), or a parent id (e.g.,epcc get customer-addresses [CUSTOMER_ID]) or both e.g.epcc get customer-addresses [CUSTOMER_ID] [ADDRESS_ID]we should be able to auto complete for the appropriate type of id.