You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All API responses use `domain.Response{Code, Msg, Data}`. Code `0` = success, `1` = error. Paginated results use `domain.PagedResult[T]` with `list`, `total`, `page`, `page_size`, `total_pages`.
110
130
131
+
### CLI Configuration
132
+
133
+
- CLI-only settings belong under `cli/` (`cli/.env.example`, `cli/.env`, or `SHADMIN_CONFIG`)
134
+
- Do not add CLI settings to the repository root `.env` files; those are for the backend server
135
+
-`cli/.env` is managed by `shadmin-cli login` and stores the local token cache
136
+
-`shadmin-cli` is read-only in the MVP; new write commands should be designed with backend RBAC/Casbin first
0 commit comments