Commit ce19b30
committed
Document environment_grouped in app show
Add documentation for the application configuration fields returned by the App Show endpoint and CLI. The API reference now documents the App Show response, describing `environment` (user-set env vars) and `environment_grouped` (env vars grouped by origin with `user` and `service` keys). The CLI command docs (epinio app show) were updated to note the `-o json` output includes these fields and how to use `environment_grouped` to distinguish user vs service-provided variables. The configurations guide gained a short note pointing users to use the CLI JSON output or the API `?grouped=true` query to view environment variables by origin.1 parent ba8f931 commit ce19b30
3 files changed
Lines changed: 17 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
13 | 18 | | |
14 | 19 | | |
15 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
0 commit comments