Commit de8920e
authored
feat: add org fields to the instance show command (#4832)
## Summary
Expose `org_domain` and `org_id` in the output of `cozy-stack instances
show`.
The admin API already returns these fields from the instance document,
but the CLI uses the client-side `Instance` DTO before printing the
JSON. Since that DTO did not include the org fields, they were dropped
from the final
command output.1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
| |||
0 commit comments