On 1.5.0, clerk api ls --platform config renders long endpoint paths with the summary glued on, no separator:
GET /platform/applications/{applicationID}/instances/{envOrInsID}/configGet instance config
PUT /platform/applications/{applicationID}/instances/{envOrInsID}/configReplace instance config
PATCH /platform/applications/{applicationID}/instances/{envOrInsID}/configUpdate instance config
GET /platform/applications/{applicationID}/instances/{envOrInsID}/config/schemaGet instance config schema
Looks like the path column has a fixed width and paths longer than it overflow straight into the description. A minimum one-space separator (or wrapping the description to the next line) would fix it.
On 1.5.0,
clerk api ls --platform configrenders long endpoint paths with the summary glued on, no separator:Looks like the path column has a fixed width and paths longer than it overflow straight into the description. A minimum one-space separator (or wrapping the description to the next line) would fix it.